sora200507

Untitled

Mar 22nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. on right click:
  2. name of held item is "&b王":
  3. set tool of player's lore to "&b%player%の王"
  4. stop
  5. name of held item is "&b飛車":
  6. set tool of player's lore to "&b%player%の飛車"
  7. stop
  8. name of held item is "&b歩兵":
  9. set tool of player's lore to "&b%player%の歩兵"
  10. stop
  11. name of held item is "&b角行":
  12. set tool of player's lore to "&b%player%の角行"
  13. stop
  14. else:
  15. stop
  16. command /edititem [<text>] [<text>]:
  17. permission:syougi.admin
  18. trigger:
  19. if arg 1 is "rename":
  20. set tool of player's name to "%colored arg 2%"
  21. send "&6成功"
  22. stop
  23. if arg 1 is "setlore":
  24. set tool of player's lore to "%colored arg 2%"
  25. send "&6成功"
  26. stop
Advertisement
Add Comment
Please, Sign In to add comment