https://github.com/refracdevelopment/simplegems
SimpleGems is a plugin that adds a custom gems economy into minecraft.
https://github.com/refracdevelopment/simplegems
java minecraft minecraft-plugin paper-plugin papermc papermc-plugin simplegems spigot spigot-plugin spigotmc spigotmc-plugin
Last synced: about 1 month ago
JSON representation
SimpleGems is a plugin that adds a custom gems economy into minecraft.
- Host: GitHub
- URL: https://github.com/refracdevelopment/simplegems
- Owner: RefracDevelopment
- License: mit
- Created: 2022-07-12T22:43:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-02T00:33:44.000Z (2 months ago)
- Last Synced: 2026-04-03T03:21:06.565Z (2 months ago)
- Topics: java, minecraft, minecraft-plugin, paper-plugin, papermc, papermc-plugin, simplegems, spigot, spigot-plugin, spigotmc, spigotmc-plugin
- Language: Java
- Homepage: https://discord.gg/EFeSKPg739
- Size: 1.62 MB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#RefracDevelopment/SimpleGems) [](https://github.com/RefracDevelopment/SimpleGems/actions/workflows/maven.yml)

SimpleGems is a plugin that adds a custom gems economy into minecraft.
[Spigot](https://www.spigotmc.org/resources/96827/) [Hangar](https://hangar.papermc.io/RefracDevelopment/SimpleGems/)
### Dependencies
[ItemNBTAPI](https://www.spigotmc.org/resources/nbt-api.7939/)
### Issue Reporting/Support
Please report all issues/support questions to the [Issues](https://github.com/RefracDevelopment/SimpleGems/issues) tab or [Discord](https://discord.gg/EFeSKPg739).
### Suggestions
Suggestion can be posted in [Issues](https://github.com/RefracDevelopment/SimpleGems/issues) or [Discord](https://discord.gg/EFeSKPg739) 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](https://github.com/RefracDevelopment/SimpleGems/releases/latest) tab.
```XML
jitpack.io
https://jitpack.io
com.github.RefracDevelopment
SimpleGems
LATEST
provided
```
Make sure you add SimpleGems to your depends or softdepends
```YML
depend:
- SimpleGems
softdepend:
- SimpleGems
```
You can use this to access all methods found in the [SimpleGemsAPI](https://github.com/RefracDevelopment/SimpleGems/blob/main/src/main/java/me/refracdevelopment/simplegems/api/SimpleGemsAPI.java)
```JAVA
SimpleGemsAPI gemsAPI = SimpleGems.getInstance().getGemsAPI();
```
### License
Please view the [LICENSE](LICENSE) file for more information on the license of this source code.
[icon from flaticon](https://www.flaticon.com/)