Cocoon
A Plugin & Mod Runtime Library
- Загрузки
- 3K
- Подписчики
- 5
- Обновлён
- 20 января 2025 г.
- Лицензия
- MIT
Опубликован 16 ноября 2023 г.
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
Ченджлог
2.0.2Релиз1.18.2, 1.19.2, 1.20.1 · 20 января 2025 г.
Fix some crash when entity not match
Fix netowrk isssue when disguises lib installed
2.0.1Релиз1.18.2, 1.19.2, 1.20.1 · 16 апреля 2024 г.
No changes, only sync version number
2.0.1Релиз1.18.2, 1.19.2, 1.20.1 · 16 апреля 2024 г.
Fix some chunk can't patch the custom block
NOTE: This is a very important fix
server-2.0.0-alpha.21Альфа1.18.2, 1.19.2, 1.20.1 · 10 января 2024 г.
Fix recursive call when chunk load
client-2.0.0-alpha.20Альфа1.18.2, 1.19.2, 1.20.1 · 17 декабря 2023 г.
Fix item redirect not working in some case
server-2.0.0-alpha.20Альфа1.18.2, 1.19.2, 1.20.1 · 9 декабря 2023 г.
Fix direction convert exception in some plugin.
Fix missing block exception when plugin disable.
Fix network packet write exception in some plugin.
Fix missing player skin from some certain distance.
client-2.0.0-alpha.18Альфа1.18.2, 1.19.2, 1.20.1 · 20 ноября 2023 г.
Add custom item support
Add custom block support
Add custom block entity support
Add custom entity support
Add custom entity data support
Add custom packet support
Add vanilla nbt support
Add forge support
Add fabric support
server-2.0.0-alpha.18Альфа1.18.2, 1.19.2, 1.20.1 · 20 ноября 2023 г.
Add custom item support
Add custom block support
Add custom block entity support
Add custom entity support
Add custom entity data support
Add custom packet support
Add vanilla nbt support
Комментарии
Загружаем…