MineShop

Shop with Ore Economy

MineShop

MineShop plugin for Pocketmine, this plugin functions to sell rare items in MineShop, and can be purchased with ore

Custom Ore Economies: You can freely add economy by ore in MineShop
SellItems Tutorial: Just hold items in your hand and then run the command /mineshop sell to sell them.

✈️ Commands

CommandDescriptionPermission
/mineshopOpen MineShop GUImineshop.command
/mineshop addOpen Sell UImineshop.command.add (OP)
/mineshop deleteOpen Unsell GUImineshop.command.delete (OP)
/mineshop editOpen Edit GUImineshop.command.edit (OP)

⚙️ Config

custom your config.yml

prefix: "&7[&aMineShop&7]"

# you can create new gui schema in folder gui/
gui-schema: "default" # input filename without extension

# Ore economy supported
economies:
  - "minecraft:emerald"
  - "minecraft:diamond"
  - "minecraft:gold_ingot"

config-version: 1.0

🖼️ Preview

MineShop

Deleting Mode Menu

Editing Mode Menu

Sell Item UI

💻 Custom GUI

Here I have provided an example json for the custom GUI

1. Find Folder GUI: look for the gui folder in the MineShop plugin data plugin.
2. Create your GUI: create your gui schema with the following example custom.json, free file name!
3. Please look at the title Default GUI
4. Change GUI Schema: open config.yml, then change the gui schema you have created.

# you can create new gui schema in folder gui/
gui-schema: "default" # input filename without extension


The following is an example for the custom.json that you created earlier

Default GUI

{
  "name": "&lMine Shop",
  "type": "DOUBLE_CHEST",
  "max_slot": 13, // max slot for item selling
  "slots": [
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "mineshop:slot",
    "mineshop:slot",
    "mineshop:slot",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "mineshop:slot",
    "mineshop:slot",
    "mineshop:slot",
    "mineshop:slot",
    "mineshop:slot",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "mineshop:slot",
    "mineshop:slot",
    "mineshop:slot",
    "mineshop:slot",
    "mineshop:slot",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "minecraft:vines",
    "mineshop:previous",
    "minecraft:vines",
    "mineshop:info",
    "minecraft:vines",
    "mineshop:next",
    "minecraft:vines",
    "minecraft:vines"
  ]
}

📜 Credits

Icon by Flaticon

Details

Version: 1.0.0

Downloads: 205

Updated: 1/5/2025

Supported API versions: 5.3.0 to 5.30.1

Categories: General, Economy

License: MIT

Producers

Collaborator