mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-19 01:40:00 +00:00
Add spawn-on-join examples in config.yml.
This commit is contained in:
parent
27ab90ab2a
commit
35388c3b19
1 changed files with 6 additions and 0 deletions
|
@ -871,5 +871,11 @@ respawn-at-home: false
|
||||||
|
|
||||||
# Teleport all joining players to the spawnpoint
|
# Teleport all joining players to the spawnpoint
|
||||||
spawn-on-join: false
|
spawn-on-join: false
|
||||||
|
# The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining.
|
||||||
|
#spawn-on-join: guests
|
||||||
|
# The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining.
|
||||||
|
#spawn-on-join:
|
||||||
|
#- guests
|
||||||
|
#- admin
|
||||||
|
|
||||||
# End of file <-- No seriously, you're done with configuration.
|
# End of file <-- No seriously, you're done with configuration.
|
||||||
|
|
Loading…
Reference in a new issue