Hi there! I'm trying to accomplish something using PlaceholderAPI, likely in conjunction with another plugin, to have the player's Vault balance appear in their inventory GUI when they open it (ie. pressing E, opening a chest, trading with a villager, etc) while having it invisible when the GUI is closed (so, not on the regular HUD)
Closest thing I've got so far is adding an item to the inventory using ItemJoin which tells the player their balance in the name/lore, but ideally I'd love to be able to have this appear without needing to mouse over an icon. I've looked around with HappyHUD and Oraxen, but I don't think they have any listeners for the inventory GUI. Any ideas? Thanks in advance!