Skip to content

JWeinelt/codelib

Repository files navigation

⚙️CodeLib: super advanced Bukkit and Velocity API

VersionUpdateContributeBuild

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!

🌟 Features

  • 🎨 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

🧩 Compatibility

CodeLib supports Spigot, Paper, and all their forks natively. For proxy support, only Velocity is currently supported.

⚙️ How to use

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!

🛫 Planned features

  • Game management
  • Map management
  • Change CodeLib to running plugin

🔌 API

CodeLib has a full documented API. View the Wiki here or Look at the Java Docs.

🤝 License

This project is licensed under the GNU GPL v3 License.

❤️ These amazing people make my projects big!

@FirecraftGHG @PhastixTV @zCreeperYT @ProJakob

About

An extended easy-to-use developer utility library for Minecraft plugins

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages