Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. #以下のメッセージを変えたらメッセージを変えれます。
  3. options:
  4. prefix: &6&l[Mini Game Server]
  5. join: &b&l%player%さんがMini Game Serverに参加しました!!
  6. firstjoin: &b&l%player%さんが初めてMini Game Server に参加しました!!
  7. quit: &b&l%player%さんがMiniGame Server から退出しました!!
  8. #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9.  
  10. on join:
  11. set the join message to "{@prefix} {@join}"
  12.  
  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