Advertisement
NAOSAMA

Untitled

Sep 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. command /rename [<text>]:
  2. permission:item.rename
  3. permission message: &cあなたにこの権限はないぜ!
  4. trigger:
  5. if player is holding air:
  6. broadcast "&eアイテム持ってねーじゃんww"
  7. stop
  8. else:
  9. if arg 1 is set:
  10. set the name of player's tool to "%colored arg 1%"
  11. broadcast "&aアイテムの名前を変更したぜ!"
  12. stop
  13. if arg 1 is not set:
  14. broadcast "&e文字打たれてないぞー"
  15. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement