Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on chat:
- if player don't have permission "chat.set":
- if {chat} is 0:
- cancel event
- send "&6Chat jest obecnie wylaczony!"
- command /chat [<text>]:
- if player has permission "chat.set":
- if arg is "on" or "1" or "wlacz":
- set {chat} to 1
- send "&aChat wlaczony"
- if arg is "off" or "0" or "wylacz":
- set {chat} to 0
- send "&aChat wylaczony"
Advertisement
Add Comment
Please, Sign In to add comment