@ -53,6 +53,7 @@ public class CauldronConfig extends ConfigBase
publicfinalBoolSettingflowingLavaDecay=newBoolSetting(this,"world-settings.default.flowing-lava-decay",false,"Lava behaves like vanilla water when source block is removed");
publicfinalBoolSettingflowingLavaDecay=newBoolSetting(this,"world-settings.default.flowing-lava-decay",false,"Lava behaves like vanilla water when source block is removed");
publicfinalBoolSettingallowTntPunishment=newBoolSetting(this,"world-settings.default.allow-tnt-punishment",true,"TNT ability to push other entities (including other TNTs)");
publicfinalBoolSettingallowTntPunishment=newBoolSetting(this,"world-settings.default.allow-tnt-punishment",true,"TNT ability to push other entities (including other TNTs)");
publicfinalBoolSettingfakePlayerLogin=newBoolSetting(this,"fake-players.do-login",false,"Raise login events for fake players");
publicfinalBoolSettingfakePlayerLogin=newBoolSetting(this,"fake-players.do-login",false,"Raise login events for fake players");
publicfinalIntSettingmaxPlayersVisible=newIntSetting(this,"world-settings.max-players-visible",-1,"How many players will visible in the tab list");
// Plug-in options
// Plug-in options
publicfinalBoolSettingremapPluginFile=newBoolSetting(this,"plugin-settings.default.remap-plugin-file",false,"Remap the plugin file (dev)");
publicfinalBoolSettingremapPluginFile=newBoolSetting(this,"plugin-settings.default.remap-plugin-file",false,"Remap the plugin file (dev)");