Initial watchdog setup. Bukkit needs adapters, everything needs testing.

This commit is contained in:
Kenzie Togami
2019-09-04 20:55:47 -07:00
parent a515ed0a30
commit 8af68fc884
15 changed files with 293 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"package": "com.sk89q.worldedit.fabric.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinServerPlayerEntity"
"MixinServerPlayerEntity",
"MixinMinecraftServer"
],
"server": [
],