@ -58,8 +58,8 @@ public class CauldronConfig extends ConfigBase
publicfinalIntSettingmaxPlayersVisible=newIntSetting(this,"world-settings.max-players-visible",-1,"How many players will visible in the tab list");
// Optimization options
publicfinalIntSettingrepeaterL=newIntSetting(this,"optimized.redstone-repeater-update-speed",-1,"How many ticks the server can skip for repeater updates");
publicfinalIntSettingredstoneTorchL=newIntSetting(this,"optimized.redstone-redstoneTorch-update-speed",-1,"How many ticks the server can skip for redstoneTorch updates");
publicfinalIntSettingrepeaterL=newIntSetting(this,"optimized.redstone-repeater-update-speed",-1,"how many milliseconds the server must ignore before trying repeater updates");
publicfinalIntSettingredstoneTorchL=newIntSetting(this,"optimized.redstone-redstoneTorch-update-speed",-1,"how many milliseconds the server must ignore before trying redstoneTorch updates");
// Plug-in options
publicfinalBoolSettingremapPluginFile=newBoolSetting(this,"plugin-settings.default.remap-plugin-file",false,"Remap the plugin file (dev)");