Advertisement
gggg1234

Untitled

Dec 9th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 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%/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement