ChestCommands/README.md

27 lines
866 B
Markdown
Raw Permalink Normal View History

2018-08-16 11:52:25 +02:00
ChestCommands
2014-10-31 09:28:34 +01:00
===================
2020-08-14 16:52:07 +02:00
Bukkit Page: http://dev.bukkit.org/projects/chest-commands
2018-11-21 18:43:39 +01:00
API Javadoc for developers: https://ci.codemc.io/job/filoghost/job/ChestCommands/javadoc/index.html?me/filoghost/chestcommands/api/ChestCommandsAPI.html
## Maven
```xml
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
```
```xml
<dependency>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-api</artifactId>
2023-04-23 18:18:36 +02:00
<version>4.0.4</version>
<scope>provided</scope>
</dependency>
```
## License
2018-11-21 18:43:39 +01:00
Chest Commands is free software/open source, and is distributed under the [GPL 3.0 License](https://opensource.org/licenses/GPL-3.0). It contains third-party code, see the included THIRD-PARTY.txt file for the license information on third-party code.