Advertisement
sa10000

Untitled

Jul 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #サーバーメッセージ
  2. on join:
  3.    set the join message to "<yellow>%player% さんが、サーバーに参加しました。"
  4.  
  5. on first join:
  6.    message "<yellow>初めまして!%player% さん!ようこそ!"
  7.  
  8. on quit:
  9.    set the quit message to "<yellow>%player% さんが、サーバーを抜けました。"
  10.  
  11. on death of player:
  12.    damage was caused by fall
  13.    set the death message to "<dark red>%player% は足首を挫きました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement