Welcome to the official repository of CodeLib!
🚀 Newly Open-Sourced! After years of private development for the CodeBlocksMC network, CodeLib is now available to everyone!
Feel free to open issues, contribute, and build something great together!
Join the official Discord server here!
- 🎨 Advanced GUI Builder
- 🎮 Item Builder with armor trims, colors, potion support and so much more!
- 📍 Location wrapping for saving with GSON
- 📝 Configuration management
- 🗺️ World management
- 💻 Advanced tab completing API
CodeLib supports Spigot, Paper, and all their forks natively. For proxy support, only Velocity is currently supported.
Add the CodeBlocksMC Repository to your project:
<repository>
<id>unifiedvision-releases</id>
<name>Unified Vision Repo</name>
<url>https://repo.codeblocksmc.de/releases</url>
</repository>maven {
name "unifiedvisionReleases"
url "https://repo.codeblocksmc.de/releases"
}Then, import CodeLib as a dependency:
<dependency>
<groupId>de.codeblocksmc.codelib</groupId>
<artifactId>CodeLib</artifactId>
<version>3.3.1</version>
</dependency>implementation "de.codeblocksmc.codelib:CodeLib:3.3.1"You're all set – start building with CodeLib now!
- Game management
- Map management
- Change CodeLib to running plugin
CodeLib has a full documented API. View the Wiki here or Look at the Java Docs.
This project is licensed under the GNU GPL v3 License.



