Shop with Ore Economy
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.
Command | Description | Permission |
---|---|---|
/mineshop | Open MineShop GUI | mineshop.command |
/mineshop add | Open Sell UI | mineshop.command.add (OP) |
/mineshop delete | Open Unsell GUI | mineshop.command.delete (OP) |
/mineshop edit | Open Edit GUI | mineshop.command.edit (OP) |
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
MineShop
Deleting Mode Menu
Editing Mode Menu
Sell Item UI
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"
]
}
Icon by Flaticon
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