Advertisement
modochan

肋骨(召喚(

Dec 13th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. on right click:
  2. event-block is end portal frame
  3. if player is holding a brick:
  4. if name of player's tool is "&7【&c&l強欲なる樹&7】":
  5. if lore of player's tool is "&a強大な魔力を感じる....":
  6. remove brick from event-player
  7. command "mm e give %event-player% End"
  8.  
  9. command /reitem <text> <text>:
  10. permission: skript.admin
  11. trigger:
  12. if arg-1 is "name":
  13. set name of player's tool to "%colored arg-2%"
  14. else if arg-1 is "lore":
  15. set lore of player's tool to "%colored arg-2%"
  16.  
  17. command /administ <text> <text> [<text>]:
  18. permission: skript.admin
  19. trigger:
  20. if arg-1 is "tp":
  21. if arg-2 is "admin":
  22. teleport the player to {modo}
  23. else if arg-1 is "set":
  24. if arg-2 is "modo":
  25. set {modo} to location of player
  26. send "%{modo}%&c=&aもどの部屋"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement