Advertisement
K2Rk1o

[Skript]・Edit Weapon

Feb 2nd, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. options:
  2. #------------------#
  3. #Edit weapon #
  4. #------------------#
  5. edit-name: &9[&2&lEdit &c&lWeapon&9]
  6.  
  7. command /edit-help:
  8. permission: edit.skript
  9. trigger:
  10. send "&9-----------------------"
  11. send "&2 Edit Weapon "
  12. send "&6 "
  13. send "&b/edit-name <name>"
  14. send "&7"
  15. send "&c/edit-lore <row> <text>"
  16. send "&9-----------------------"
  17. stop
  18.  
  19. command /edit-name <text>:
  20. permission: edit.skript
  21. trigger:
  22. set the name of held item to colored arg
  23. send "{@edit-name} &9設定しました。"
  24. stop
  25.  
  26. command /edit-lore <number> <text>:
  27. permission: edit.skript
  28. trigger:
  29. set line arg-1 of lore of held item to colored "%colored arg-2%"
  30. send "{@edit-name} &9設定しました。"
  31. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement