Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #==========================================#
- Options:
- prefix: &e&lRename &b&l>
- permmsg: &cNo Permission
- #==========================================#
- command /Rename [<text>] [<text>]:
- permission: Rename.Item
- description: Tool rename command. Supports color codes!
- trigger:
- if arg-1 is "name":
- if length of arg-2 is bigger than 32:
- send "{@prefix} &cToo Lare of a Item Name"
- stop
- if player's tool is not air:
- set name of player's tool to "%coloured arg-2%"
- send "{@prefix} &aRenounced correctly"
- else:
- send "{@prefix} &cYou Are Holding Air"
- else:
- send "{@prefix} &a/Rename Help"
- if arg-1 is "lore":
- if player's tool is not air:
- set lore of player's tool to "%coloured arg-2%"
- else:
- send "{@prefix} &cYou Are Holding Air"
- if arg-1 is "help":
- send "&a-----------------------------------------------------"
- send " &f&lSimpleRename"
- send "&e/Rename Name &8[&cName&8] &7To change the name of the item "
- send "&e/Rename lore &8[&cLoreName&8] &7To change the lore of the item?"
- send "&e/Rename Help &7Main Command"
- send "&a----------------------------------------------------"
- stop
Advertisement
Add Comment
Please, Sign In to add comment