9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-28 03:19:15 +00:00

Fix possible compatibility breaks

This commit is contained in:
XiaoMoMi
2024-04-17 18:21:21 +08:00
parent 7bcd354db7
commit 8d3443f989
7 changed files with 32 additions and 26 deletions

View File

@@ -120,4 +120,6 @@ public abstract class CustomCropsPlugin extends JavaPlugin {
public abstract void debug(String debug);
public abstract void reload();
public abstract boolean doesHookedPluginExist(String plugin);
}