• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Mad Commands - Particle (In case you didnt already know)

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.
#1
* Hey guys; i know you might already know how to use /particle but some people do not. The ussage for the command is not that informative so il just tell you. Il also throw in some cool tricks you can do with it.

Command: /particle <name> <x coord> <y coord> <z coord> <xsize> <ysize> <zsize> <speed> <ammount played>

Should look like this: /particle flame 628 93 292 1 1 130 90 <-- That will play a flame particle at the size of 1 with a speed of 30.

Full list of Mcpe Particles: flame, snowballpoof, happy_villager, dust, dripwater, droplet, bubble, heart, lava, water, portal, explosion, falling_dust, reddust, blockcrack, dripping_lava, dripping_water, end_rod, enchantment, mycelium, spoke, splash, spit, witch, large_smoke

Many of these do work and many do not because the leet.cc particle system is outdated.

How to make a looping Mad Cmd Particle, playing constantly anywhere.

cmd create hubparticle | Not for manual use

cmd add hubparticle ascon /particle heart 282 67 298 1 1 1 30 90

cmd add hubparticle sleep 0.1

cmd add hubparticle goto 1

Join Messages With Particle Effect:
cnd create joinmsg | Not for manual use
cmd add joinmsg ascon /particle flame 291 19 192 1 1 1 30 90
cmd add joinmsg message onlineplayers() [+] %p%
cmd trigger login joinmsg


I hope this helped anyone who didnt know how; but i assumed you guys already knew. Cya.
 

madhon

MadCommands Dev
#3
Just beware constantly looping commands. Especially if you let it sleep for 0.1 sec only - that means it will run 10 times per second and can cause lag or even server overload, which might result in your server to get reset.
 

thedeibo

Department Head
Staff Member
Department Head
Community Team
#4
YEs.
Just beware constantly looping commands. Especially if you let it sleep for 0.1 sec only - that means it will run 10 times per second and can cause lag or even server overload, which might result in your server to get reset.
I tested it, and sure enough... eventually crashed the server. Thats three people using snowballs particle like "/particle snowballpoof %playerX% %playerY% %playerZ% 1 1 1 10". :) I made it a few days ago... XD