1
0
Commit Graph

13 Commits

Author SHA1 Message Date
b617dd4d54
Disable name / skin overrides by default 2023-06-09 20:01:43 -07:00
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
ca09970fda
Bump to 1.19.4 2023-05-30 17:22:34 -07:00
ff5774f3cb
Disable creeper explosions 2022-02-08 10:43:58 -08:00
8c51919e4e
Partial upgrade to 1.18.1 2022-01-29 17:18:37 -08:00
5e3a9793e6
Add disableFlyCommand config option 2020-12-01 03:27:23 +00:00
037342e553
Add config value for persistent flight 2020-10-27 23:48:38 +00: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
0778e579d0
Add config value for IPHub.info API key 2020-10-21 22:47:24 +00:00
e452490317
Rename "server" package to "util" 2020-08-17 01:22:31 +00:00