NiceQQQQ

Untitled

Dec 29th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. on rightclick on entity:
  2. if name of entity is "§9この鯖のルールについて":
  3. cancel event
  4. wait 1 second
  5. message "§8>>§9Spam、暴言、性的発言を言うこれらの行為はやめてください。" to the player
  6. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  7. wait 1 second
  8. message "§8>>§9Hack、バグ、フィールドの外に出るこれらの行為をやめてください。" to the player
  9. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  10. wait 1 second
  11. message "§8>>§9もしルールを破った場合はKick、Banをします。" to the player
  12. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  13. wait 1 second
  14. message "§8>>§9これでこの鯖のルールについては終わりです。" to the player
  15. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  16.  
  17. on rightclick on entity:
  18. if name of entity is "§9この鯖のMOBについて":
  19. cancel event
  20. wait 1 second
  21. message "§8>>§9MOBには防御が特価したMOB、攻撃力が特価したMOB、体力が特価したMOBが居ますこれらのMOBを判断するためには名前の色を見てください。" to the player
  22. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  23. wait 1 second
  24. message "§8>>§9名前の色が青なのは防御が特価したMOBです。" to the player
  25. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  26. wait 1 second
  27. message "§8>>§9名前の色が赤なのは攻撃力が特価したMOBです。" to the player
  28. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  29. wait 1 second
  30. message "§8>>§9名前の色がピンクなのは体力が特価したMOBです。" to the player
  31. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  32. wait 1 second
  33. message "§8>>§9これでこの鯖のMOBについては終わりです。" to the player
  34. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  35.  
  36.  
  37. on rightclick on entity:
  38. if name of entity is "§9この鯖のアイテムのレア度について":
  39. cancel event
  40. wait 1 second
  41. message "§8>>§9アイテムにはレア度があります。" to the player
  42. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  43. wait 1 second
  44. message "§8>>§9レア度は全5種類§f§lノーマルレア§9、§a§lスーパーレア§9、§3§lウルトラレア§9、§e§lハイパーレア§9、§d§lスペシャルレア§9です。" to the player
  45. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  46. wait 1 second
  47. message "§8>>§9アイテムのレア度を判断するにはアイテムの名前の色を見てください§f白色§9がノーマルレア、§a緑色§9がスーパーレア、§3水色§9がウルトラレア、§e黄色§9がハイパーレア、§dピンク色§9がスペシャルレアです。" to the player
  48. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
  49. wait 1 second
  50. message "§8>>§9これでこの鯖のアイテムのレア度について終わりです。" to the player
  51. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.note.pling ambient %player%"
Add Comment
Please, Sign In to add comment