Compatible with Minecraft 1.12+ (Tested on Minecraft 1.19)
Requires ProtocolLib to be installed on the server
This plugin will disable players ability to use the crafting functionality of the Recipe Book. This applies to all non-opped players by default.
Allow specific users or groups this functionality with the disablerecipebookcrafting.exempt
permission (default: OPs)
This functionality is blocked on the packet level. This plugin is useful for... reasons.
You can download stable releases via Github Releases, located here.
You can download development builds via Github Actions, located here. (Github Account Required)
You can compile it by running the following command in the project directory:
./gradlew clean build
(The jar file will be located in /build/libs/
)
This project is licensed as GPL-3.0 and may be used in any way that respects the aforementioned license.
- dmulloy2 and aadnk for creating the extremely useful ProtocolLib library
- Contributors for helping improve the project.
- You, for reading this and checking out the project.