Перейти к содержимому
Mineforgian

Данные могли устареть: источник временно недоступен, показан кэш.

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:

  1. Create custom items

  2. Create custom blocks, and custom hitboxes

  3. Create custom entities

  4. Create custom size containers

  5. 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

  1. Add cocoon dependency to your plugin project

  2. Implement the classes provided by cocoon 



  3. Register the class of you implemented class into cocoon



  4. Done, the remaining work by cocoon

**

For Server Owner: 

**

  1. Install any bukkit server

  2. Install concoon server library

  3. Install compatible plug-ins that depend on cocoon

  4. Done

For Plugin Server Client User:

  1. Install fabric/forge

  2. Install cocoon client library

  3. Install the mods required for the plugin server

  4. 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

Комментарии

Загружаем…