Advertisement
gggg1234

Untitled

Dec 11th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.69 KB | None | 0 0
  1. on join:
  2. set the join message to "§e%player%§4が遊びにやってきた。§aゆっくりしていってね!§e/shopでショップが§e見れるよ!"
  3. wait 2 seconds
  4. message "§6ようこそ§b%player%§6さん!!"
  5.  
  6. on death of a player:
  7. broadcast "§b%victim%§eは&4%attacker%§eに§4ギタギタ§fにされた。"
  8. execute console command "/xp 10 %attacker%"
  9.  
  10. on player respawn:
  11. wait 0.5 seconds
  12. execute console command "/effect %player% minecraft:resistance 10 255 true"
  13. message "§7§l§n[死神様]§f: §a%player%§fは§4リスポーン§fしたため、§e10秒間無敵§fになります。"
  14.  
  15.  
  16. on quit:
  17. set the quit message to "§l§b[Quit§6Plugin§b] §l§n§c%player%§r§fさんが§e星に§f帰った"
  18.  
  19. on chat:
  20. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.item.pickup master @s "
  21.  
  22. on player level change:
  23. broadcast "§b--------------------------"
  24. broadcast "§l§n§c%player%§fさんの§eレベル§fが上がりました! "
  25. broadcast "§b--------------------------"
  26. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.experience_orb.pickup master @s"
  27. execute console command "/execute %player% ~ ~ ~ /give @s emerald 1"
  28.  
  29. on bed enter:
  30. wait 1 seconds
  31. execute console command "/effect %player% minecraft:instant_health 3 255"
  32. execute console command "/effect %player% minecraft:saturation 2 255"
  33.  
  34. on bed leave:
  35. message "あなた: §cベッド§fで寝ころんだら力が湧いてきた。"
  36. message "§l§b§n[プログラム]: §7(§4補足:§f夜しか使えないから夜は積極的にベッドを使おう!!§7)"
  37.  
  38. on sneak toggle:
  39. execute console command "/effect %player% minecraft:saturation 1 1 true"
  40.  
  41. on rightclick with sugar:
  42. name of held item contains "§l§n§4[§l§n§c貴重な糖分§l§n§4]"
  43. execute console command "/clear %player% minecraft:sugar 0 1 {display:{Name:""§l§n§4[§l§n§c貴重な糖分§l§n§4]""}}"
  44. execute console command "/scoreboard players add %player% money 10"
  45. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.zombie.attack_door_wood master @s"
  46.  
  47. on rightclick on a sea lantern:
  48. set {_cd} to difference between {sea.%player%} and now
  49. if {_cd} is less than 10 seconds:
  50. message "§l§n§f[§l§n§bSea§l§n§f]: すでに§4先客§fが来ていたようだ。まだ近くにいる§c可能性§fもある。気を付けよう!"
  51. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.blaze.hurt master @p ~ ~ ~ 1 2"
  52. stop
  53. else:
  54. set {sea.%player%} to now
  55. execute console command "/give %player% emerald 1"
  56. execute console command "/xp 2 %player%"
  57. broadcast "§l§n§f[§l§n§4報告§l§n§f]: §c%player%§fさんが§bSea地点§fにたどり着きました!!"
  58.  
  59. command /resetxp <player>:
  60. description: 経験値を0に戻します(リセット)
  61. usage: コマンドの後にプレイヤーネームを入力してください
  62. permission: resetxp.admin
  63. permission message: あなたは権限をお持ちでないため、使用は制限されています。
  64. executable by: player and console
  65. aliases: /rxp,/rexp
  66. trigger:
  67. execute console command "/xp -1000000l %arg-1%"
  68.  
  69. on rightclick with leather:
  70. name of held item contains "§e【§5革防具§c詰め込み§aセット§e】"
  71. 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}]}"
  72. 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}]}"
  73. 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}]}"
  74. 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}]}"
  75. execute console command "/clear %player% minecraft:leather 0 1 {display:{Name:""§e【§5革防具§c詰め込み§aセット§e】""}}"
  76.  
  77. command /mcb <player>:
  78. description: プレイヤーの評価値を見たいときに使う。
  79. usage: /mcb <プレイヤーの名前>
  80. permission: mcbans.admin
  81. permission message: あなたは権限をお持ちでないため、使用は制限されています。
  82. executable by: player and console
  83. aliases: /banp,/rep
  84. trigger:
  85. execute console command "/say https://www.mcbans.com/player/%arg-1%/"
  86. on mine of log:
  87. execute console command "/give %player% minecraft:17~0"
  88.  
  89. command /white <number>:
  90. description: ホワイトリストをOnにしたいときに使用します。
  91. usage: /white <1 or 2>と入力する。1->&4ON&f,2->&9OFF
  92. permission: whitelist.admin
  93. permission message: あなたは権限をお持ちでないため、使用は制限されています。
  94. executable by: player and console
  95. aliases: /wht
  96. trigger:
  97. if arg 1 is 1:
  98. execute console command "/whitelist on"
  99. broadcast "【白君】: ホワイトリストを&d有効&fにしたよって!"
  100. if arg 1 is 2:
  101. execute console command "/whitelist off"
  102. broadcast "【白君】: ホワイトリストを&d無効&fにしたよって!"
  103.  
  104. command /news [<text>] [<text>]:#ニュースを流してくれる。
  105. description: &2最近&fの&5ニュース&fを流してくれます!
  106. usage: /news help
  107. permission: news.admin
  108. permission message: あなたは権限をお持ちでないため、使用は制限されています。
  109. executable by: player and console
  110. trigger:
  111. if arg 1 is "help":
  112. message " &6<&e<&dニュース&e>&6>"
  113. message "&b==============================================================================="
  114. message "&b/news new &e[&4message&e]&bを入力すると&aみんなに&bニュースを流してくれます!"
  115. message "&b/news gatya &e[&4ガチャ名&e]&bで&5ガチャ&bの&c新アイテム&bが入荷されたと表示される"
  116. message "&b/news &4coming out..... "
  117. message "&b==============================================================================="
  118. if arg 1 is "new":
  119. broadcast " &9☆&6<&e<&a%player%&fさんのニュース!&e>&6>&9☆"
  120. broadcast "&c============================================================"
  121. broadcast " %arg-2%"
  122. broadcast "&c============================================================"
  123. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  124. if arg 1 is "gatya":
  125. broadcast " &9☆&6<&e<&aガチャについて&e>&6>&9☆"
  126. broadcast "&c============================================================"
  127. broadcast " &b新しい&cアイテム&bが&r%arg-2%&bに追加されました!"
  128. broadcast "&c============================================================"
  129. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  130.  
  131. command /hweapon:
  132. description: もっているアイテムを表示します。
  133. usage: /hweaponで持っているアイテムを表示します
  134. executable by: player and console
  135. trigger:
  136. broadcast "&e^&6^&e^&6^&e^&6^&e^&6^&e^&6^&9%player%&fの武器&6^&e^&6^&e^&6^&e^&6^&e^&6^&e^"
  137. broadcast "%tool's name%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement