SimpleGems is a plugin that adds a custom gems economy into minecraft.
Please report all issues/support questions to the Issues tab or Discord.
Suggestion can be posted in Issues or Discord which is reviewed by project maintainers, but feel free to make a pull request to add cool features without posting there!
Replace LATEST with latest version in the Releases tab.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.RefracDevelopment</groupId>
<artifactId>SimpleGems</artifactId>
<version>LATEST</version>
<scope>provided</scope>
</dependency>
Make sure you add SimpleGems to your depends or softdepends
depend:
- SimpleGems
softdepend:
- SimpleGems
You can use this to access all methods.
SimpleGemsAPI gemsAPI = SimpleGems.getInstance().getGemsAPI();
Please view the LICENSE file for more information on the license of this source code.