From 81636c64480f9c79256f920f76b14e5cd4f50bb6 Mon Sep 17 00:00:00 2001 From: Driftay Date: Wed, 18 Sep 2019 08:01:05 -0400 Subject: [PATCH] Version Change --- pom.xml | 2 +- .../factions/shop/ShopConfig.java | 3 -- src/main/resources/shop.yml | 28 ------------------- 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 src/main/resources/shop.yml diff --git a/pom.xml b/pom.xml index 879d1e78..65d1c52f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.massivecraft Factions - 1.6.9.5-U0.2.1-1.9.3-BETA + 1.6.9.5-U0.2.1-1.9.4-BETA jar SaberFactions diff --git a/src/main/java/com/massivecraft/factions/shop/ShopConfig.java b/src/main/java/com/massivecraft/factions/shop/ShopConfig.java index 6cbe1173..492d2cbb 100644 --- a/src/main/java/com/massivecraft/factions/shop/ShopConfig.java +++ b/src/main/java/com/massivecraft/factions/shop/ShopConfig.java @@ -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); } } } diff --git a/src/main/resources/shop.yml b/src/main/resources/shop.yml deleted file mode 100644 index da121aeb..00000000 --- a/src/main/resources/shop.yml +++ /dev/null @@ -1,28 +0,0 @@ -####################################################################################### -####################################################################################### -####################################################################################### -##### ##### -##### SaberFactions Shop Configuration File ##### -##### ##### -##### ##### -####################################################################################### -####################################################################################### -####################################################################################### -#<-------------------------------------->NOTES<--------------------------------------># -#All Color Codes Can Be Used! -#Refer to: https://wiki.ess3.net/mc/ -#Enable and Disable Any Feature by Simply Switching Variable to true or false! -#<-------------------------------------->NOTES<--------------------------------------># -prefix: '&4&lFactionShop&8» &7Purchased &f%item% &7for &b%points% Points&7!' -items: - '1': - slot: 1 - block: STONE - name: '&aTest Shop' - lore: #{cost} is the placeholder for the cost of the item. - - '&cFully Customizable Lore!' - - '&b{cost} &7Points' - cmds: - - broadcast %player% bought Test Shop! - cost: 5 - glowing: true \ No newline at end of file