mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-02-17 21:02:17 +01:00
Link templates to the docs.
This commit is contained in:
parent
e9f37e8dee
commit
8f6abf2434
@ -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:
|
gamemode_panel:
|
||||||
title: challenges.gui.titles.gamemode-gui
|
title: challenges.gui.titles.gamemode-gui
|
||||||
type: INVENTORY
|
type: INVENTORY
|
||||||
|
@ -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:
|
main_panel:
|
||||||
title: challenges.gui.titles.player-gui
|
title: challenges.gui.titles.player-gui
|
||||||
type: INVENTORY
|
type: INVENTORY
|
||||||
|
@ -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:
|
multiple_panel:
|
||||||
title: challenges.gui.titles.multiple-gui
|
title: challenges.gui.titles.multiple-gui
|
||||||
type: HOPPER
|
type: HOPPER
|
||||||
|
@ -2,12 +2,13 @@
|
|||||||
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
|
# 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 #
|
# the one at http://yaml-online-parser.appspot.com #
|
||||||
###########################################################################################
|
###########################################################################################
|
||||||
#
|
|
||||||
# This is a template file that allows to create challenges in YAML format.
|
# 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
|
# Be aware, some features are not supported in YAML so some things may not be able to do with this
|
||||||
# file.
|
# file.
|
||||||
# After importing challenges, you can modify them via Admin GUI.
|
# Note that this is just a template. All challenges are stored and taken from the database.
|
||||||
# File must contain `challenges:` and `levels`
|
# 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:
|
challenges:
|
||||||
# Each challenge starts withs it ID.
|
# Each challenge starts withs it ID.
|
||||||
# Everything for challenge must be inside it.
|
# Everything for challenge must be inside it.
|
||||||
|
Loading…
Reference in New Issue
Block a user