[FEAT] Paper Support

This commit is contained in:
2024-10-22 20:13:32 +02:00
parent 86149ace11
commit e0e37685e2
352 changed files with 5772 additions and 1588 deletions

View File

@@ -16,7 +16,7 @@
+ if (!ModloaderEnvironment.INSTANCE.isModLoaded("vmod"))
+ return true;
+
+ return VanishUtil.isVanished(player.toMojangServerPlayer());
+ return !VanishUtil.isVanished(player.toMojangServerPlayer());
}
@Override