![Flan (Forge)](https://media.forgecdn.net/avatars/thumbnails/394/105/256/256/637590476523454362.png)
[Feature Request] mod compat Money and Sign Shops
Caltinor opened this issue ยท 2 comments
Feature Request:
I would like to request compat for one of my mods. I created the mod Money Mod and Sign Shops CF Page. Like flan, this mod works entirely serverside, so it fits well in the server-only ecosystem. I have a few modpack authors that have requested this feature, so integration would be greatly appreciated. This mod is only on forge though, so if not being on fabric causes any issues with willingness to build in compat, please let me know.
Aids for implementation:
Charging players involves calling MoneyManager.INSTANCE.ChangeBalance(new ResourceLocation("dicemcmm", "player"), playerUUID, -amount)
negative values remove money from the player. positive values add.
using ur api calls errors cause ur not setting the world and as such its null.
so instead im using the implementation calls atm