- Tested Minecraft Versions:
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- Contributors:
- Minevid
![]()
4CR-Particles was created to easily setup particles on your server.
Creating particles was never that easy, with using worldedit.
![]()
- Download 4CR-Particles.jar.
- Put the .jar file inside your plugins folder
- Download Worldedit and place that into your plugins folder as well.
- Restart your server
- Configure the config.yml to your needs
- Restart again and have fun!
When you update from 1.0.1 to 2.0:
To keep your old particle walls follow these steps:
For example
- Make sure you have put version 2.0 inside your plugins folder and let your server run with it.
- Go to your plugins folder and open the 4CR-Particles folder (this is the old version)
- open config.yml
- select EVERYTHING starting from '1' under ParticleWalls
Only select starting from the bold part. DO NOT copy "ParticleWalls" with it!Code (Text):ParticleWalls:
'1':
ParticleEffect: DRAGON_BREATH
Blocks:
'1': world , 227.0 , 62.0 , 242.0 , 0.0 , 0.0
'2': world , 227.0 , 63.0 , 242.0 , 0.0 , 0.0
'3': world , 227.0 , 64.0 , 242.0 , 0.0 , 0.0
'4': world , 227.0 , 65.0 , 242.0 , 0.0 , 0.0
'5': world , 227.0 , 62.0 , 243.0 , 0.0 , 0.0
'6': world , 227.0 , 63.0 , 243.0 , 0.0 , 0.0
'7': world , 227.0 , 64.0 , 243.0 , 0.0 , 0.0
'8': world , 227.0 , 65.0 , 243.0 , 0.0 , 0.0
'9': world , 227.0 , 62.0 , 244.0 , 0.0 , 0.0
5. Copy the selection
6. go to your plugins folder and search for the folder Particles
7 Open set folder
8. Open the config.yml
9. Paste what's on your clipboard UNDERNEATH "ParticleWalls:"
10. Restart your server and you are good to go!
![]()
Note: When you add permissions for a group to use this plugin without OP, you need to add permissions for worldedit to, otherwise you can't select a region with worldedit. Or you can use this plugin with OP.
- /particles help: Will show all possible commands
- /particles effects: Will show you all possible effects that can be used with this plugin
- /particles list: Will show all your particles walls
- /particles create <effect>: Will create a particle wall with the selected region (Use WorldEdit for this)
- /particles remove <id>: Removes the particle wall connected to the given ID
- /particles list <pagenumber>: Shows a specific page from the list
- /particles clear: Clears all particle walls
- /particles reload: Reloads all particle walls
![]()
Code (Text):
#Enables or disables the auto checkup for Updates
Updatechecker: true
#All permissions
Permissions:
#permission for /particles create <effect>
create: "particles.create"
#permission for /particles remove <id>
remove: "particles.remove"
#permission for /particles list
list: "particles.list"
#permission for /particles change <id> <effect>
change: "particles.change"
#permission for /particles clear
clear: "particles.clear"
#permission for /particles reload
reload: "particles.reload"
#All your particle walls will be shown here!
ParticleWalls:
![]()
You can remove the created particles with using /particles remove (id). The id you can find with /particles list.
Use /particles effects and find the supported particles you want. When you found the particle you want use //wand. Select with the wooden axe the location (region) for the particles. After that you need to create the particles using /particles create <effect> You are done.
![]()
![]()
4CR-Particles is a plugin that needs Worldedit to work ! With Worldedit you can select a region and set particles on that region using 4CR-Particles. If you are not using Worldedit this plugin will not work how we made!
![]()
This plugin supports only spigot/bukkit 1.9 - 1.12.2.
![]()
-> Read the guide above
Have you errors or other problems?
-> Send a ticket to: [email protected] or make a ticket
![]()
Make sure to suggest things in the discussion part of this plugin or by sending it to [email protected]

MyParticles 3.0
Creating particles was never that easy, with using worldedit.
Recent Updates
- 1.13 Oct 8, 2018
- Config bug fix Apr 3, 2018
- Huge update Apr 3, 2018
Recent Reviews
-
XSwordPlayZ
- 5/5,
Nice plugin its painless and im using it on my server thanks for the plugin its not that complicated
-
Reynout
- 5/5,
Amazing what you can do with this plugin! I love it <3
Sad this isn't backwards compatible.. -
stive
- 3/5,
1.12.2
[04:22:54] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[04:22:54] [Server thread/ERROR]: Could not load 'plugins/4CR-Particles1.0.1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/IncompleteRegionException
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-7754231-94b0980]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:326) ~[spigot.jar:git-Spigot-7754231-94b0980]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-7754231-94b0980]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:308) [spigot.jar:git-Spigot-7754231-94b0980]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-7754231-94b0980]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-7754231-94b0980]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/IncompleteRegionException
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_144]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_144]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-7754231-94b0980]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-7754231-94b0980]
... 6 more
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.IncompleteRegionException
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_144]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-7754231-94b0980]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-7754231-94b0980]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_144]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_144]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_144]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_144]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-7754231-94b0980]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-7754231-94b0980]
... 6 more