Advertisement
siso_Friends

Untitled

Feb 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. options:
  2. # Change the message if you want.
  3. # You can use these variables: %player%, %player's level%, %player's display name%, and etc.
  4. # メッセージを変更できます。
  5. # これらの変数を使えます: %player%, %player's level%, %player's display name% 等。
  6. join: %player% join the server.
  7. fjoin: Welcome %player% to this server! Hello!
  8. leave: %player% left the server.
  9.  
  10. # Don't change below!
  11. # これより下は変えないでね!
  12.  
  13. on join:
  14. player has played before
  15. set join message to "&e%player%が&6来たみたい"
  16.  
  17. on first join:
  18. set join message to "&e%player%は&d初見ちゃん♡"
  19.  
  20. on quit:
  21. set quit message to "&e%player%が&a他鯖に浮気したぞ、&4&n許さねぇ"
  22. stop
  23. on first join:
  24. teleport the player to the location (-2, 70, -39)
  25. set player's gamemode to adventure
  26. give paper named "&6てめぇ初見だからって調子乗ってんちゃうぞこの野郎" with lore "&a右クリで運試し(50%)それだけ" to player
  27. stop
  28. on join:
  29. teleport the player to the location (-2, 70, -39)
  30. set player's gamemode to adventure
  31. clear player's inventory
  32. make console execute command "/effect %player% clear"
  33. stop
  34. on rightclick holding paper:
  35. name of held item contains "てめぇ初見だからって調子乗ってんちゃうぞこの野郎"
  36. message "&eくじを引きました"
  37. remove 1 of held item from player
  38. chance of 50%:
  39. message "&6あたりだよおめでとうあたっても何もないよ調子乗んな"
  40. stop
  41. on walking on emerald block:
  42. push the player forwards at speed 1
  43. push the player upwards at speed 0.8
  44. set {launch.%player%} to true
  45.  
  46. on damage:
  47. if damage cause is fall:
  48. if {launch.%victim%} is true:
  49. set {launch.%victim%} to false
  50. cancel event
  51. on rightclick holding lava bucket:
  52. name of held item contains "&a食べる"
  53. remove 1 of held item from player
  54. apply potion of speed 2 to the player for 10 seconds
  55. stop
  56. on rightclick holding gunpowder:
  57. name of held item contains "死ぬしかない"
  58. kill the player
  59. create a safe explosion of force 5 at player
  60. message "弓使うなってこと"
  61. stop
  62. on rightclick holding brick:
  63. remove 1 of held item from player
  64. apply potion of Resistance 1 to the player for 5 seconds
  65. stop
  66. on rightclick holding bone:
  67. name of held item contains "骨をかじる"
  68. set {_team} to random integer between 1 and 2
  69. if {_team} is 1:
  70. heal the player by 3 hearts
  71. message "&6回復した"
  72. if {_team} is 2:
  73. push the player upwards at speed 30
  74. message "&cなんかようわからんけど飛んだ"
  75. remove 1 of held item from player
  76. on death of player:
  77. strike lightning effect at the victim
  78. give attacker head:3 named "&e%player%'s&bhead"
  79.  
  80. on rightclick holding player head:
  81. apply potion of Regeneration 2 to the player for 10 seconds
  82. apply potion of Absorption 1 to the player for 120 seconds
  83. apply potion of speed 2 to the player for 10 seconds
  84. remove 1 of player's tool from player's tool
  85.  
  86. on place:
  87. if held item of player is a player head:
  88. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement