Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Cocoon
A library that provided mod compatibility layer support for plugin servers.
The main features is provide mod compatibility service for pure plugin servers, so the client features still need to rely on mods.
Unlike the mod server, the mod compatibility service provided by cocoon is optional, which means vanilla players still can join and play the server normally.
Features
You can implement this features on the plugin server:
-
Create custom items
-
Create custom blocks, and custom hitboxes
-
Create custom entities
-
Create custom size containers
-
Create custom container UI
How To Use
Note cocoon split the client and server versions, so careful use a wrong version.


For Developer:
NOTE: API documentation is coming soon
-
Add cocoon dependency to your plugin project
-
Implement the classes provided by cocoon
-
Register the class of you implemented class into cocoon
-
Done, the remaining work by cocoon


For Server Owner: 


-
Install any bukkit server
-
Install concoon server library
-
Install compatible plug-ins that depend on cocoon
-
Done
For Plugin Server Client User:
-
Install fabric/forge
-
Install cocoon client library
-
Install the mods required for the plugin server
-
Done