[FEAT] APIs for Player Revive mod and Whitelist changes

This commit is contained in:
2025-02-01 15:30:30 +02:00
parent 74701a7817
commit a4aa7108e5
202 changed files with 2410 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
--- a/Paper/src/main/java/com/hypherionmc/craterlib/common/PaperCompatHelper.java
+++ /dev/null
@@ -1,78 +1,0 @@
@@ -1,92 +1,0 @@
-package com.hypherionmc.craterlib.common;
-
-import com.hypherionmc.craterlib.core.platform.CompatUtils;
@@ -78,4 +78,18 @@
- return false;
- }
-
- @Override
- public boolean isPlayerBleeding(BridgedPlayer player) {
- return false;
- }
-
- @Override
- public boolean playerBledOut(BridgedPlayer player) {
- return false;
- }
-
- @Override
- public boolean playerRevived(BridgedPlayer player) {
- return false;
- }
-}