AdminShop
AdminShop, as the title implies, is a plugin that allows server admins to create unlimited item shops for their players to use. It requires an Economy plugin to be installed, and without it will not work.
Downloads
You grab the latest build off of GitHub, here.
GitHub Repository
You can view AdminShop’s GitHub Repository here.
Commands
/setshop <price> [<buy shop>] - If you right click a sign after using this command, it
will become an AdminShop if it was not one already. If it was, it will simply update
to the item you're holding and the parameters inputed. If you want the shop to be a
sell shop, you input true, otherwise you can disregard it - a buy shop is one where
players can sell their items to the sign.
Permissions
adminshop.create - Gives player permission to create an AdminShop.
adminshop.remove - Gives player permission to break/delete an AdminShop
adminshop.modify - Gives player permission to modify an existing AdminShop.
adminshop.command.setshop- Gives player permission to use /setshop
Support Me
If you’d like to support me, you can do so here.
How to Install?
Simply drop the downloaded JAR into your mods folder along with Sponge and an Economy plugin, and start your server!
Usage
To create an AdminShop you make a sign with any text you want, like so:
Then you get the item you want players to sell or buy, and put it in your hand, like so:
Next, you execute the /setshop
command with desired parameters, like so:
Then you right click the sign you created, like so:
All done! Right click your sign to see it in action, like so:
Tada! We purchased the item from the sign, and you can see the sign retained the enchantment information:
Automatic Item Frames
Here is a brief video example of how the automatic item frame feature works.
Known Issues:
- There are many bugs with the current
SpongeCommon
Inventory implementation, this includes issues with items not syncing, and users being required to re-log to actually see the items they’ve bought.