HomeJavaModsLifeEconomy-Shop
LifeEconomy-Shop

🩸 LifeEconomy-Shop: The Blood Shop

The GUI shop add-on that completes your LifeEconomy experience. Pay with your life, literally.


⚠️ Requirement

[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.


⚙️ Key Features

A Shop Worth Dying For...


🛒 Shop Configuration (YAML Example)

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)

🔨 Commands & Permissions

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)

🩸 Get Started

  1. Download and install the required core plugin: LifeEconomy.
  2. Download and install LifeEconomy-Shop.
  3. Configure your config.yml with your desired items, prices, and commands.
  4. Run /lsreload (or restart) and start selling!
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more