mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-04 00:13:40 +01:00
Updated Main configuration (textile)
parent
4c4178c926
commit
2c88816524
@ -1,8 +1,8 @@
|
||||
```
|
||||
#Main Configuration of DungeonsXL (config.yml in DungeonsXL folder)
|
||||
# Main configuration of DungeonsXL (config.yml in DungeonsXL folder)
|
||||
|
||||
# Don't edit this one.
|
||||
configVersion: 5
|
||||
configVersion: 11
|
||||
|
||||
# Languagefile that can be found in DungeonsXL/languages folder
|
||||
language: en
|
||||
@ -33,6 +33,16 @@ externalMobProviders:
|
||||
# "%%"indicate placeholders
|
||||
XY: custommobplugin spawnmob %mob% %world% %x% %y% %z%
|
||||
|
||||
# The maximum amount of games that may run at once.
|
||||
# Useful to prevent overloading.
|
||||
maxInstances: 10
|
||||
|
||||
# Enables a few performance tweaks, such as:
|
||||
# Asynchronous world loading
|
||||
# Asynchronous file copying
|
||||
# Copying a pre generated flat world instead of generating an actual new one
|
||||
tweaksEnabled: false
|
||||
|
||||
# The secure mode offers better protection to seperate edit / game worlds and your main worlds.
|
||||
# Crashs or even minor setup clashs maybe lead to possibilities to abuse the Creative mode in edit worlds,
|
||||
# to get dungeon items in the main world or other ways to cheat. The secure mode enables some additional
|
||||
@ -56,6 +66,14 @@ secureMode:
|
||||
- help
|
||||
- version
|
||||
|
||||
# If backups of the map should be saved to DungeonsXL/backups/.
|
||||
# Valid values are:
|
||||
# "ON_DISABLE": Creates backups when the server shuts down.
|
||||
# "ON_SAVE": Creates backups when a player uses /dxl save.
|
||||
# "ON_DISABLE_AND_SAVE": Both.
|
||||
# "NEVER": Disables the backup system.
|
||||
backupMode: ON_DISABLE_AND_SAVE
|
||||
|
||||
# A list of permissions players get while they edit a map.
|
||||
# The permissions get removed as soon as the player leaves the edit mode.
|
||||
# Requires Vault and a permissions plugin like PermissionsEx.
|
||||
@ -76,11 +94,6 @@ groupColorPriority:
|
||||
- 0
|
||||
- 15
|
||||
|
||||
# The maximum amount of games that may run at once.
|
||||
# Useful to prevent overloading.
|
||||
maxInstances: 10
|
||||
|
||||
|
||||
#Default Configuration for Dungeons
|
||||
#If a value in the config.yml of an individual Dungeon is missing, the value of this Configuration is used.
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user