• 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.

Dropparty - Fixed and reposted

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.

Skylar

Staff Member
Community Team
#1
Here is the working version that I wanted to post awhile back but forgot. This one it working and I deleted my old thread. Enjoy!

cmd create dp Drop Party!
cmd add dp if %args%[1] = "start" then goto 6
cmd add dp #line filler :3
cmd add dp if %args%[1] = "stop" then goto 5
cmd add dp message %p% [✘] Ussage: /dp
cmd add dp exit
cmd add dp message onlineplayers() [!] A DropParty has started at spawn!
cmd add dp sleep 2
cmd add dp let %counter% = 11
cmd add dp let %counter% = %counter% - 1
cmd add dp if %counter% = 0 then goto 14
cmd add dp message onlineplayers() [!] DropParty starting in %counter%..
cmd add dp sleep 1
cmd add dp goto 9
cmd add dp ascon /particle flame 423 8 2102 1 1 1 30 90
cmd add dp schedule 20 dstop
cmd add dp let %array% = array(266, 265, 466, 388)
cmd add dp let %size% = size(%array%) - 1
cmd add dp let %rnd% = random(0, %size%)
cmd add dp let %randomitem% = %array%[%rnd%]
cmd add dp let %counter% = 0
cmd add dp let %counter% = %counter% + 1
cmd add dp if %counter% = 15 then exit
cmd add dp drop world 423 8 2102 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 417 8 2102 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 423 8 2095 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 429 8 2102 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 423 8 2109 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 421 9 2098 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 426 9 2098 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 426 9 2106 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 420 8 2106 %randomitem%
cmd add dp sleep 1
cmd add dp drop world 420 8 2106 %randomitem%
cmd add dp goto 20

-------------------------

cmd create dstop
cmd add dstop messageonlineplayers() [!] DropParty has ended!
cmd add dstop sound world 423 7 2102 explode
cmd add dstop ascon /cmd kill dp
cmd add dstop exit