Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 2.1 KB

README.md

File metadata and controls

46 lines (41 loc) · 2.1 KB

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: