Advertisement
Whitevoided

Rankitem

Jul 8th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. on rightclick with iron ingot:
  2. if name of held item contains "称号 [Kill:1k]":
  3. command "setprefix @p [Kill:1k]"
  4. message "&b&l称号変更 &f[Kill:1k]"
  5. on rightclick with iron ingot:
  6. if name of held item contains "称号 [Kill:3k]":
  7. command "setprefix @p [Kill:3k]"
  8. message "&b&l称号変更 &f[Kill:3k]"
  9. on rightclick with iron ingot:
  10. if name of held item contains "称号 [Kill:5k]":
  11. command "setprefix @p &l[Kill:5k]"
  12. message "&b&l称号変更 &f&l[Kill:5k]"
  13. on rightclick with iron ingot:
  14. if name of held item contains "称号 [Kill:10k]":
  15. command "setprefix @p &l[Kill:10k]"
  16. message "&b&l称号変更 &f[Kill:10k]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement