GamePL7

Turbo drop by gpl7 nie testowane

Sep 1st, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Variables:
  2. {Turbo.drop.%player%} = flase
  3. Options:
  4. perm
  5. perm.msg:
  6. on mine of stone:
  7. If {Turbo.drop.%player%} is "true":
  8. Variables:
  9. {Turbo.drop.%player%} = flase
  10. Options:
  11. perm
  12. perm.msg:
  13. on mine of stone:
  14. If {Turbo.drop.%player%} is "true":
  15. if player's tool is a pickaxe:
  16. chance of 1.5%::
  17. drop a diamond block
  18. chance of 2.5%:
  19. drop a emerald
  20. chance of 3.0%:
  21. drop a iron block
  22. chance of 7.0%:
  23. drop a gold block
  24. chance of 2.0%:
  25. drop a tnt
  26. chance of 0.1%:
  27. drop a enderpearl
  28. chance of 4.0%:
  29. drop a redstone
  30. chance of 0.1%:
  31. drop a slimeball
  32. chance of 0.5%:
  33. drop a apple
  34. chance of 1.5%:
  35. drop a coal block
  36. chance of 4.0%:
  37. drop a obsidian
  38. chance of 10.5%:
  39. drop a book
  40. command /turbodrop [<text>] [<test>] [<text>]:
  41. aliases: /turbo
  42. trigger:
  43. if player has permissions "turbo.gpl7":
  44. if {Turbo.drop.%player%} is false:
  45.  
  46. set {TurboDrop} to true
  47. Send "&aStart turba!"
  48. wait arg 2 minutes
  49. set {Turbo.Drop.%player%} to "false"
  50. Send "&cKoniec już tego turbodropu"
  51. stop
  52. else:
  53. send "&cNie masz permisji!"
  54. stop
Advertisement
Add Comment
Please, Sign In to add comment