28 lines
1.5 KiB
YAML
28 lines
1.5 KiB
YAML
#######################################################################################
|
|
#######################################################################################
|
|
#######################################################################################
|
|
##### #####
|
|
##### 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 |