▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/CloudCore
CloudCore

CloudCore

Minecraft paper and velocity library plugin with generic configurate loader utilities and adventure minimessage translations

332
1

CloudCore

Minecraft paper/velocity library plugin which most new plugins of CloudCraft depend on.

Content

  • Configurate based configuration loading with some default serializers
  • Simple adventure translation loader

Bukkit specific

  • Block bounding box (with a defined world)
  • EntityPosition, extends Paper's new (experimental) Position API with yaw and pitch
  • Useful custom arguments when working with Paper's brigadier api

API Usage

Add the following to your build.gradle.kts:

repositories {
    maven("https://repo.cloudcraftmc.de/releases/")
}

dependencies {
    // bukkit dependency
    compileOnly("dev.booky:cloudcore:{VERSION}")
    // velocity dependency
    compileOnly("dev.booky:cloudcore-velocity:{VERSION}")
}

Совместимость

Minecraft: Java Edition

1.21.x1.20.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:GPL-3.0-only
Опубликован:1 год назад
Обновлён:1 год назад
Главная