VertexCore 图标

VertexCore

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/vertexcore
资源信息

Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11

平台: paper

标签: library

资源介绍

VertexCore Banner

VertexCore

VertexCore is a Paper-only core plugin designed as a shared foundation for plugin developers.

It provides reusable infrastructure for configuration handling, database access and command execution,
reducing duplicated boilerplate across multiple plugins.

VertexCore is not a gameplay plugin.
It is intended to be used as a dependency by other plugins.


Features

Configuration System

  • Annotation-based configuration definitions
  • Automatic file generation and loading
  • Validation, default values and comments
  • Config objects mapped directly to Java classes

Database System

  • Unified database abstraction
  • Supported backends:
    • JSON (flatfile)
    • H2
    • MySQL / MariaDB
  • Async and sync access
  • Built-in migration support
  • Config-driven database settings

Command System

  • Centralized command execution framework
  • Support for root commands and subcommands
  • Argument injection and resolvers
  • Permission and visibility handling
  • Tab completion support

Requirements

  • Paper 1.21+
  • Java 17+

Installation

  1. Download the latest release
  2. Place VertexCore.jar into your server’s plugins folder
  3. Restart the server

Plugins using VertexCore must declare it as a dependency.


Developer Usage

VertexCore is distributed via jitpack.io.

Gradle

repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
}

dependencies {
    compileOnly("com.github.Tebrox:VertexCore:v1.0.0")
}

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.Tebrox</groupId>
    <artifactId>VertexCore</artifactactId>
    <version>v1.0.0</version>
    <scope>provided</scope>
</dependency>

Documentation

  • Full documentation is available in the GitHub Wiki
  • Covers configuration, database, command system and migration

License

MIT License

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
More Anvils

价格:0 墨喵币
下载量:0

查看详情
Backrooms: Found Footage

价格:0 墨喵币
下载量:0

查看详情
Random DropZ

价格:0 墨喵币
下载量:0

查看详情
Better lower grass

价格:0 墨喵币
下载量:0

查看详情