HomeJavaModsMBedwars Add-On » LVL-Shop
MBedwars Add-On » LVL-Shop
addon-lvlshop.png
Instead of regular items, this add-on lets your spawners/generators spawn literal exp orbs! Players earn level from every earned orb, with which they may buy items from the shop and upgrade shop.

You don’t have to replace all spawners with exp orbs – you may as well keep your existing ones and e.g. have a special event for certain items. Or replace them all. You are free to customize it however you like.

Requirements:

Installation:

  1. Drop the .jar inside the following folder: /MBedwars/add-ons
  2. Open /MBedwars/spawners.yml and add the lvl-shop handler:
Code (YAML):
## Read carefully! You may either replace existing spawners so that they instead spawn exp orbs or add new ones.
######

### If you want to replace an existing spawner:
gold
: # <--- If you've already added them to an arena, do not change the id! Otherwise, they you will have to place them again
  custom-handler
: "lvl-shop" # ! Important, add this
  custom-handler-config
:
    level-amount
: 1 # ! Optional. Define the amount of levels this spawner shall drop. Default is 1
  # You may keep all the other configs as you like
  name
: '&bExp'
  icon
: experience_bottle
  # etc ...


### If you want to add a new spawner, example:
exp
:
  name
: '&bExp'
  plural-name
: "&bExps"
  icon
: experience_bottle
  custom-handler
: "lvl-shop" # ! Important
  custom-handler-config
:
    level-amount
: 1 # ! Optional. Define the amount of levels this spawner shall drop. Default is 1
  spawn-delay
: 1.0
  spawn-radius
: 0
  tranquil
: true
  merging
: false
  max-nearby-items
: 4
  spawn-at-start
: 0
3. Open /MBedwars/shop.yml and update the prices accordingly:​
Code (YAML):
## Look for the "spawner-item" prices. Update the amount accordingly, if you want to
## **If** you change the id of the spawner, update them as well, e.g. "exp" (if that's what you choose)
## You do not have to apply this for all items. You may as well use regular items (gold, emerald etc) for whatever items you want
        prices
:
          - type
: spawner-item
            spawner-id
: gold
            amount
: 4
4. Restart your server. If you replaced existing spawners, then you are ready to go! If you instead added it as a new spawner, then add them to your arena as usual.

Visit our Discord if you get stuck at any point.

Plugin details

Read from the plugin's own plugin.yml.

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.

MBedwars Add-On » LVL-Shop is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,746 times (via Spigot). Download it and open it directly in the game.

Explore more