Skip to content

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

License

Notifications You must be signed in to change notification settings

CraftTogetherMC/CT-Commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Builds / Javadocs / Modrinth / SpigotMC

CT-Commons

This is a library we use to create plugins for the CraftTogetherMC minecraft server

Plugins using this library:

Maven

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

Includes:

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages