Advertisement
siso_Friends

Untitled

Feb 18th, 2018
70
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. on first join:
  23. teleport the player to the location (-2, 70, -39)
  24. set player's gamemode to adventure
  25. give paper named "&6てめぇ初見だからって調子乗ってんちゃうぞこの野郎" with lore "&a右クリで運試し50%それだけ" to player
  26. stop
  27. on join:
  28. teleport the player to the location (-2, 70, -39)
  29. set player's gamemode to adventure
  30. clear player's inventory
  31. make console execute command "/effect %player% clear"
  32. stop
  33. on rightclick holding paper:
  34. name of held item contains "てめぇ初見だからって調子乗ってんちゃうぞこの野郎"
  35. message "&eくじを引きました"
  36. remove 1 of held item from player
  37. chance of 50%:
  38. message "&6あたりだよおめでとうあたっても何もないよ調子乗んな"
  39. stop
  40. on walking on emerald block:
  41. push the player forwards at speed 1
  42. push the player upwards at speed 0.8
  43. set {launch.%player%} to true
  44.  
  45. on damage:
  46. if damage cause is fall:
  47. if {launch.%victim%} is true:
  48. set {launch.%victim%} to false
  49. cancel event
  50. on rightclick holding lava bucket:
  51. name of held item contains "&a食べる"
  52. remove 1 of held item from player
  53. apply potion of speed 2 to the player for 10 seconds
  54. stop
  55. on rightclick holding gunpowder:
  56. name of held item contains "死ぬしかない"
  57. kill the player
  58. create a safe explosion of force 5 at player
  59. message "弓使うなってこと"
  60. stop
  61. on rightclick holding brick:
  62. remove 1 of held item from player
  63. apply potion of Resistance 1 to the player for 5 seconds
  64. stop
  65. on rightclick holding bone:
  66. name of held item contains "骨をかじる"
  67. set {_team} to random integer between 1 and 2
  68. if {_team} is 1:
  69. heal the player by 3 hearts
  70. message "&6回復した"
  71. if {_team} is 2:
  72. push the player upwards at speed 30
  73. message "&cなんかようわからんけど飛んだ"
  74. remove 1 of held item from player
  75. on death of player:
  76. strike lightning effect at the victim
  77. give attacker head:3 named "&e%player%'s&bhead" to player
  78.  
  79. on rightclick holding player head:
  80. apply potion of Regeneration 2 to the player for 10 seconds
  81. apply potion of Absorption 1 to the player for 120 seconds
  82. apply potion of speed 2 to the player for 10 seconds
  83. remove 1 of player's tool from player's tool
  84.  
  85. on place:
  86. if held item of player is a player head:
  87. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement