Bug Closed · Could not replicate

Campfire cozy smoke and signal smoke do not function if in caps unlike others.

#4253 opened by Unknown 3 years ago

Unknownreported this bug

MM 5.4.0 Build b9a2a8a1 || PaperMC 100 When using either particle in a skill the cosy smoke or signal smoke must be in lowercase. others do not require this. This may not be the only ones. Here are the skills:

Working

  Skills:
  - effect:particles{p=SWEEP_ATTACK;amount=5;speed=0;hS=0.2;vS=0.2} @origin
  - effect:particles{p=SMOKE;amount=20;speed=0;hS=0.5;vS=0.5} @origin
  - effect:particles{p=CRIT;amount=60;speed=0;hS=0.6;vS=0.6} @origin
  - effect:particles{p=CRIT_MAGIC;amount=20;speed=0.5;hS=0.4;vS=0.4} @origin
  - effect:particles{p=campfire_cosy_smoke;amount=20;speed=0.5;hS=0.4;vS=0.4} @origin

Not working

  Skills:
  - effect:particles{p=SWEEP_ATTACK;amount=5;speed=0;hS=0.2;vS=0.2} @origin
  - effect:particles{p=SMOKE;amount=20;speed=0;hS=0.5;vS=0.5} @origin
  - effect:particles{p=CRIT;amount=60;speed=0;hS=0.6;vS=0.6} @origin
  - effect:particles{p=CRIT_MAGIC;amount=20;speed=0.5;hS=0.4;vS=0.4} @origin
  - effect:particles{p=CAMPFIRE_COSY_SMOKE;amount=20;speed=0.5;hS=0.4;vS=0.4} @origin
Unknowncommented

This issue was solved when I updated server versions. Must've been a Paper 100 bug I guess.

Sign in to join the discussion.