1.0
This commit is contained in:
parent
f5ebb6e17d
commit
6a85d4e129
2
pom.xml
2
pom.xml
|
@ -40,7 +40,7 @@
|
|||
<dependency>
|
||||
<groupId>com.io.yutian</groupId>
|
||||
<artifactId>AuLib</artifactId>
|
||||
<version>1.7</version>
|
||||
<version>1.8</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -32,12 +32,9 @@ public class AuChestShop extends JavaPlugin {
|
|||
e.printStackTrace();
|
||||
}
|
||||
|
||||
System.out.println(economyProvider);
|
||||
|
||||
if (economyProvider != null) {
|
||||
economy = economyProvider.getProvider();
|
||||
}
|
||||
System.out.println(economy);
|
||||
|
||||
sqlIO = new SQLIO();
|
||||
commandManager = new CommandManager();
|
||||
|
|
|
@ -39,7 +39,6 @@ public class ShopUtil {
|
|||
a -= k;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static boolean isShopItem(ItemStack itemStack) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user