caseif / TTT

Bukkit minigame which emulates the "Trouble In Terrorist Town" gamemode from Garry's Mod.
http://dev.bukkit.org/bukkit-plugins/ttt
MIT License
3 stars 4 forks source link

Rewrite config validator #38

Closed caseif closed 8 years ago

caseif commented 8 years ago

Currently, the config validator operates on a line-by-line basis so as to preserve comments and the like. However, this does not support nested keys or lists and bars the TTT config from using them. The validator needs to be rewritten or otherwise modified to account for this.