TheNextLvlTheNextLvl

Configuration

GitHub Edit on GitHub

Configuration

RedProtect's behavior can be fully customized through its configuration file. This page explains each configuration option in detail.

Configuration File

The configuration file is located at plugins/RedProtect/config.json.

Configuration Options

OptionDescriptionDefault
enable-area-protectionWhether area-based redstone clock protection is enabled.true
enable-chunk-protectionWhether chunk-based redstone clock protection is enabled.true
enable-plot-protectionWhether plot-based redstone clock protection is enabled.true
print-messages-to-consoleWhether redstone clock notifications are printed to the server console.true
lag-disable-redstoneWhether redstone is disabled server-wide when the TPS drops below the configured threshold.true
disable-clocksWhether redstone clocks are automatically disabled.true
disable-redstone-tpsThe TPS threshold at which redstone should be disabled server-wide.18
lag-detect-interval-millisThe interval in milliseconds at which the plugin checks the server's TPS.1000
clock-disable-time-millisHow long a detected redstone clock should remain disabled, in milliseconds.10000
region-update-limitThe number of block updates that must occur within a region during the detection interval before it's classified as a redstone clock.25000

Applying Changes

After modifying the configuration file, restart your server for changes to take effect.

Last updated on