
generated config.yml doesn't include comments
bigbeno37 opened this issue ยท 1 comments
The original config.yml is structured like this:
#Active quest limit
Quest_Limit: 1000
#Daily quest limit
Daily_Limit: 1000
#Maximum players per party
Max_Party_Size: 5
#If set to false, the plugin will check for OP
Use_Permissions: true
#If set to true, the player will always have a quest book in their inventory through which to check their quests
Use_Book: true
#Use heroes exp
Use_Heroes: false
#Use citizens instead of villagers
Use_Citizens: false
#Use the Enderdragon's health bar as quest progression instead of text
Use_Bar_API: false
#Don't touch this
Time: 0
Save_Time: 0
Whereas the generated config.yml is structured as follows:
Quest_Limit: 1000
Daily_Limit: 1000
Max_Party_Size: 5
Use_Permissions: true
Use_Book: true
Use_Heroes: false
Use_Citizens: false
Time: 1208
Save_Time: 306
Now, the one with comments is included with the source code and is all well and fine for us devs, but it's the server owners that'll need the comments more than us.