RuthelssWM

Untitled

Apr 29th, 2019
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.56 KB | None | 0 0
  1. on first join:
  2. broadcast "&e===================================================="
  3. broadcast " &6<&0*&c%player%&0*&6>&fさんが初めての参加です!"
  4. broadcast "&e===================================================="
  5. wait 0.5 seconds
  6. execute console command "/tp %player% -1299 4 1077"
  7. on join:
  8. set the join message to "§e%player%§4が遊びにやってきた。§aゆっくりしていってね!"
  9. execute console command "/gamemode 1 funanori"
  10. execute console command "/gamemode 2 %player%"
  11. wait 2 seconds
  12. message "§6ようこそ§b%player%§6さん!!"
  13.  
  14. on player's held item change:
  15. name of held item contains "&cあいあんそーど"
  16. cancel event
  17.  
  18. on death of a player:
  19. broadcast "§b%victim%§eは&4%attacker's weapon's name%§eに§4ギタギタ§fにされた。"
  20. execute console command "/xp 10 %attacker%"
  21. execute console command "/clear %player% minecraft:flint 0 64 {display:{Name:""&c&l&n応急処置キット""}}"
  22.  
  23. on player respawn:
  24. wait 0.5 seconds
  25. execute console command "/effect %player% minecraft:resistance 10 255 true"
  26. message "§7§l§n[死神様]§f: §a%player%§fは§4リスポーン§fしたため、§e10秒間無敵§fになります。"
  27.  
  28.  
  29. on quit:
  30. set the quit message to "§l§b[Quit§6Plugin§b] §l§n§c%player%§r§fさんが§e星に§f帰った"
  31.  
  32. on chat:
  33. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.item.pickup master @s "
  34.  
  35. on bed enter:
  36. wait 1 seconds
  37. execute console command "/effect %player% minecraft:instant_health 3 255"
  38. execute console command "/effect %player% minecraft:saturation 2 255"
  39.  
  40. on bed leave:
  41. message "あなた: §cベッド§fで寝ころんだら力が湧いてきた。"
  42. message "§l§b§n[プログラム]: §7(§4補足:§f夜しか使えないから夜は積極的にベッドを使おう!!§7)"
  43.  
  44. on rightclick with sugar:
  45. name of held item contains "§l§n§4[§l§n§c貴重な糖分§l§n§4]"
  46. execute console command "/clear %player% minecraft:sugar 0 1 {display:{Name:""§l§n§4[§l§n§c貴重な糖分§l§n§4]""}}"
  47. execute console command "/scoreboard players add %player% money 10"
  48. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.zombie.attack_door_wood master @s"
  49.  
  50. on rightclick on a sponge:
  51. set {_cd} to difference between {sea.%player%} and now
  52. if {_cd} is less than 10 seconds:
  53. message "§l§n§f[§l§n§bSea§l§n§f]: すでに§4先客§fが来ていたようだ。まだ近くにいる§c可能性§fもある。気を付けよう!"
  54. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.blaze.hurt master @p ~ ~ ~ 1 2"
  55. stop
  56. else:
  57. set {sea.%player%} to now
  58. execute console command "/give %player% emerald 1"
  59. execute console command "/xp 2 %player%"
  60. broadcast "§l§n§f[§l§n§4報告§l§n§f]: §c%player%§fさんが§bSea地点§fにたどり着きました!!"
  61.  
  62. command /resetxp <player>:
  63. description: 経験値を0に戻します(リセット)
  64. usage: コマンドの後にプレイヤーネームを入力してください
  65. permission: "resetxp.admin"
  66. permission message: §4あなたは権限をお持ちでないため、使用は制限されています。
  67. executable by: player and console
  68. aliases: /rxp,/rexp
  69. trigger:
  70. execute console command "/xp -1000000l %arg-1%"
  71.  
  72. on rightclick with leather:
  73. name of held item contains "§e【§5革防具§c詰め込み§aセット§e】"
  74. execute console command "/give %player% minecraft:leather_helmet 1 0 {HideFlags:1,display:{Name:""§e頭§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  75. execute console command "/give %player% minecraft:leather_chestplate 1 0 {HideFlags:1,display:{Name:""§e胸§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  76. execute console command "/give %player% minecraft:leather_leggings 1 0 {HideFlags:1,display:{Name:""§e腰§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  77. execute console command "/give %player% minecraft:leather_boots 1 0 {HideFlags:1,display:{Name:""§e足§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  78. execute console command "/clear %player% minecraft:leather 0 1 {display:{Name:""§e【§5革防具§c詰め込み§aセット§e】""}}"
  79.  
  80. command /mcb [<player>] [<offline player>]:
  81. description: プレイヤーの評価値を見たいときに使う。
  82. usage: /mcb <プレイヤーの名前>
  83. permission: mcbans.admin
  84. permission message: §4あなたは権限をお持ちでないため、使用は制限されています。
  85. executable by: player and console
  86. aliases: /banp,/rep
  87. trigger:
  88. if arg 1 is set:
  89. execute console command "/say https://www.mcbans.com/player/%arg-1%/"
  90. if arg 1 is not set:
  91. execute console command "say https://www.mcbans.com/player/%arg-2%/"
  92. command /news [<text>] [<text>]:#ニュースを流してくれる。
  93. description: &2最近&fの&5ニュース&fを流してくれます!
  94. usage: /news help
  95. permission: news.admin
  96. permission message: §4あなたは権限をお持ちでないため、使用は制限されています。
  97. executable by: player and console
  98. trigger:
  99. if arg 1 is "help":
  100. message " &6<&e<&dニュース&e>&6>"
  101. message "&b==============================================================================="
  102. message "&b/news new &e[&4message&e]&bを入力すると&aみんなに&bニュースを流してくれます!"
  103. message "&b/news gatya &e[&4ガチャ名&e]&bで&5ガチャ&bの&c新アイテム&bが入荷されたと表示される"
  104. message "&b/news crackup 銃の&4上方&b修正ログ"
  105. message "&b/news crackdown 銃の&9下方&b修正ログ"
  106. message "&b/news cracks 銃の修正のまとめ。 "
  107. message "&b/news coming soon...."
  108. message "&b==============================================================================="
  109. if arg 1 is "new":
  110. broadcast " &9☆&6<&e<&a%player%&fさんのニュース!&e>&6>&9☆"
  111. broadcast "&c============================================================"
  112. broadcast " &5%arg-2%"
  113. broadcast "&c============================================================"
  114. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  115. if arg 1 is "gatya":
  116. broadcast " &9☆&6<&e<&aガチャについて&e>&6>&9☆"
  117. broadcast "&c============================================================"
  118. broadcast " &b新しい&cアイテム&bが&r&e%arg-2%&bに追加されました!"
  119. broadcast "&c============================================================"
  120. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  121. if arg 1 is "crackup":
  122. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  123. broadcast "&c============================================================"
  124. broadcast " &9銃の上方修正が行われました。内容は以下になります!"
  125. broadcast " &b%arg-2%"
  126. broadcast "&c============================================================"
  127. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  128. if arg 1 is "crackdown":
  129. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  130. broadcast "&c============================================================"
  131. broadcast " &9銃の下方修正が行われました。内容は以下になります!"
  132. broadcast " &b%arg-2%"
  133. broadcast "&c============================================================"
  134. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  135. if arg 1 is "cracks":
  136. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  137. broadcast "&c============================================================"
  138. broadcast " &9銃の修正が行われました。内容は以下になります!"
  139. broadcast " &b%arg-2%"
  140. broadcast "&c============================================================"
  141. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  142.  
  143. command /hweapon:
  144. description: もっているアイテムを表示します。
  145. usage: /hweaponで持っているアイテムを表示します
  146. executable by: player and console
  147. trigger:
  148. broadcast "&e^&6^&e^&6^&e^&6^&e^&6^&e^&6^&9%player%&fの武器&6^&e^&6^&e^&6^&e^&6^&e^&6^&e^"
  149. broadcast "&a<&d<%weapon's name%&d>&a>"
  150.  
  151. on break of log:
  152. name of held item contains "[初期斧]"
  153. execute console command "/scoreboard players add %player% money 2"
  154.  
  155. on break of stone:
  156. name of held item contains "[初期ツルハシ]"
  157. execute console command "/scoreboard players add %player% money 2"
  158.  
  159. on offhand move:
  160. cancel event
  161.  
  162. on player consume:
  163. name of held item contains "&9***&2【&4アドレナリン&2】&9***"
  164. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;8911871,2772262,16770667,9539985],FadeColors:[I;12520883,16728128,16748334]}]}}}}"
  165. wait 2 seconds
  166. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  167. wait 2 seconds
  168. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  169. wait 2 seconds
  170. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  171. wait 1 seconds
  172. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  173. wait 1 seconds
  174. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  175. wait 1 seconds
  176. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  177. wait 1 seconds
  178. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  179. wait 1 seconds
  180. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  181.  
  182. on rightclick with feather:
  183. execute console command "/execute %player% ~ ~ ~ /fill ~ ~-1 ~ ~ ~-1 ~ stained_glass 5 replace air"
  184. wait 2 seconds
  185. execute console command "/execute %player% ~ ~ ~ /fill ~ ~-1 ~ ~ ~-1 ~ air replace stained_glass 5"
  186.  
  187. on player consume:
  188. name of held item contains "&4&lコカ・コーラ"
  189. execute console command "/effect %player% minecraft:instant_health 2 1"
  190. execute console command "/effect %player% minecraft:jump_boost 10 2"
  191. execute console command "/effect %player% minecraft:resistance 61 2"
  192. execute console command "/effect %player% minecraft:saturation 2 100"
  193. execute console command "/effect %player% minecraft:unluck 100000 255"
  194.  
  195. command /randomgive:
  196. permission: skript.admin
  197. trigger:
  198. set {_randomnumber} to a random integer between 1 to 8
  199. if {_randomnumber} is 1:
  200. execute console command "/say 1番です"
  201. else if {_randomnumber} is 2:
  202. execute console command "/say 2番です"
  203. else if {_randomnumber} is 3:
  204. execute console command "/say 3番です"
  205. else if {_randomnumber} is 4:
  206. execute console command "/say 4番です"
  207. else if {_randomnumber} is 5:
  208. execute console command "/say 5番です"
  209. else if {_randomnumber} is 6:
  210. execute console command "/say 6番です"
  211. else if {_randomnumber} is 7:
  212. execute console command "/say 7番です"
  213. else if {_randomnumber} is 8:
  214. execute console command "/say 8番です"
  215.  
  216. on rightclick with flint:
  217. name of held item contains "&c&l&n応急処置キット"
  218. execute console command "/effect %player% minecraft:instant_health 1 2"
  219. execute console command "/clear %player% minecraft:flint 0 1 {display:{Name:""&c&l&n応急処置キット""}}"
  220.  
  221.  
  222. command /tutorial:
  223. trigger:
  224. execute console command "execute %player% ~ ~ ~ /tp %player% -1369 4 1045"
Advertisement
Add Comment
Please, Sign In to add comment