The-Fireplace-Minecraft-Mods / Grand-Economy

A Minecraft server-side economy mod and api for hooking into various economy mods/plugins.
https://www.curseforge.com/minecraft/mc-mods/grand-economy
Mozilla Public License 2.0
4 stars 8 forks source link

[Feature] Supprt Krist Pay #36

Closed Merith-TK closed 2 years ago

Merith-TK commented 2 years ago

https://github.com/tmpim/KristPay < plugin for 1.12

Just simply would like players to beable to use krist as currency on servers, much like how the switchcraft handles payment

The-Fireplace commented 2 years ago

This appears to be a Sponge plugin. 1.12.2 should have support for Sponge-based economies already, just set the economy bridge to "sponge"

Merith-TK commented 2 years ago

it doenst work quite like that

Krist is a Minecraft Specific Crypto Currency, meaning it connects to a blockchain, all the plugin does is facilitate transfering krist funds

The-Fireplace commented 2 years ago

Adding support for directly using cryptocurrency is outside the scope of this mod. If the adapter works with Sponge's economy API, then they should work fine together. If not, then it's likely something that won't integrate well with Grand Economy either.