diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/world_format.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/world_format.txt b/doc/world_format.txt index 976d14fd5..9b0a1ef07 100644 --- a/doc/world_format.txt +++ b/doc/world_format.txt @@ -98,8 +98,15 @@ See Player File Format below. world.mt --------- World metadata. -Example content (added indentation): - gameid = mesetint +Example content (added indentation and - explanations): + gameid = mesetint - name of the game + enable_damage = true - whether damage is enabled or not + creative_mode = false - whether creative mode is enabled or not + backend = sqlite3 - which DB backend to use for blocks (sqlite3, dummy, leveldb, redis, postgresql) + player_backend = sqlite3 - which DB backend to use for player data + readonly_backend = sqlite3 - optionally readonly seed DB (DB file _must_ be located in "readonly" subfolder) + server_announce = false - whether the server is publicly announced or not + load_mod_<mod> = false - whether <mod> is to be loaded in this world Player File Format =================== |