Advertisement
iku55

server:---pankojimaの鯖---,loginmessage2

Jul 13th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. #以下のメッセージを変えたらメッセージを変えれます。
  3. options:
  4. x: 2
  5. y: 70
  6. z: -11
  7. prefix: &e[pankojimaの鯖]
  8. join: &7%player% さんが&bログイン&7しました。
  9. firstjoin: &7%player% さんが&5&l初参加&7です!
  10. quit: &7%player% さんが&c退出&7しました。
  11. #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  12.  
  13. on join:
  14. set the join message to "{@prefix} {@join}"
  15. teleport the player to the location ({@x}, {@y}, {@z})
  16.  
  17. on first join:
  18. broadcast "{@prefix} {@firstjoin}"
  19.  
  20. on quit:
  21. set the quit message to "{@prefix} {@quit}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement