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

@ -4,7 +4,7 @@
<groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId>
<version>1.6.9.5-U0.2.1-1.9.3-BETA</version>
<version>1.6.9.5-U0.2.1-1.9.4-BETA</version>
<packaging>jar</packaging>
<name>SaberFactions</name>

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);
}
}
}

View File

@ -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