Advertisement
SortaCold

Untitled

Apr 3rd, 2021
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. options:
  2. p: &8&l[&c&l!&8&l]
  3.  
  4. command /itemrename [<text>]:
  5. aliases: ir
  6. permission: itemrename.use
  7. permission message: {@p} &cYou do not have permission for that command!
  8. usage: {@p} &cIncorrect command! &e/itemrename <text>
  9. trigger:
  10. if arg-1 is not set:
  11. send ""
  12. send "&aItemRename Skript"
  13. send ""
  14. send "&7&oMade by SortaCold"
  15. send ""
  16. else if arg-1 is set:
  17. set name of player's tool to "%colored arg%"
  18. send "{@p} &aYou have renamed your current item to: %colored arg%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement