Added sealing command

This commit is contained in:
Sn0wStorm
2020-04-08 11:34:18 +02:00
parent ce4e665fda
commit 0e5893472b
8 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ public class P extends JavaPlugin {
if (use1_9) {
p.getServer().getPluginManager().registerEvents(new CauldronListener(), p);
}
if (BConfig.hasChestShop) {
if (BConfig.hasChestShop && use1_13) {
p.getServer().getPluginManager().registerEvents(new ChestShopListener(), p);
}