Advertisement
iku55

Untitled

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