Update Config authored by MarcatoSound's avatar MarcatoSound
......@@ -34,6 +34,11 @@ General:
AutoBroadcast: true
# How many minutes there should be between each broadcast of a recruitment listing.
ListingBroadcastPeriod: 5
# Settings related to procedural (room-based) dungeon generation.
Generator:
# How long the generator will spend trying to create a valid dungeon layout in seconds. If you have particularly complex dungeons, consider increasing this.
# NOTE: This is handled async and will NOT lock up your server! Yay! This is useful if you have very large dungeons or rooms with lots of restrictive rules.
Timeout: 5
# These config options have potential to cause unforeseen issues and strangeness.
Experimental:
# Whether entities standing on moving blocks will move with the block.
......
......