nekomonci/craftbukkit-server icon
public
Published on 3/30/2025
Craftbukkit - Minecraft Server

Craftbukkit Rules For "Custom Server Jars" and "Plugins" Integrations

Rules
craftbukkit-server
## Build & Development Commands
- Use Gradle As Project Compiler

## Code Style & Guidelines 
- If Java Version is Specified, Make Sure The Code is Support Specified Java Version (Default: Java 21)
- If Type is Specified, Write The Code As Specified Type (Default: Minecraft Server Custom Jar)
- If Type "Plugin" Doesnt Mentioned, Write The Code As "Minecraft Server Custom Jar"

## Documentation Guidelines 
- Read The Documentation Carefully
- If Type is Specified, Read The Documentation As Specified Type (Default: Minecraft Server Custom Jar)
- If Type "Plugin" Doesnt Mentioned, Read The Documentation As "Minecraft Server Custom Jar"
- If Version is Specified, Prioritize Specified Version When Reading The Documentation