By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
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
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time