Version Change

This commit is contained in:
Driftay
2019-09-18 08:01:05 -04:00
parent 3ce77fe7e1
commit 81636c6448
3 changed files with 1 additions and 32 deletions

View File

@@ -34,7 +34,6 @@ public class ShopConfig {
if (!shop.exists()) {
try {
shop.createNewFile();
getShop().set("prefix", "&4&lFactionShop&8» &7Purchased &f%item% &7for &b%points% Points&7!");
getShop().set("items.1.slot", 1);
getShop().set("items.1.block", "STONE");
@@ -52,8 +51,6 @@ public class ShopConfig {
} catch (IOException e) {
e.printStackTrace();
}
} else {
s.options().copyDefaults(true);
}
}
}