Frequently Asked Questions
Here, you can find frequently asked questions for react.
Contents
- Factions & React? What should i change?
- Players are having issues with too little/many entities
- There are too many updates, is there an auto updater?
(1) Factions & React? What should i change?
Since factions usually demands tnt cannons, you should ensure that you disable tnt suppression. To do this, edit the following.
Located at /React/reactions/action-suppress-tnt.yml
component:
# Set this to false
enable: false
interval: 20
action-suppress-tnt:
freeze-all-tnt-on-lag: true
max-tnt-per-chunk: 16
(2) Players are having issues with too little/many entities
This can mean that you need a bit more of an entity limit. To change this, simply configure the following to your liking
Located at /React/reactions/action-cull-entities.yml
action-cull-entities:
...
# Should we use entity radius checking?
enable-entity-spawn-radius: true
# Entity Radius in blocks
max-entities-radius: 8
# Max entities in a radius
max-entities-per-radius: 8
# Max allowed entities per chunk. Raise/Lower this to your liking
max-entities-per-chunk: 28
...
(3) There are too many updates, is there an auto updater?
Yes there is. Simply use /react update or /re u for short to update react. Once the process has completed, follow the instructions it gives you.