1.0
This commit is contained in:
parent
f5ebb6e17d
commit
6a85d4e129
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -39,7 +39,6 @@ public class ShopUtil {
|
||||||
a -= k;
|
a -= k;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isShopItem(ItemStack itemStack) {
|
public static boolean isShopItem(ItemStack itemStack) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user