Advertisement
NAOSAMA

Untitled

Mar 10th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. #以下のメッセージを変えたらメッセージを変えれます。
  3. options:
  4. prefix: &C&l[ミニゲームサーバー]
  5. join: &c%player%さんがミニゲームサーバーに参加しました
  6. firstjoin: &c%player%さんが初めてミニゲームサーバーに参加しました
  7. quit: &c%player%さんがミニゲームサーバから抜けました
  8. #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9.  
  10. on join:
  11. set the join message to "{@prefix} {@join}"
  12. teleport the player to the location (-768, 12, 632.5)
  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