-
Notifications
You must be signed in to change notification settings - Fork 52
Common Issues
Although React is decent at supporting multiple versions of servers, there are always changes and all sorts of problems that can happen. To better help others who run into common issues, this page will be added to with issues and fixes for common problems.
There are many types of bukkit flavours of bukkit which all do different things that can sometimes be unexpected. Please view the list below to see if your version is compatible.
- Spigot (1.8/1.9) Supported, Tested
- PaperSpigot (1.8/1.9) View Below for PaperSpigot
- TacoSpigot (1.8/1.9) View Below for PaperSpigot; Untested
- Migot (1.8) Untested
-
Bukkit (1.7.9)Should work, Not recommended. Use Spigot. -
CraftBukkit (1.8/1.9)Not recommended. Use Spigot
Within paper spigot, there are some options that can hinder the way react works. Please ensure that within your paper.yml, you have
# Ensure you set this to true
# If it is set to false, react will not be able
# to fix any Redstone related problems.
fire-physics-event-for-redstone: true
Although java can be forwards compatible, there are a lot of issues that can happen with outdated and unsupported versions. React runs on Java 8. You will need to have Java 8 or newer to use React.
Here, you can view any compatibility issues with your Minecraft version. X stands for anything. For example, 1.9.x consists of 1.9, 1.9.1, and 1.9.2.
All features of React are supported with Minecraft 1.9.x
All features of React are supported with Minecraft 1.8.x
All features of react work with Minecraft 1.7.x, however, some features cannot be used at the level of the newer versions of Minecraft such that:
- Maps render very slowly. They work, but it can be difficult to read.
- Monitoring via the Action bar does not work properly. A chat message will be sent instead
Please ensure that your world edit version is up to date, as React needs to properly communicate with World Edit to determine lag sources. The current supported version of world edit is 6.1 or later.
If all else fails, try the following