diff options
Diffstat (limited to 'src/main/resources/config.yml')
| -rw-r--r-- | src/main/resources/config.yml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 47c4d069..8edf1f7d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,22 +1,29 @@ # | =================================================== | -# | Thank you for downloading and trying out my plugin: | +# | Thank you for downloading and trying out | # | Quests | # | https://www.spigotmc.org/resources/23696/ | # | https://github.com/LMBishop/Quests/ | # | | # | =x= | # | | -# | File comments should help | -# | you with the new config | -# | and guide you with making | +# | Trying to add new quests? | +# | | +# | Go to the 'quests' | +# | subdirectory to edit the | # | quests | # | | +# | The example quests | +# | are commented to help you | +# | learn how to use the plugin | +# | | # | =x= | # | | # | Have Discord & need help? | -# | https://www.discord.gg/8amrJnX | +# | Head to the GitHub page and click on the | +# | Discord link, or create an issue | # | =================================================== | + # Categories are a way of grouping up quests. # When a player uses /quests, a menu of categories will be presented to them. # When a player clicks ona category, a list of quests under that category will show. |
