Unlock the recipe locking for JEI/REI/EMI on the plugin side.
JEIServerProxy is a Bukkit plugin for Minecraft servers that enhances the experience for players using the Just Enough Items (JEI) mod. It ensures that clients have the most up-to-date recipe information from the server, providing a seamless and accurate crafting experience.
/jeiproxy reload: Reloads the plugin's configuration./jeiproxy handshake: Manually triggers the recipe synchronization process for the player who executes the command.jeiserverproxy.admin: Grants access to the administrative commands of JEIServerProxy. Default is OP..jar file into the plugins folder of your PaperMC server.The main configuration file is config.yml, located in the plugins/JEIServerProxy directory.
send-recipes-on-join: (Default: true) If set to true, the plugin will automatically send all recipes to players when they join the server.recipe-blacklist: A list of recipes to be hidden from players. Recipes should be specified in the format namespace:key. For example: minecraft:tnt.This project is built with Kotlin and Gradle. To compile the project, you will need JDK 21 or higher.
git clone https://github.com/your-username/JEIServerProxy.git./gradlew buildThe compiled plugin will be located in the build/libs directory.