Skip to content
ftbastler edited this page Jan 23, 2015 · 7 revisions

Welcome to the ParticleEffect wiki!

Hey there guys, I wanna share my ParticleEffect library class which is based on microgeek's library with you. It has more features than microgeek's and is also update-proof due to the use of reflection! You can play any particle effect which is built into minecraft only for specific players or all in the world with this library. It also logs if it fails to create/send a packet. The code is now fully documented and can be used with ease. This library is also compatible with older versions of Bukkit! You can also submit pull requests on the official repository here!

Classes needed:

  • ParticleEffect class (Imports of ReflectionUtils are not included, you have to import that by yourself if you don't have this class in the same package as your ParticleEffect class!)
  • ReflectionUtils class (now compact and documentated)
Clone this wiki locally