Particle Effects
Particle Effects
Particle Effects
Particle Effects, is a plugin that emits different effects such as Mob spawner flames, Ender signal dust, or Potion particles around a player!
This plugin has been coded with Bukkit 1.5.1R0.1 Development Build. I will update it whenever a new beta or recommended build comes out, and of course, I will update it if it has any issues, or isn't compatible with a newer build of bukkit.
NOTE: For future reference, if this plugin says it is 1.5.1, it will still work with a newer build of bukkit, as particle effects are usually not changed in updates, unless a new version of minecraft changes them. In that case, I will update the plugin.
OFFICIAL SERVER: MC.ULTRAMINECRAFT.NET
Installation
IMPORTANT
When you download ParticleEffects, it will appear as a .zip folder. This is because this is a plugin pack. The file consists of 3 plugins, Blaze, Ender, and Potion. I have yet to find a way to add all of these plugins together, but when I do there will definitely be an update for it. So when you download the .zip file, all 3 plugins will be in there. Extract the folder, and move the plugins to the 'plugins' directory of your server,
Commands
Commands are very simple.
Potion: /potion
Blaze: /blaze
Ender: /ender
You can also use these commands on other players, to activate, or deactivate these effects for others!
/potion <name>
/blaze <name>
/ender <name>
Permissions
Permissions for activating effects for one's self, blaze.use ender.use potion.use
Permissions for activating effects for others,
blaze.others ender.others potion.others
Other Information
Please do not contact me asking to add other effects such as /smoke. Smoke is the only other particle effect that I know of, and it does not work well.
These plugins perform very well. Though it is 3 plugins instead of 1, it does not take up that much more memory, and is still very easy on the server.
-
View User Profile
-
Send Message
Posted Dec 26, 2013Music notes particle effects and love hearts like on hypixel!
-
View User Profile
-
Send Message
Posted Nov 26, 2013I love you Zem :3
-
View User Profile
-
Send Message
Posted Jun 2, 2013Would be great if you could add Explosion, A more normal potion particle effect (Like if I drink a potion), Smoke, Maybe a BlockID one? Also being able to change the colour of the potion effect would be Awesome.
-
View User Profile
-
Send Message
Posted Jun 2, 2013Also going by what Conqueror, i think the bedrock thing in the end obsidian towers is like an effect so you shoukd add that if available like above the head :D
-
View User Profile
-
Send Message
Posted May 30, 2013Great Plugins;
You should add all these effects in one plugin, and add some more cool ones like smoke, maybe the villager heart effect and the mad villager one.
-
View User Profile
-
Send Message
Posted May 25, 2013will there come some new plugins/ commands?
-
View User Profile
-
Send Message
Posted May 21, 2013@Zemorez
When that stack trace appears, it means that the version of Java he is running does not support the version of Java with which the plugin was compiled.
For instance: Compiled with 1.7, he's using 1.6
That's what the major.minor version stack trace is.
-
View User Profile
-
Send Message
Posted May 15, 2013@Gabe1010
Can you please specify which version of craftbukkit you are using? For example, if it is a dev build, or beta build? Also, did you do any sort of editing to the plugin?
-
View User Profile
-
Send Message
Posted May 14, 2013i always get this error i run craftbukkit 1.5.2
2013-05-14 20:37:50 [SEVERE] Could not load 'plugins/Blaze.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/zarco/minecraft/BlazeEffect/Blaze : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.UnsupportedClassVersionError: net/zarco/minecraft/BlazeEffect/Blaze : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more 2013-05-14 20:37:50 [SEVERE] Could not load 'plugins/Potion.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/zarco/minecraft/PotionEffect/Potion : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.UnsupportedClassVersionError: net/zarco/minecraft/PotionEffect/Potion : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more 2013-05-14 20:37:50 [INFO] [PermissionsEx] sql backend registered! 2013-05-14 20:37:50 [INFO] [PermissionsEx] file backend registered! 2013-05-14 20:37:50 [INFO] [PermissionsEx] PermissionEx plugin initialized. 2013-05-14 20:37:50 [INFO]
-Bukkit Auto Updater-2013-05-14 20:37:50 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds. 2013-05-14 20:37:50 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'. 2013-05-14 20:37:50 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes. 2013-05-14 20:37:50 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml. 2013-05-14 20:37:50 [INFO]----- 2013-05-14 20:37:50 [SEVERE] Could not load 'plugins/Ender.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/zarco/minecraft/EnderEffect/Ender : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.UnsupportedClassVersionError: net/zarco/minecraft/EnderEffect/Ender : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more-
View User Profile
-
Send Message
Posted May 11, 2013Does this work with CraftBukkit 1.5.2 with no errors?
-
View User Profile
-
Send Message
Posted May 5, 2013I agree Smoke and Hearts would be a great addition.
-
View User Profile
-
Send Message
Posted May 3, 2013you should make a command: /apple = makes apple effect!
-
View User Profile
-
Send Message
Posted May 2, 2013Should add a smoke effect, hearts, and the effect that happens when you hit a villager, not sure what to call it.
-
View User Profile
-
Send Message
Posted Apr 21, 2013Alright, but thanks :D
-
View User Profile
-
Send Message
Posted Apr 15, 2013@AljedTheLegit
I will give the source code to people who want it. The only time I will put the source code on the page is when I abandon the project
-
View User Profile
-
Send Message
Posted Apr 12, 2013When will you offer the source code?
-
View User Profile
-
Send Message
Posted Apr 9, 2013Lol and today there are now 96 downloads :P
-
View User Profile
-
Send Message
Posted Apr 5, 2013YAY 69 DOWNLOADS!!! xD
-
View User Profile
-
Send Message
Posted Mar 30, 2013@Zemorez
Spawning Fireworks is part of the Bukkit API. Spawning them so that they go off at a certain location is not ;)
-
View User Profile
-
Send Message
Posted Mar 26, 2013@Vincent1468
Unfortunately, Firework effects are not part of the Bukkit API effects. The only effects that can be used on a player. Potion, Ender, and Blaze are the only effects that work properly. Otherwise I would gladly add firework effects! There are of course other ways of putting in different effects, though that would take way more complex coding, and I'm a novice at java, let alone making bukkit plugins