▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/RefineryCore
RefineryCore

RefineryCore

A modern Paper plugin framework providing annotation-driven commands, GUIs, and configuration — built for the Refinery Team.

Оцените первым
54
0

RefineryCore

A modern framework for developing Paper plugins with annotation-driven commands, GUIs, configuration, scoreboards, database utilities, and more.

📖 Full documentation: https://wiki.refineryteam.xyz


Installation

Maven

<repository>
    <id>reaudacity-releases</id>
    <url>https://repository.reaudacity.online/releases</url>
</repository>

<dependency>
    <groupId>xyz.refineryteam</groupId>
    <artifactId>refinerycore</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

Gradle (Kotlin)

repositories {
    maven("https://repository.reaudacity.online/releases")
}

dependencies {
    compileOnly("xyz.refineryteam:refinerycore:VERSION")
}

Gradle (Groovy)

repositories {
    maven { url "https://repository.reaudacity.online/releases" }
}

dependencies {
    compileOnly "xyz.refineryteam:refinerycore:VERSION"
}

[!IMPORTANT] If your plugin depends on RefineryCore at runtime, add it to the dependencies section of your plugin.yml.


Requirements

  • Java 21+
  • Paper 1.21+

Documentation

Everything else is covered in the wiki, including:

  • Getting Started
  • Commands
  • GUIs
  • Configuration
  • Scoreboards
  • Database
  • Event Bus
  • ItemBuilder
  • Plugin API
  • Scheduler
  • Server Implementation
  • Storage

➡️ Wiki: https://wiki.refineryteam.xyz


Support

  • Documentation: https://wiki.refineryteam.xyz
  • Issues: https://github.com/RefineryTeam/RefineryCore/issues

License

© Refinery Team. All rights reserved.

Licensed under the MIT license.

Партнёрский материал

Сервер для плагина RefineryCore - как у профи

Плагин RefineryCore создан для серверов: на своём сервере вы настраиваете его под себя и решаете, кому играть. Создать сервер с плагином RefineryCore для друзей можно за пару минут - BungeeHost всё уже подготовил.

Часто задаваемые вопросы

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

Minecraft: Java Edition

1.21.x1.20.x

Платформы

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

Сервер

Ссылки

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:2 недели назад
Главная