This library contains a collection of modules that assist with the development of console applications and Minecraft plugins.
A list of projects is available on the wiki.
For support, you can join our support discord server.
Please fill out a bug report here.
An example of an application created with Ponder can be found here.
An example of a Minecraft plugin created with Ponder can be found here.
<repository>
<id>dansplugins.com</id>
<url>https://repo.dansplugins.com/repository/maven-public/</url>
</repository>
<dependency>
<groupId>com.dansplugins</groupId>
<artifactId>ponder-bukkit</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.dansplugins</groupId>
<artifactId>ponder-cache</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.dansplugins</groupId>
<artifactId>ponder-commands</artifactId>
<version>2.0.0</version>
</dependency>
Name | Main Contributions |
---|---|
Daniel Stephenson | Creator |
Callum | wrote some methods that were used in AbstractPluginCommand and ApplicationCommand; contributed NMSAssistant and NMSVersion; improved ColorChecker; contributed ColorConverter; improved EventHandlerRegistry; improved UUIDChecker; improved ArgumentParser; contributed ConfigurationFile |
Pasarus | wrote code that was used in JsonWriterReader and UUIDChecker; contributed Pair |
Caibinus | wrote code that was used in BlockChecker |
Deej | Set up the javadocs |
VoChiDanh | Improved the BlockChecker and added the MaterialChecker |
alyphen | Generified types of maps, lists and sets across the project, massively overhauled the project and split it into three modules, introduced tests |
Have you made a contribution and don't see yourself above? Please add your name and open a PR!
This project is in active development.