VertexCore
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #20 of 20 library mods in this game by downloads
📋 About This Mod
<p align="center"> <img src="https://raw.githubusercontent.com/Tebrox/VertexCore/master/assets/banner.png" alt="VertexCore Banner"> </p> # 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 ```gradle repositories { mavenCentral() maven { url "https://jitpack.io" } } dependencies { compileOnly("com.github.Tebrox:VertexCore:v1.0.0") } ``` ### Maven ```xml <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
# 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") } ```
```xml
## Documentation
- Full documentation is available in the GitHub Wiki
- Covers configuration, database, command system and migration
MIT License
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Tebrox
- Version
- BX4D5eGo
- Downloads
- 36
- Endorsements
- 0
- Category
- library
- Created
- 2/2/2026
- Updated
- 2/1/2026
- Game Versions
- BX4D5eGo
- Tags
- library
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does VertexCore support?
The author lists BX4D5eGo. Other versions may work but are untested by the author.
What is the latest version of VertexCore?
Version BX4D5eGo, published 2026-02-01 with 36 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await