Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.58 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.58 KB

DisableRecipeBookCrafting

Compatible with Minecraft 1.12+ (Tested on Minecraft 1.19)

Requires ProtocolLib to be installed on the server

Description

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.

How do I obtain it?

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/)

Can I use your code?

This project is licensed as GPL-3.0 and may be used in any way that respects the aforementioned license.

Acknowledgements