Advertisement
Blue_Tec

Untitled

Mar 24th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command /setname [<text>] [<player>]:
  2. permission: setname.admin
  3. permission message: &cYou need permission!
  4. trigger:
  5. if arg-1 is set:
  6. if arg-2 is set:
  7. set arg-2's tab list name to "%colored arg-1%"
  8. set arg-2's display name to "%arg-1%"
  9. if arg-2 is not set:
  10. set player's tab list name to "%colored arg-1%"
  11. set player's display name to "%colored arg-1%"
  12. if arg-1 is not set:
  13. message "&c使用法: /setname <変更名前> <プレイヤー>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement