Advertisement
mrkeith782

Untitled

Apr 16th, 2014
42
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. set {_temp} to {_temp}+1
  14. chance of 50%:
  15. drop 1 diamond at {spawn}
  16. drop 1 diamond at {spawn1}
  17. drop 1 diamond at {spawn2}
  18. chance of 25%:
  19. drop 1 emerald at {spawn}
  20. drop 1 emerald at {spawn1}
  21. drop 1 emerald at {spawn2}
  22. chance of 10%:
  23. drop 1 diamond block at {spawn}
  24. drop 1 diamond block at {spawn1}
  25. drop 1 diamond block at {spawn2}
  26. chance of 5%:
  27. drop 1 emerald block at {spawn}
  28. drop 1 emerald block at {spawn1}
  29. drop 1 emerald block at {spawn2}
  30. chance of 5%:
  31. drop 10 steak at {Spawn}
  32. drop 10 steak at {Spawn1}
  33. drop 10 steak at {Spawn2}
  34. chance of 25%:
  35. drop 1 iron ingot at {spawn}
  36. drop 1 iron ingot at {spawn1}
  37. command /setspawnsk <number>:
  38. permission: op
  39. trigger:
  40. set {Spawn.%arg%} to player's location
  41. send "Spawn%arg% set."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement