Advertisement
motan1205

npc

Dec 7th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. on npc right click:
  2. citizen is named "&6&l旅に出ます"
  3. execute command "/tp %player% 713 4 -358"
  4. send player title "&8- &a&lレベリング草原 &8-" with subtitle "&7移動完了" for 3 seconds
  5.  
  6. on npc right click:
  7. citizen is named "&6&lバラディック鉱山"
  8. if {Lv::%player%} is more than 9:
  9. execute command "/tp %player% 919 6 -401"
  10. send player title "&8- &8&lバラディック鉱山 &8-" with subtitle "&7移動完了" for 3 seconds
  11. else:
  12. message "&cレベルが10以上ではないといけません。"
  13.  
  14. on npc right click:
  15. citizen is named "&c&lグラスゾンビ-BOSS"
  16. if {Lv::%player%} is more than 19:
  17. execute command "/tp %player% 981 5 -537"
  18. send player title "&8- &c&lグラスゾンビ &8-" with subtitle "&7移動完了" for 3 seconds
  19. else:
  20. message "&cレベルが20以上ではないといけません。"
  21.  
  22. on npc right click:
  23. citizen is named "&a&lナイルの崖上"
  24. if {Lv::%player%} is more than 23:
  25. execute command "/tp %player% 834 5 -287"
  26. send player title "&8- &a&lナイル崖上 &8-" with subtitle "&7移動完了" for 3 seconds
  27. else:
  28. message "&cレベルが24以上ではないといけません。"
  29.  
  30. on npc right click:
  31. citizen is named "&c&lハーディロン-BOSS"
  32. if {Lv::%player%} is more than 28:
  33. execute command "/tp %player% 868 15 -131"
  34. send player title "&8- &c&lハーディロン &8-" with subtitle "&7移動完了" for 3 seconds
  35. else:
  36. message "&cレベルが29以上ではないといけません。"
  37.  
  38. on npc right click:
  39. citizen is named "&b&l吹雪の雪"
  40. if {Lv::%player%} is more than 24:
  41. execute command "/tp %player% 758 5 -258"
  42. send player title "&8- &b&l吹雪の雪 &8-" with subtitle "&7移動完了" for 3 seconds
  43. else:
  44. message "&cレベルが25以上ではないといけません。"
  45.  
  46. on npc right click:
  47. citizen is named "&f&l天空"
  48. if {Lv::%player%} is more than 34:
  49. execute command "/tp %player% 724 102 -151"
  50. send player title "&8- &f&l天空 &8-" with subtitle "&7移動完了" for 3 seconds
  51. else:
  52. message "&cレベルが35以上ではないといけません。"
  53.  
  54. on npc right click:
  55. citizen is named "&b&l公式Discord"
  56. execute command "/tell %player% https://discord.gg/dWMUEM5"
  57.  
  58. on npc right click:
  59. citizen is named "&6冒険者"
  60. wait 1 seconds
  61. message "&a夜にあそこにあるベッドで寝るとリスポーンを設定できるみたいだよ。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement