-
Notifications
You must be signed in to change notification settings - Fork 83
Main configuration
Daniel Saukel edited this page Apr 29, 2016
·
27 revisions
#Main Configuration of DungeonsXL (config.yml in DungeonsXL folder)
# Don't edit this one.
configVersion: 3
# Languagefile that can be found in DungeonsXL/languages folder
language: en
# If the economy integration shall get enabled
enableEconomy: true
# Options for the tutorial
tutorial:
# If this function should be used
activated: true
# Name of the Dungeon that serves as tutorial
dungeon: tutorial
# The permission group the player gets when he enters the tutorial
startgroup: default
# The permission group the player receives after the tutorial
endgroup: player
# 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
# checks to prevent this. It might influence the performance a bit.
# It can be bypassed with the dxl.insecure node.
secureMode:
enabled: true
# The check interval in seconds. The secure mode task checks if a player is in a game or edit world
# even though he is not in the correct mode and teleports him to the spawn if an error is found.
checkInterval: 5.0
# If players may open container inventories in edit mode. The Creative inventory is not influenced.
openInventories: false
# If players may drop items in edit mode.
dropItems: false
# A list of commands that may be used while in edit mode. /dxl commands can always be used.
editCommandWhiteList:
- help
- version
#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:
Wiki: © 2015-2021 Daniel Saukel and contributors, licensed under CC BY-SA (only unless otherwise stated)
- General information
- General setup and usage
- Dungeon setup
- Signs
- Game rules
- Linked dungeon configuration
- Dungeon world configuration
- Details
- Examples (WIP)
- Simple dungeon
- Bedwars TODO
- PVP arena TODO
- Mob arena TODO
- Tutorial TODO
- Data structure guide
- FAQ