I'm running a Velocity network with multiple Paper 1.21.1 servers.
I use Skript and I want to store a global currency (gems) shared across all servers.
Each server must read/write the same data (MySQL or similar), so if a player has
70 gemmes on Survival, they also have 70 on PvP.
I already have the database set up, but I'm not sure which Skript addon is the
best and most reliable for database usage:
- skript-db
- Skellett
What would you recommend ?
Thanks!