General
This is the config.conf
file which is used to manage creation any other config files via modules. It is also used as a home for small options like Spawn and Command Customization
It also contains properties for Modules that can be used to disable specific functions. Simply write false
to disable module or true
to enable it.
Once config file is created is should look same as this:
Spawn
As you can see above there's a section that contains few properties, here is the detailed explaination for them.
respawnOnSpawn
Defines if server should respawn players on spawn when they die.
ignoreSpawnPoint
If enabled players will respawn on spawn even if they have spawn point set on bed, home or etc.
spawnLocations
Here you will be able to see all your spawn locations and their options.
Locations that have ignore-primary
option enabled will ignore primary spawn on player teleport/respawn, so if there's a nether spawn that ignores primary spawn in overworld player will be teleported to or respawned on nether's spawn.
Last updated