Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- # Change the send if you want.
- # You can use these variables: %player%, %player's level%, %player's display name%, and etc.
- # メッセージを変更できます。
- # これらの変数を使えます: %player%, %player's level%, %player's display name% 等。
- #true -> Teleport to spawn point when joining the server.
- #false -> Do not teleport when joining the server.
- #true -> サーバー参加したときに、スポーン地点にテレポートする。
- #false -> サーバーに参加したときに、テレポートしない。
- joining: false
- # Don't change below! (but you can delete Japanese message)
- # これより下は変えないでね! (ただし、英語のメッセージは消しても構いません)
- on first join:
- teleport player to {firstjoin}
- command /setfirstjoin:
- aliases: sfs
- permission: spawn.setspawn
- trigger:
- set {firstjoin} to location of player
- wait 3 tick
- send "&a初参加のスポーンを%{firstjoin}%にセットしました"
- on join:
- teleport player to {serverspawn}
- command /setspawn:
- aliases: ss
- permission: spawn.setspawn
- description: Set spawn at your location. スポーン地点をあなたの場所にセットします。
- trigger:
- send "&aスポーン地点&fをあなたの場所にセットしました。"
- send "&fYou have set &aspawn&f at your location!"
- set {serverspawn} to location of player
Add Comment
Please, Sign In to add comment