An intuitive and powerful plugin to create graphical user interfaces in Minecraft.
Go to file
filoghost da83a26ed1 Set version to 4.0.5 2024-01-27 16:55:49 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2023-04-23 18:17:54 +02:00
api Set version to 4.0.5 2024-01-27 16:55:49 +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.5 2024-01-27 16:55:49 +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 Update README.md 2023-04-23 18:18:36 +02:00
THIRD-PARTY.txt Add UpdateChecker license info 2020-08-16 11:20:41 +02:00
pom.xml Set version to 4.0.5 2024-01-27 16:55:49 +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.4</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.