Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/excessiveamountsofzombies/octoeconomyapi
Economy API for Fabric
https://github.com/excessiveamountsofzombies/octoeconomyapi
fabric java minecraft-mod
Last synced: about 1 month ago
JSON representation
Economy API for Fabric
- Host: GitHub
- URL: https://github.com/excessiveamountsofzombies/octoeconomyapi
- Owner: ExcessiveAmountsOfZombies
- License: other
- Created: 2021-12-07T02:55:52.000Z (almost 3 years ago)
- Default Branch: dev-pub
- Last Pushed: 2022-12-20T21:21:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T17:36:49.792Z (over 1 year ago)
- Topics: fabric, java, minecraft-mod
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoEconomyApi
Economy API for FabricThere are two options to make use of this API in your project, jitpack or clone and build locally.
### Jitpack
```
repositories {
maven { url = "https://jitpack.io" }
}
```in your build.gradle and you can include the API with
```
modApi "com.github.ExcessiveAmountsOfZombies:OctoEconomyApi:5137175b1c"
include "com.github.ExcessiveAmountsOfZombies:OctoEconomyApi:5137175b1c"
````5137175b1c` corresponds to version 1.0.0 of the API
### Local
`./gradlew publishToMavenLocal`
After that make sure you have
```
repositories {
mavenLocal()
}
```in your build.gradle and you can include the API with
```
modApi "com.epherical.octo-economy-api:OctoEconomyApi:1.0.0"
include "com.epherical.octo-economy-api:OctoEconomyApi:1.0.0"
```Just-In-Jar might not always be necessary.
If you want your mod added to this list here, submit a PR!
# Economy Implementations
[EightsEconomyP](https://www.curseforge.com/minecraft/mc-mods/eightseconomyp) - Thonk
# Content mods making use of this API
[Shoppy](https://www.curseforge.com/minecraft/mc-mods/shoppy) - Thonk
[The Guild](https://www.curseforge.com/minecraft/mc-mods/guild) - fulmineo64
[Flan](https://www.curseforge.com/minecraft/mc-mods/flan) - Flemmli97