Advertisement
RuthelssWM

Untitled

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