Recently I've been bored and decided to learn how to make Minecraft plugins. Today I released my first plugin for Spigot! https://www.spigotmc.org/resources/unlimited-economy-api.39474/ It sucks and is useless for most servers, but I just felt like sharing Could be useful for OP prison when it gets released next year.
Hey Jonodonoym, Niceee, congratulations on making your first plugin! If this gets used for OP Prison, I'm hyped. I do wonder why there was a limit though of 10 trillion... - Runetide
I was used to make plugins for PocketMine in PHP (For MCPE servers) I'm just lazy I can't finish them... (I'm iPocket) https://github.com/MCrafterss/MTeamPvP/tree/master/src/MCrafters/TeamPvP MCPE (still) doesn't provide its server pack yet... thats why its hard. Also nice! What database did you use?
I just used a HashMap to store the Player -> Balance data and simply reads or writes the key/value pairs to a text file when the server loads up or shuts down. Not common practice, but it was easy to set up and doesn't have any significant drawbacks that I'm aware of.