New Shop Config Format With Help, Removed Useless Code FactionsBlockListener Block Break Revamp, F Wild Revamp (DroppingAnvil) & Alot I can't remember xD
This commit is contained in:
@@ -405,6 +405,7 @@ help:
|
||||
- '&c/f points &8- &7Check your factions points.'
|
||||
- '&c/f invsee &8- &7Check a faction members inventory.'
|
||||
- '&c/f stealth &8- &7Go into stealth mode to not disable enemies flight.'
|
||||
- '&c/f notifications &8- &7Disable or enable faction claim notifications.'
|
||||
- '&7&m--------------------&r &e/f help &7&m-----------------------'
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
@@ -625,7 +626,6 @@ f-check:
|
||||
#This option is to see if another faction member can see their faction members that have the invisible potion effect
|
||||
See-Invisible-Faction-Members: false #ONLY WHEN SCOREBOARD IS ENABLED
|
||||
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | Faction Inventory See | #
|
||||
@@ -634,6 +634,7 @@ See-Invisible-Faction-Members: false #ONLY WHEN SCOREBOARD IS ENABLED
|
||||
#This option is the ability to see other faction members inventories
|
||||
f-inventory-see:
|
||||
Enabled: true
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | Faction Alt Accounts | #
|
||||
@@ -745,7 +746,6 @@ fcooldowns:
|
||||
Falling-Block-Fix:
|
||||
enabled: true
|
||||
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | Faction Disband | #
|
||||
@@ -769,8 +769,6 @@ f-disband-gui:
|
||||
Name: ' '
|
||||
Lore:
|
||||
|
||||
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | Faction GracePeriod | #
|
||||
|
||||
@@ -66,6 +66,7 @@ permissions:
|
||||
factions.kit.halfplayer:
|
||||
description: Can do all but create factions.
|
||||
children:
|
||||
factions.check: true
|
||||
factions.audit: true
|
||||
factions.drain: true
|
||||
factions.wild: true
|
||||
|
||||
36
src/main/resources/shop.yml
Normal file
36
src/main/resources/shop.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
prefix: '&4&lFactionShop&8» &7Purchased &f%item% &7for &b%points% Points&7!'
|
||||
|
||||
items:
|
||||
'1':
|
||||
slot: 1
|
||||
block: STONE #Validated Through XMaterial Class Located At: https://github.com/SaberLLC/Saber-Factions/blob/1.6.x/src/main/java/com/massivecraft/factions/util/XMaterial.java
|
||||
name: '&aShop Item 1' #Display name of the item wanted in shop.
|
||||
lore:
|
||||
- '&cFully Customizable Lore!'
|
||||
- '&b&l{cost} &7Points'
|
||||
cmds: #You can have more then 1 command in this as it is a list of commands!
|
||||
- broadcast %player% bought Test Shop!
|
||||
cost: 5 #The number of faction points it will cost to buy this item.
|
||||
glowing: true #Do we want it to glow or not?
|
||||
'2':
|
||||
slot: 2
|
||||
block: STONE #Validated Through XMaterial Class Located At: https://github.com/SaberLLC/Saber-Factions/blob/1.6.x/src/main/java/com/massivecraft/factions/util/XMaterial.java
|
||||
name: '&aShop Item 2' #Display name of the item wanted in shop.
|
||||
lore:
|
||||
- '&cFully Customizable Lore!'
|
||||
- '&b&l{cost} &7Points'
|
||||
cmds: #You can have more then 1 command in this as it is a list of commands!
|
||||
- broadcast %player% bought Test Shop!
|
||||
cost: 5 #The number of faction points it will cost to buy this item.
|
||||
glowing: true #Do we want it to glow or not?
|
||||
'3':
|
||||
slot: 3
|
||||
block: STONE #Validated Through XMaterial Class Located At: https://github.com/SaberLLC/Saber-Factions/blob/1.6.x/src/main/java/com/massivecraft/factions/util/XMaterial.java
|
||||
name: '&aShop Item 3' #Display name of the item wanted in shop.
|
||||
lore:
|
||||
- '&cFully Customizable Lore!'
|
||||
- '&b&l{cost} &7Points'
|
||||
cmds: #You can have more then 1 command in this as it is a list of commands!
|
||||
- broadcast %player% bought Test Shop!
|
||||
cost: 5 #The number of faction points it will cost to buy this item.
|
||||
glowing: true #Do we want it to glow or not?
|
||||
Reference in New Issue
Block a user