Tested Minecraft Versions:
Niall7459, PumaBB
Must be using spigot 1.9 or above
New Docs: BETTER DOCS: https://docs.google.com/document/d/13HVoZpwjcXCp7xxmnHn1lKUYAPSc2uAzUyUs2xZMp1g/edit?usp=sharing
Features:
- Over 40+ configurable particle effects.
- Smooth and beautiful trails when firing.
- Ingame Pattern creator!
- You can set colours for particle effects that support it
- You can set change radius, count, and speed.
- You can have multiple particle trails running.
- You can create animations/patterns with customisable colours, sizes and lots more.
- GUI Selector Panel
- Per player particle setting + saving + toggling.
- Support for players to toggle their trail on and off.
- UUID database for saving player effect data.
- Customise particle sizes, speed and more.
- Tweak settings to your own needs.
NEW PATTERN/ANIMATION BUILDER:
Amazing video by @Theonicle
View attachment 154332
Commands:
Code (Text):
/bow - View plugin information, open GUI.
/bow set <particle> [player] - Set particle effect/animation pattern.
/bow color [player] - Set particle color*
/bow count <integer> [player] - Set particle count.
/bow list - View all patterns/particles.
/bow speed <float/int> [player] - Set particle speed.
/bow reload - reload config.
/bow toggle [player] - toggle effects.
Permissions:
Code (Text):
bow-particles.<command> - Allow access to <command>.
bow-particles.* - Allow access to all commands
bow-particles.gui - Access gui using /bow
bow-particles.creator - Access to particle builder
Per permissions (YOU MUST ENABLE THE SETTING IN CONFIG TO ALLOW THIS):
bow-particles.particle.<particle name> - Allow usage of <> particle.
bow-particles.pattern.<pattern name> - Allow usage of <>
pattern/animation.
bow-particle.particle.* - Allow access to all particles
More Permissions:
bow-particles.set
bow-particles.help
bow-particles.list
bow-particles.color
bow-particles.toggle
bow-particles.speed
bow-particles.count
bow-particles.reload
bow-particles.gui
bow-particles.particle.explode
bow-particles.particle.largeexplode
bow-particles.particle.hugeexplode
bow-particles.particle.fireworksSpark
bow-particles.particle.bubble
bow-particles.particle.splash
bow-particles.particle.wake
bow-particles.particle.suspended
bow-particles.particle.depthsuspend
bow-particles.particle.crit
bow-particles.particle.magicCrit
bow-particles.particle.smoke
bow-particles.particle.largesmoke
bow-particles.particle.spell
bow-particles.particle.mobSpell
bow-particles.particle.mobSpellAmbient
bow-particles.particle.witchMagic
bow-particles.particle.dripWater
bow-particles.particle.dripLava
bow-particles.particle.angryVillager
bow-particles.particle.happyVillager
bow-particles.particle.townaura
bow-particles.particle.note
bow-particles.particle.portal
bow-particles.particle.enchantmenttable
bow-particles.particle.flame
bow-particles.particle.lava
bow-particles.particle.footstep
bow-particles.particle.cloud
bow-particles.particle.reddust
bow-particles.particle.snowballpoof
bow-particles.particle.snowshovel
bow-particles.particle.slime
bow-particles.particle.heart
bow-particles.particle.barrier
bow-particles.particle.droplet
bow-particles.particle.dragonbreath
bow-particles.particle.endRod
bow-particles.particle.damageIndicator
bow-particles.particle.sweepAttack
bow-particles.particle.fallingDust
bow-particles.particle.spit
bow-particles.particle.totem
REV2 Walkthrough / Setup:
1. Drag the jar to the plugins folder.
2. Restart your server.
3. Open the configuration file.
In the "general default" section you can see that the value is "pattern:example", this means that the default trail is linked to a pattern/animation.
Below in the "patterns" section there is a pattern named "example"
each frame in a pattern should be written in a frame format:
"<particle:mobSpell color:red>" - would make a red spell particle trail.
"<particle:flame count=100 speed=10> would make an exploding flame thing.
Supported keys:
"particle" - particle type (use /ep particles to see supported)
"color" - color of particles (requires color supporting particles)
"count" - amount of particles (nothing higher than 50 reccomended)
"speed" - speed of particles (default 0.01)
"radius" - radius (in blocks) that the trail can be seen by other players.
For example:
Code (Text):
<particle:reddust colorink>
You can combine these to make pretty animations:
Code (Text):
patterns:
rainbow-pattern:
frames:
- "{particle=reddust;color=red}"
- "{particle=reddust;color=orange}"
- "{particle=reddust;color=yellow}"
- "{particle=reddust;color=green}"
- "{particle=reddust;color=blue}"
- "{particle=reddust;color=purple}"
To use multiple particle effects together use:
Code (Text):
patterns:
combined-particles:
frames:
- "{particle=reddust;color=orange}"
- "{particle=flame;count=10;speed=0.01}"
(note that the frame format is an older version, if you prefer this you can use this format)
More documentation (work in progress):
https://docs.google.com/document/d/13HVoZpwjcXCp7xxmnHn1lKUYAPSc2uAzUyUs2xZMp1g/edit?usp=sharing
Terms and Conditions:
- You may not -Redacted- the binary .jar file.
- You cannot claim the resource as your own
- You must report all errors before posting a review.
- There will be no refunds.
If you have any problems using the plugin, feel free to contact me via spigot pm.
- 1.9
- 1.10
- 1.11
- 1.12
Niall7459, PumaBB
Must be using spigot 1.9 or above
New Docs: BETTER DOCS: https://docs.google.com/document/d/13HVoZpwjcXCp7xxmnHn1lKUYAPSc2uAzUyUs2xZMp1g/edit?usp=sharing
Features:
- Over 40+ configurable particle effects.
- Smooth and beautiful trails when firing.
- Ingame Pattern creator!
- You can set colours for particle effects that support it
- You can set change radius, count, and speed.
- You can have multiple particle trails running.
- You can create animations/patterns with customisable colours, sizes and lots more.
- GUI Selector Panel
- Per player particle setting + saving + toggling.
- Support for players to toggle their trail on and off.
- UUID database for saving player effect data.
- Customise particle sizes, speed and more.
- Tweak settings to your own needs.
NEW PATTERN/ANIMATION BUILDER:
Amazing video by @Theonicle
View attachment 154332
Commands:
Code (Text):
/bow - View plugin information, open GUI.
/bow set <particle> [player] - Set particle effect/animation pattern.
/bow color [player] - Set particle color*
/bow count <integer> [player] - Set particle count.
/bow list - View all patterns/particles.
/bow speed <float/int> [player] - Set particle speed.
/bow reload - reload config.
/bow toggle [player] - toggle effects.
Permissions:
Code (Text):
bow-particles.<command> - Allow access to <command>.
bow-particles.* - Allow access to all commands
bow-particles.gui - Access gui using /bow
bow-particles.creator - Access to particle builder
Per permissions (YOU MUST ENABLE THE SETTING IN CONFIG TO ALLOW THIS):
bow-particles.particle.<particle name> - Allow usage of <> particle.
bow-particles.pattern.<pattern name> - Allow usage of <>
pattern/animation.
bow-particle.particle.* - Allow access to all particles
More Permissions:
bow-particles.set
bow-particles.help
bow-particles.list
bow-particles.color
bow-particles.toggle
bow-particles.speed
bow-particles.count
bow-particles.reload
bow-particles.gui
bow-particles.particle.explode
bow-particles.particle.largeexplode
bow-particles.particle.hugeexplode
bow-particles.particle.fireworksSpark
bow-particles.particle.bubble
bow-particles.particle.splash
bow-particles.particle.wake
bow-particles.particle.suspended
bow-particles.particle.depthsuspend
bow-particles.particle.crit
bow-particles.particle.magicCrit
bow-particles.particle.smoke
bow-particles.particle.largesmoke
bow-particles.particle.spell
bow-particles.particle.mobSpell
bow-particles.particle.mobSpellAmbient
bow-particles.particle.witchMagic
bow-particles.particle.dripWater
bow-particles.particle.dripLava
bow-particles.particle.angryVillager
bow-particles.particle.happyVillager
bow-particles.particle.townaura
bow-particles.particle.note
bow-particles.particle.portal
bow-particles.particle.enchantmenttable
bow-particles.particle.flame
bow-particles.particle.lava
bow-particles.particle.footstep
bow-particles.particle.cloud
bow-particles.particle.reddust
bow-particles.particle.snowballpoof
bow-particles.particle.snowshovel
bow-particles.particle.slime
bow-particles.particle.heart
bow-particles.particle.barrier
bow-particles.particle.droplet
bow-particles.particle.dragonbreath
bow-particles.particle.endRod
bow-particles.particle.damageIndicator
bow-particles.particle.sweepAttack
bow-particles.particle.fallingDust
bow-particles.particle.spit
bow-particles.particle.totem
REV2 Walkthrough / Setup:
1. Drag the jar to the plugins folder.
2. Restart your server.
3. Open the configuration file.
In the "general default" section you can see that the value is "pattern:example", this means that the default trail is linked to a pattern/animation.
Below in the "patterns" section there is a pattern named "example"
each frame in a pattern should be written in a frame format:
"<particle:mobSpell color:red>" - would make a red spell particle trail.
"<particle:flame count=100 speed=10> would make an exploding flame thing.
Supported keys:
"particle" - particle type (use /ep particles to see supported)
"color" - color of particles (requires color supporting particles)
"count" - amount of particles (nothing higher than 50 reccomended)
"speed" - speed of particles (default 0.01)
"radius" - radius (in blocks) that the trail can be seen by other players.
For example:
Code (Text):
<particle:reddust colorink>
You can combine these to make pretty animations:
Code (Text):
patterns:
rainbow-pattern:
frames:
- "{particle=reddust;color=red}"
- "{particle=reddust;color=orange}"
- "{particle=reddust;color=yellow}"
- "{particle=reddust;color=green}"
- "{particle=reddust;color=blue}"
- "{particle=reddust;color=purple}"
To use multiple particle effects together use:
Code (Text):
patterns:
combined-particles:
frames:
- "{particle=reddust;color=orange}"
- "{particle=flame;count=10;speed=0.01}"
(note that the frame format is an older version, if you prefer this you can use this format)
More documentation (work in progress):
https://docs.google.com/document/d/13HVoZpwjcXCp7xxmnHn1lKUYAPSc2uAzUyUs2xZMp1g/edit?usp=sharing
Terms and Conditions:
- You may not -Redacted- the binary .jar file.
- You cannot claim the resource as your own
- You must report all errors before posting a review.
- There will be no refunds.
If you have any problems using the plugin, feel free to contact me via spigot pm.