Advertisement
modochan

暇人TV

May 22nd, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. options:
  2. fox: &a[&8&l背後霊&a]&b
  3. modo: &e[&6&lなめくじ&e]&a
  4.  
  5. command /spawn-s [<text>]:
  6. permission: skript.admin
  7. trigger:
  8. if arg-1 is "lb":
  9. set {lobby} to location of the player
  10. send "{@fox}lbセット"
  11. else if arg-1 is "sg":
  12. set {sg} to location of the player
  13. send "{@fox}lbセット"
  14.  
  15. on join:
  16. player has played before
  17. set join message to "{@fox}%player%さんが参加"
  18.  
  19. on quit:
  20. set quit message to "{@fox}%player%さんが退出"
  21.  
  22. on first join:
  23. teleport the player to {lobby}
  24. broadcast "{@modo}%player%さんが初参加です"
  25.  
  26. command /loreline <number> [<text>]:
  27. permission: skript.admin
  28. trigger:
  29. if arg-2 is not set:
  30. set line arg-1 of lore of player's tool to " "
  31. send "{@modo}Lore&c%arg-1%&a削除完了"
  32. else:
  33. set line arg-1 of lore of player's tool to colored arg-2
  34. send "{@modo}Lore&e%arg-1%&a設定完了"
  35.  
  36. command /rename <text>:
  37. permission: skript.admin
  38. trigger:
  39. set name of player's tool to colored arg-1
  40. send "{@modo}Name設定完了"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement