mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-12 13:34:52 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
87071ca384
4
pom.xml
4
pom.xml
@ -146,10 +146,6 @@
|
|||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
|
||||||
<groupId>org.bukkit</groupId>
|
|
||||||
<artifactId>craftbukkit</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -263,9 +263,9 @@ public class ChestShop extends JavaPlugin {
|
|||||||
|
|
||||||
registerEvent(new ItemInfoListener());
|
registerEvent(new ItemInfoListener());
|
||||||
registerEvent(new GarbageTextListener());
|
registerEvent(new GarbageTextListener());
|
||||||
|
|
||||||
Plugin authMe = getServer().getPluginManager().getPlugin("AuthMe");
|
Plugin authMe = getServer().getPluginManager().getPlugin("AuthMe");
|
||||||
if (authMe != null && authMe.isEnabled()){
|
if (authMe != null && authMe.isEnabled()) {
|
||||||
registerEvent(new AuthMeChestShopListener());
|
registerEvent(new AuthMeChestShopListener());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user