-
Notifications
You must be signed in to change notification settings - Fork 52
Reaction Suppress TNT
Daniel Mills edited this page Mar 31, 2016
·
1 revision
This action has two functions. First is to ensure that no more than the configured amount of tnt is actively going off per chunk. Second, it will purge tnt if too much is going off in different locations.
This is only used if the server is lagging BECAUSE of tnt.
Located at plugins/React/reactions/action-suppress-tnt.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-tnt:
# This removes all primed tnt when the server is lagging because of tnt.
freeze-all-tnt-on-lag: true
# This creates a rule for tnt that prevents more tnt from setting off if
# There is already too many primed tnt entities going off in one chunk.
# Anything higher than 24 usually becomes exponential quickly
# Anything lower than 16 will usually not explode all the tnt.
max-tnt-per-chunk: 16