Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. command /witaj [<text>]:
  2. trigger:
  3. send "&3Witaj %player%"
  4. give player 5 apple named "&6Dobre pomaranczowe"
  5. command /gm [<text>]:
  6. trigger:
  7. if arg 1 is "0":
  8. execute console command "gamemode survival %player%"
  9. send "&aTwoj tryb gry zostal zmieniony na survival!"
  10. if arg 1 is "1":
  11. execute console command "gamemode creative %player%"
  12. send "&aTwoj tryb gry zostal zmieniony na creative!"
  13. command /sun [<text>]:
  14. trigger:
  15. execute console command "weather clear"
  16. broadcast "&6Ustawiono sloneczna pogode"
  17. send "&aUstawiono sloneczna pogode" to all players
  18. command /day [<text>]:
  19. trigger:
  20. execute console command "time set 0"
  21. broadcast "&aNa serwerze ustawiono dzien!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement