- Joined
- Nov 2, 2015
- Messages
- 164
Enter a brief description of what is broken fo & so shorthands
What version of Minecraft are you using? 1.12
What server jar are you using? PaperSpigot
What is this a bug report for? MythicMobs
What version of the plugin are you using? 4.3.2
Describe the bug. Be as specific as possible, images or short gifs/videos are welcome but save configuration files for later sections. Write a whole paragraph if needed, help us bug testers replicate your issue!
It appears that forwardOffset & sideOffset works as expected, however the shorthands listed in the manual (fo and so) do not appear to work, keeping the position of the particles at the base of the player (or at a position yOffset is set at).
Example Configurations
Config Working:
Config Not Working:
What version of Minecraft are you using? 1.12
What server jar are you using? PaperSpigot
What is this a bug report for? MythicMobs
What version of the plugin are you using? 4.3.2
Describe the bug. Be as specific as possible, images or short gifs/videos are welcome but save configuration files for later sections. Write a whole paragraph if needed, help us bug testers replicate your issue!
It appears that forwardOffset & sideOffset works as expected, however the shorthands listed in the manual (fo and so) do not appear to work, keeping the position of the particles at the base of the player (or at a position yOffset is set at).
Example Configurations
Config Working:
Code:
Skills:
- effect:particles{p=reddust;color=#9400D3;amount=15;hSpread=0.5;vSpread=0.5;speed=0.1;forwardOffset=2;sideOffset=2}
Code:
Skills:
- effect:particles{p=reddust;color=#9400D3;amount=15;hSpread=0.5;vSpread=0.5;speed=0.1;fo=2;so=2}