diff --git a/src/main/resources/panels/gamemode_panel.yml b/src/main/resources/panels/gamemode_panel.yml index 6b7ab26..7634b0c 100644 --- a/src/main/resources/panels/gamemode_panel.yml +++ b/src/main/resources/panels/gamemode_panel.yml @@ -1,3 +1,7 @@ +# Panels are read once upon first GUI open. +# Changes in configuration will be taken only if server is restarted or panels are reloaded. +# Information about setup for the Panels are available at: +# https://docs.bentobox.world/en/latest/addons/Challenges/ gamemode_panel: title: challenges.gui.titles.gamemode-gui type: INVENTORY diff --git a/src/main/resources/panels/main_panel.yml b/src/main/resources/panels/main_panel.yml index f84a3e9..78171b6 100644 --- a/src/main/resources/panels/main_panel.yml +++ b/src/main/resources/panels/main_panel.yml @@ -1,3 +1,7 @@ +# Panels are read once upon first GUI open. +# Changes in configuration will be taken only if server is restarted or panels are reloaded. +# Information about setup for the Panels are available at: +# https://docs.bentobox.world/en/latest/addons/Challenges/ main_panel: title: challenges.gui.titles.player-gui type: INVENTORY diff --git a/src/main/resources/panels/multiple_panel.yml b/src/main/resources/panels/multiple_panel.yml index ac68144..ae6144d 100644 --- a/src/main/resources/panels/multiple_panel.yml +++ b/src/main/resources/panels/multiple_panel.yml @@ -1,3 +1,7 @@ +# Panels are read once upon first GUI open. +# Changes in configuration will be taken only if server is restarted or panels are reloaded. +# Information about setup for the Panels are available at: +# https://docs.bentobox.world/en/latest/addons/Challenges/ multiple_panel: title: challenges.gui.titles.multiple-gui type: HOPPER diff --git a/src/main/resources/template.yml b/src/main/resources/template.yml index 4df3db5..f0f0910 100644 --- a/src/main/resources/template.yml +++ b/src/main/resources/template.yml @@ -2,12 +2,13 @@ # This is a YML file. Be careful when editing. Check your edits in a YAML checker like # # the one at http://yaml-online-parser.appspot.com # ########################################################################################### -# # This is a template file that allows to create challenges in YAML format. # Be aware, some features are not supported in YAML so some things may not be able to do with this # file. -# After importing challenges, you can modify them via Admin GUI. -# File must contain `challenges:` and `levels` +# Note that this is just a template. All challenges are stored and taken from the database. +# Template is used just for importing challenges in gamemode. +# Information about setup for the Template File are available at: +# https://docs.bentobox.world/en/latest/addons/Challenges/ challenges: # Each challenge starts withs it ID. # Everything for challenge must be inside it.