Advertisement
0123Atsuse

Untitled

Sep 5th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. command /rename [<text>]:
  2. permission:essential.commands
  3. permission message: &c実行する権限を持っていません。
  4. trigger:
  5. if player is holding air:
  6. send "&c手にアイテムを持っていません。"
  7. stop
  8. else:
  9. if arg 1 is set:
  10. set the name of player's tool to "%colored arg 1%"
  11. send "&6アイテムの名前を変更しました。"
  12. stop
  13. if arg 1 is not set:
  14. send "&cテキストが入力されていません...。"
  15. stop
  16.  
  17. command /relore [<text>]:
  18. permission:essential.commands
  19. permission message: &c実行する権限を持っていません。
  20. trigger:
  21. if player is holding air:
  22. send "&c手にアイテムを持っていません。"
  23. stop
  24. else:
  25. if arg 1 is not set:
  26. send "&cテキストが入力されていません...。"
  27. stop
  28. if arg 1 is set:
  29. set line 1 of the lore of player's tool to "%colored arg 1%"
  30. send "&6アイテムのLoreを変更しました。"
  31. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement