Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. #以下のメッセージを変えたらメッセージを変えれます。
  3. options:
  4. prefix: &6&l[Mini Game Server]
  5. join: &b&l%player%さんがミニゲームサーバーに参加しました
  6. firstjoin: &d&l%player%さんが初めてミニゲームサーバーに参加してくれました!
  7. quit: &a%player%さんがミニゲームサーバーから退出しました+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  8.  
  9. on join:
  10. set the join message to "{@prefix} {@join}"
  11. teleport the player to the location (-768, 12, 632.5)
  12.  
  13. on first join:
  14. broadcast "{@prefix} {@firstjoin}"
  15.  
  16. on quit:
  17. set the quit message to "{@prefix} {@quit}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement