Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. on join:
  2. if {czas.%player%} is not false:
  3. if {czas.%player%} is not true:
  4. set {czas.%player%} to false
  5. if {czas.%player%} is true:
  6. wait 1 second
  7. send "&2&lMI&f&lHC.PL &8>> &7Wyszedles z serwera podczas pracy generatora, czas jego pracy rozpoczyna sie od nowa!" to player
  8. wait 30 minute
  9. give player 59 iron ingot named "&2Iron" with lore "&fPrzedmiot stworzony przez generator"
  10. send "&2&lMI&f&lHC.PL &8>> &7Otrzymales Irona!" to player
  11. set {czas.%player%} to false
  12. else:
  13. send "&2&lMI&f&lHC.PL &8>> &7Mozesz uzywac Generator Irona co 30 minut!"
  14. on rightclick:
  15. if player's tool is iron ingot:
  16. if name of player's tool is "&2Generator &fIrona":
  17. if {czas.%player%} is false:
  18. set {czas.%player%} to true
  19. send "&2&lMI&f&lHC.PL &8>> &7Otrzymales Irona!" to player
  20. give player 59 iron ingot named "&2Iron" with lore "&fPrzedmiot stworzony przez generator"
  21. wait 30 minute
  22. set {czas.%player%} to false
  23. else:
  24. send "&2&lMI&f&lHC.PL &8>> &7Mozesz uzywac Generator Irona co 30 minut!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement