Satoru7135

Untitled

Feb 7th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. command nick [<text>]:
  2. permission: paste.sk
  3. permission message: &cPermission haven't
  4. trigger:
  5. set {test.%player%} to "true"
  6. set {nick.%player%} to arg-1
  7. set player's tablist name to "%arg 1%"
  8. send "nickname change" to player
  9.  
  10. on chat:
  11. if {test.%player%} is true:
  12. broadcast "%{nick.%player%}%: %colored message%"
Add Comment
Please, Sign In to add comment