An intuitive and powerful plugin to create graphical user interfaces in Minecraft.
Go to file
filoghost 691d8db319 Set version to 4.0.3 2020-11-03 21:07:15 +01:00
.github General cleanup 2020-08-14 17:17:45 +02:00
api Set version to 4.0.3 2020-11-03 21:07:15 +01:00
checkstyle API improvements 2020-10-17 16:22:53 +02:00
javadoc Add Jetbrains annotations links 2020-10-12 23:35:11 +02:00
licenses Add UpdateChecker license info 2020-08-16 11:20:41 +02:00
plugin Set version to 4.0.3 2020-11-03 21:07:15 +01:00
.gitignore Convert project to Maven 2018-08-16 12:52:25 +03:00
LICENSE.txt Add license file and headers 2018-10-10 13:05:31 +02:00
README.md Set version to 4.0.2 2020-10-19 09:53:43 +02:00
THIRD-PARTY.txt Add UpdateChecker license info 2020-08-16 11:20:41 +02:00
pom.xml Set version to 4.0.3 2020-11-03 21:07:15 +01:00

README.md

ChestCommands

Bukkit Page: http://dev.bukkit.org/projects/chest-commands

API Javadoc for developers: https://ci.codemc.io/job/filoghost/job/ChestCommands/javadoc/index.html?me/filoghost/chestcommands/api/ChestCommandsAPI.html

Maven

<repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
<dependency>
    <groupId>me.filoghost.chestcommands</groupId>
    <artifactId>chestcommands-api</artifactId>
    <version>4.0.2</version>
    <scope>provided</scope>
</dependency>

License

Chest Commands is free software/open source, and is distributed under the GPL 3.0 License. It contains third-party code, see the included THIRD-PARTY.txt file for the license information on third-party code.