NAOSAMA

Untitled

Mar 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. command /rename <text>:
  2. description: Renames the item in your inventory slot.
  3. usage: /rename <name>
  4. permission: FlintName.rename
  5. permission message: &cYou do not have permission to this command.
  6. trigger:
  7. if arg-1 is set:
  8. set the name of player's tool to "&r%colored arg-1%"
  9. send "&6&lFlint&e&lName&7&l> &fYour items name has been changed to &r%colored arg-1%&r."
  10.  
  11. command /relore [<integer=1>] [<text="">]:
  12. aliases: lore
  13. permission: FlintName.lore
  14. permission message: &6&lFlint&e&lName&7&l> &fYou dont have access to this command.
  15. trigger:
  16. if arg-2 is set:
  17. set line arg-1 of the lore of player's tool to "&d&o%colored arg-2%"
  18. send "&6&lFlint&e&lName&7&l> &fYour items lore has been changed to &r%colored arg-2%&r."
Add Comment
Please, Sign In to add comment