PlotTweaks is a plugin designed for Creative Plot Server. It currently allows limiting Redstone operations per minute and to disable sounds like from Wither or End Portal. If it is a paper server, it is also possible to limit beacon effects to one plot.
Dependencies PlotSquared V5 ProtocolLib
Flags:
If 'enable_bypass_flag' is enabled in the config, you can use the flag 'redstone-limit-bypass' to bypass the limit on a plot.
Default Config:
Code (YAML):
sound-blocking:
enabled: true
block-wither-sound: true
block-end-portal-opening: true
redstone-limiting:
enabled: true
message: "Redstone is currently temporally disabled on this Plot" enable_bypass_flag: true
max_redstone_operations_limit: 4096
# ONLY WORKS WITH PAPER limit-beacon-to-plot: true