Advertisement
Piotreq69

Minecraft jak pisać skrypty #3

Dec 12th, 2019
811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. command /itemy [<text>]:
  2. trigger:
  3. open chest with 1 row named "&6Przedmioty na gildie" to player
  4. format slot 0 of player with 64 diamond named "&b64x Diamenty" to close
  5. format slot 1 of player with 32 emerald named "&a32x Szmaragd" to be unstealable
  6. format slot 2 of player with 32 tnt named "&c32x TNT" to be unstealable
  7. command /panel [<text>]:
  8. aliases: p
  9. permission: panel
  10. permission message: &cNie masz uprawnienia (panel)
  11. trigger:
  12. open chest with 1 row named "&cPanel Administracyjny" to player
  13. format slot 0 of player with 1 bucket named "&bWylacz deszcz" to run [execute player command "/sun"]
  14. format slot 1 of player with 1 water bucket named "&bWlacz deszcz" to run [execute player command "/weather rain"]
  15. format slot 2 of player with 1 grey dye named "&7Wyczysc chat" to run [execute player command "/chat c"]
  16. format slot 3 of player with 1 red dye named "&cWyalcz chat" to run [execute player command "/chat off"]
  17. format slot 4 of player with 1 green dye named "&aWlacz chat" to run [execute player command "/chat on"]
  18. format slot 5 of player with 1 light blue dye named "&bDzien" to run [execute player command "/day"]
  19. format slot 6 of player with 1 blue dye named "&9Noc" to run [execute player command "/time set night"]
  20. format slot 7 of player with 1 barrier named "&cWyczysc eq" to run [execute player command "/clear"]
  21. format slot 8 of player with 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement