Updated Setting up the config file (markdown)

garbagemule 2011-07-04 06:29:10 -07:00
parent 56a85a8d4a
commit 5425a0006d

@ -92,7 +92,7 @@ The settings-branch is quite extensive, and besides the `world`-node, it is basi
* `lightning: [true|false]` - If true, every spawnpoint will be struck by lightning (no damage) on special waves.
* `auto-equip-armor: [true|false]` - If true, armor pieces will automatically be equipped upon class selection. Note that this does not work if a class has more than 1 of an armor piece type.
* `force-restore: [true|false]` - If true, the arena region is saved on arena start, and rebuilt on arena end. This is useful if the arena is encased in Obsidian, and server hosts want a destructible arena. Note that with a large arena region, the server will "lag" for a few seconds on arena end and arena start. This is because the region is saved to the harddrive.
* `soft-restore: [true|false]` - If true, all destroyed blocks will be saved in a "repair list", which will be used to restore blocks at arena end. This is different from `force-restore` in that no data is saved to the harddrive - it is also much faster (no lag). Note that this setting, if true, overrides both `force-restore` and `protect` (forces both to be false).
* `soft-restore: [true|false]` - If true, all destroyed blocks will be saved in a "repair list", which will be used to restore blocks at arena end. This is different from `force-restore` in that no data is saved to the harddrive - it is also much faster (no lag). Note that this setting, if true, ignores both `force-restore` and `protect`.
* `soft-restore-drops: [true|false]` - If true, blocks destroyed by players will drop as items like they normally do (using pickaxes, spades, etc.). Note that this makes it very easy for classes with pickaxes to "mine the arena" and build forts.
* `require-empty-inv-join: [true|false]` - If false, players' inventories will be saved upon joining, and restored upon death/leaving.
* `require-empty-inv-spec: [true|false]` - If false, players can spectate the arena without having to empty their inventories.