This commit is contained in:
YuTian 2024-07-21 15:33:32 +08:00
parent f5ebb6e17d
commit 6a85d4e129
3 changed files with 1 additions and 5 deletions

View File

@ -40,7 +40,7 @@
<dependency> <dependency>
<groupId>com.io.yutian</groupId> <groupId>com.io.yutian</groupId>
<artifactId>AuLib</artifactId> <artifactId>AuLib</artifactId>
<version>1.7</version> <version>1.8</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -32,12 +32,9 @@ public class AuChestShop extends JavaPlugin {
e.printStackTrace(); e.printStackTrace();
} }
System.out.println(economyProvider);
if (economyProvider != null) { if (economyProvider != null) {
economy = economyProvider.getProvider(); economy = economyProvider.getProvider();
} }
System.out.println(economy);
sqlIO = new SQLIO(); sqlIO = new SQLIO();
commandManager = new CommandManager(); commandManager = new CommandManager();

View File

@ -39,7 +39,6 @@ public class ShopUtil {
a -= k; a -= k;
} }
} }
} }
public static boolean isShopItem(ItemStack itemStack) { public static boolean isShopItem(ItemStack itemStack) {