Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /kolor <text>:
- trigger:
- if player have permission "skript.kolor":
- if arg 1 is "on":
- set {kolor.%player%} to true
- send "Wlaczyles kolorowe pisanie"
- if arg 1 is "off":
- set {kolor.%player%} to false
- on chat:
- if {kolor.%player%} is true:
- set player's message to "6%message%"
Advertisement
Add Comment
Please, Sign In to add comment