Add spawn-on-join examples in config.yml.

This commit is contained in:
Ali Moghnieh 2016-10-30 13:47:56 +00:00
parent 27ab90ab2a
commit 35388c3b19
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70

View file

@ -871,5 +871,11 @@ respawn-at-home: false
# Teleport all joining players to the spawnpoint
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.