Advertisement
mrkeith782

Untitled

Apr 16th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /autodropparty:
  2. permission: dp.epic
  3. trigger:
  4. broadcast "<red><italic>ThePrisonServer <reset><gray>> <light red>Drop Party at spawn!"
  5. wait 3 seconds
  6. broadcast "<red><italic>ThePrisonServer <reset><gray>> <light red>Drop Party at spawn!"
  7. wait 3 seconds
  8. broadcast "<red><italic>ThePrisonServer <reset><gray>> <light red>Drop Party at spawn!"
  9. wait 3 seconds
  10. broadcast "<red><italic>ThePrisonServer <reset><gray>> <light red>Drop Party at spawn!"
  11. loop 100 times:
  12. wait 0.5 seconds
  13. chance of 50%:
  14. drop 1 diamond at {spawn}
  15. chance of 25%:
  16. drop 1 emerald at {spawn}
  17. chance of 10%:
  18. drop 1 diamond block at {spawn}
  19. chance of 5%:
  20. drop 1 emerald block at {spawn}
  21. chance of 5%:
  22. drop 10 steak at {Spawn}
  23. chance of 25%:
  24. drop 1 iron ingot at {spawn}
  25. command /setspawnsk:
  26. permission: op
  27. trigger:
  28. set {Spawn} to player's location
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement