Advertisement
taktie0304

Untitled

Jun 1st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. command /rename <text>:
  2. description: Renames the item in your inventory slot.
  3. usage: /rename <name>
  4. permission: skript.rename
  5. permission message: &cけんげんがないよ
  6. trigger:
  7. if arg-1 is set:
  8. set the name of player's tool to "&r%colored arg-1%"
  9. send "&7名前が「&r%colored arg-1%&7」に変更されました"
  10.  
  11. command /relore [<integer=1>] [<text="">]:
  12. aliases: lore
  13. permission: skript.lore
  14. permission message: &cけんげんがないよ
  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 "&7説明文が「&r%colored arg-2%&7」に変更されました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement