Skip to content

RefracDevelopment/SimpleGems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleGems is a plugin that adds a custom gems economy into minecraft.

Spigot BuiltByBit Hangar

Issue Reporting/Support

Please report all issues/support questions to the Issues tab or Discord.

Suggestions

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!

Developer API

Maven

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();

License

Please view the LICENSE file for more information on the license of this source code.

icon from flaticon