Advertisement
gggg1234

Untitled

Dec 14th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.39 KB | None | 0 0
  1. on first join:
  2. wait 1 seconds
  3. execute console command "/tp %player% 340 5 442"
  4. broadcast "&e===================================================="
  5. broadcast " &6<&0*&c%player%&0*&6>&fさんが初めての参加です!"
  6. broadcast "&e===================================================="
  7.  
  8. on join:
  9. set the join message to "§e%player%§4が遊びにやってきた。§aゆっくりしていってね!§e/shopでショップが§e見れるよ!"
  10. execute console command "/gamemode 1 funanori"
  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%§eに§4ギタギタ§fにされた。"
  20. execute console command "/xp 10 %attacker%"
  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 sea lantern:
  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 &4coming out..... "
  113. message "&b==============================================================================="
  114. if arg 1 is "new":
  115. broadcast " &9☆&6<&e<&a%player%&fさんのニュース!&e>&6>&9☆"
  116. broadcast "&c============================================================"
  117. broadcast " &5%arg-2%"
  118. broadcast "&c============================================================"
  119. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  120. if arg 1 is "gatya":
  121. broadcast " &9☆&6<&e<&aガチャについて&e>&6>&9☆"
  122. broadcast "&c============================================================"
  123. broadcast " &b新しい&cアイテム&bが&r&e%arg-2%&bに追加されました!"
  124. broadcast "&c============================================================"
  125. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  126. if arg 1 is "crackup":
  127. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  128. broadcast "&c============================================================"
  129. broadcast " &9銃の上方修正が行われました。内容は以下になります!"
  130. broadcast " &b%arg-2%"
  131. broadcast "&c============================================================"
  132. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  133. if arg 1 is "crackdown":
  134. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  135. broadcast "&c============================================================"
  136. broadcast " &9銃の下方修正が行われました。内容は以下になります!"
  137. broadcast " &b%arg-2%"
  138. broadcast "&c============================================================"
  139. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  140.  
  141. command /hweapon:
  142. description: もっているアイテムを表示します。
  143. usage: /hweaponで持っているアイテムを表示します
  144. executable by: player and console
  145. trigger:
  146. broadcast "&e^&6^&e^&6^&e^&6^&e^&6^&e^&6^&9%player%&fの武器&6^&e^&6^&e^&6^&e^&6^&e^&6^&e^"
  147. broadcast "&a<&d<%weapon's name%&d>&a>"
  148.  
  149. on mine:
  150. name of held item contains "[初期斧]"
  151. execute console command "/scoreboard players add %player% money 2"
  152.  
  153. on mine:
  154. name of held item contains "[初期ツルハシ]"
  155. execute console command "/scoreboard players add %player% money 2"
  156.  
  157. command /shop:
  158. description: ショップ表示
  159. usage: /shopでRealmショップを見ることができます。
  160. executable by: console and player
  161. trigger:
  162. execute console command "/execute %player% ~ ~ ~ /realm %player%"
  163.  
  164. on death of player:
  165. chance of 10%:
  166. 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が出来上がる!""]}}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement