1
0
Commit Graph

5 Commits

Author SHA1 Message Date
e5a9c1b04d
Ignore Mojang's names & skins
Being able to control people's names and skins is loads of fun!
2023-05-31 20:45:46 -07:00
6ff2142538
Add ASN field to players table
Ban evaders will often use the accounts of whitelisted users. This will
allow me to lock specific users into their ASN to prevent ban evaders
from connecting via VPNs or other residential connections (unless
they're from the same ISP).
2020-10-27 17:59:25 +00:00
320199d2a6
Add area-related tables to SQLite database
I am adding area protection to this mod since I have yet to find one for
Fabric, and people have been complaining about it for as long as I can
remember. (Honestly, I'd like it too.)
2020-10-27 06:45:26 +00:00
a0c50e0fb0
Move player data from config to database
The plugin will not automatically migrate player data to the database.
I'll add the script I used for that, then bump the minor version number
like the coward I am.
2020-10-25 15:35:00 +00:00
02cfe9623a
Initial SQLite database support 2020-10-21 22:49:37 +00:00