Skip to content

Reaction Suppress Redstone

Daniel Mills edited this page Mar 31, 2016 · 1 revision

What does it do?

This action suppresses Redstone from triggering. For example, if you have a Redstone clock, it will be stopped in its loop. Not permanently however. You can simply restart your clocks for this to be fixed.

When is it used?

This is only called when react has detected that the server is lagging BECAUSE of too much redstone.

Configuration

Located at plugins/React/reactions/action-suppress-redstone.yml

component:
  # You can disable this here. However, be aware that it won't be used.
  # React will still warn you, but will not fix the problem
  enable: true
  
  # Most reactions do not use an interval, but some do
  # You shouldn't usually need to change this.
  interval: 20
action-suppress-redstone:
  # You can disable automatic redstone freezing here
  freeze-all-redstone-on-lag: true