Advertisement
zGhol

Untitled

May 1st, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. on rightclick holding coal on sponge:
  2. if player has 1 coal:
  3. set {_delay} to difference between {Esperar.Delay::%player%} and now
  4. if {_delay} is less than 1 minutes:
  5. send "&cVoce tem de espera mais um pouco."
  6. stop
  7. send "&6&lMAQUINAS: &7Você ativou a maquina de biscoito, tem 2 minutos de maquina !"
  8. remove 1 coal from player's inventory
  9. set {Esperar.Delay::%player%} to now
  10. drop 1 cookie
  11. wait 3 seconds
  12. drop 1 cookie
  13. wait 3 seconds
  14. drop 1 cookie
  15. wait 3 seconds
  16. drop 1 cookie
  17. wait 3 seconds
  18. drop 1 cookie
  19. wait 3 seconds
  20. drop 1 cookie
  21. wait 3 seconds
  22. drop 1 cookie
  23. wait 3 seconds
  24. drop 1 cookie
  25. wait 3 seconds
  26. drop 1 cookie
  27. wait 3 seconds
  28. drop 1 cookie
  29.  
  30. on rightclick holding coal on gold_block:
  31. if player has 1 coal:
  32. set {_delay} to difference between {Esperar.Delay::%player%} and now
  33. if {_delay} is less than 1 minutes:
  34. send "&6&lMAQUINAS: &7Você ativou a maquina de ouro, tem 2 minutos de maquina !"
  35. stop
  36. send "&6&lMAQUINAS: &7Você tem 2 minutos de maquina !"
  37. remove 1 coal from player's inventory
  38. set {Esperar.Delay::%player%} to now
  39. drop 1 gold_ingot
  40. wait 3 seconds
  41. drop 1 gold_ingot
  42. wait 3 seconds
  43. drop 1 gold_ingot
  44. wait 3 seconds
  45. drop 1 gold_ingot
  46. wait 3 seconds
  47. drop 1 gold_ingot
  48. wait 3 seconds
  49. drop 1 gold_ingot
  50. wait 3 seconds
  51. drop 1 gold_ingot
  52. wait 3 seconds
  53. drop 1 gold_ingot
  54. wait 3 seconds
  55. drop 1 gold_ingot
  56. wait 3 seconds
  57. drop 1 gold_ingot
  58.  
  59. on rightclick holding coal on brick_block:
  60. if player has 1 coal:
  61. set {_delay} to difference between {Esperar.Delay::%player%} and now
  62. if {_delay} is less than 1 minutes:
  63. send "&cVoce tem de espera mais um pouco."
  64. stop
  65. send "&6&lMAQUINAS: &7Você ativou a maquina de tijolo, tem 2 minutos de maquina !"
  66. remove 1 coal from player's inventory
  67. set {Esperar.Delay::%player%} to now
  68. drop 1 brick
  69. wait 3 seconds
  70. drop 1 brick
  71. wait 3 seconds
  72. drop 1 brick
  73. wait 3 seconds
  74. drop 1 brick
  75. wait 3 seconds
  76. drop 1 brick
  77. wait 3 seconds
  78. drop 1 brick
  79. wait 3 seconds
  80. drop 1 brick
  81. wait 3 seconds
  82. drop 1 brick
  83. wait 3 seconds
  84. drop 1 brick
  85. wait 3 seconds
  86. drop 1 brick
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement