CTCommons

Library to centralize main functions for multiple plugins which will allow better maintaining capabilities and will lower general plugin sizes.

301

CTCommons

CTCommons

Development Builds / GitHub / Javadocs

CTCommons is a library to centralize main functions for multiple plugins which will allow better maintaining capabilities and will lower general plugin sizes.

Plugins using this library:

- TC-Portals - TC-Destinations

Maven

```xml <repositories> <repository> <id>ctogether</id> <url>https://maven.craft-together-mc.de/</url> </repository> </repositories> ``` ```xml <dependencies> <dependency> <groupId>de.crafttogether</groupId> <artifactId>CTCommons</artifactId> <version>1.0-BETA</version> <scope>provided</scope> </dependency> </dependencies> ```

This library Includes:

- 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)

ADS