Development Builds / Javadocs / Modrinth / SpigotMC
This is a library we use to create plugins for the CraftTogetherMC minecraft server
<repositories>
<repository>
<id>ctogether</id>
<url>https://maven.craft-together-mc.de/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.crafttogether</groupId>
<artifactId>CTCommons</artifactId>
<version>1.0-BETA</version>
<scope>provided</scope>
</dependency>
</dependencies>
- Platform-abstraction-Layer (Library for abstracting away some server platform specific implementations)
- HikariCP (High-performance, JDBC connection pool)
- MariaDB Connector/J (JDBC-Driver)
- Adventure (Very neat UI-Framework for Bukkit/Bungeecord and more)
- MiniMessage (Text format to represent chat components)
- BStats (Plugin Metrics)