/
The GUI shop add-on that completes your LifeEconomy experience. Pay with your life, literally.
[WARNING] This plugin is an ADD-ON and requires the core plugin, LifeEconomy, to be installed on your server to function.
LifeEconomy enables a unique "Heart" economy where player health is the currency. LifeEconomy-Shop utilizes its API to power the entire shop system.
/lifeshop or /ls./give, /eco take, /title), allowing for infinite possibilities.The shop is fully customizable. Here is a snippet demonstrating how easy it is to set item prices and commands. Remember, 2.0 health = 1 Heart.
currencyName: "Heart" #Better if singular
#Shop module /lifeshop or /ls
gui:
cant-afford-sound: "ENTITY_ALLAY_HURT"
buy-success: "ENTITY_PLAYER_LEVELUP"
name: "<red><b>Blood Shop" #gui title bar
rows: 1
items:
example:
slot: 3 #indexed, so slot counting starts from 0
name: "<red><b>Blood" #item name
material: "REDSTONE" #item material, should match vanilla minecraft materials
enchantments: []
enchant-glint: true #fake enchant glint if you dont want any enchantments but want a glint
hide-enchants: false #remove enchantment from lore
lore:
- "<red>Cost: 10 Hearts"
commands:
- "give %player% diamond 100" #or give %player% diamond 1
price: 20.0 #Price of this item in health (20 = 10 hearts). *.0 is required! this has to be a double, not an integer
example2:
slot: 5
name: "<blue><b>Diamond What"
material: "DIAMOND"
enchantments: []
enchant-glint: true
hide-enchants: false
lore: []
commands:
- "give %player% gold_ingot 1"
price: 2.0 #(2 = 1 heart)
| Command | Aliases | Description | Required Permissions |
|---|---|---|---|
/lifeshop | /ls | Opens the main Heart Economy Shop GUI. | lifeshop.shop (Default: OP) |
/lsreload | /lsr | Reloads the plugin configuration files. | lifeshop.reload (Default: OP) |
config.yml with your desired items, prices, and commands./lsreload (or restart) and start selling!