RegionShop allows you to turn any WorldGuard region into a shop. It also comes with a item search engine and a shop warp system. You search for a specific item, simply warp to a shop and buy it. It supports enchantments and potions as well as damaged and custom renamed items.
Quote:Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Features
- Create shops with WorldGuard regions
- Admin/server shops
- Warp to shops
- Search in all shops for a specific item
- Easily add items to the Shop via the 'Quick Add' mode
- Converter to provide a easy switch from ChestShops to RegionShop
- Optional ChestShops (not depending on a region)
- Filter System for Search
Planned Features
v2.X:
- Split Shops (all Items belong to the Shop. The money gets split)
- Event Shops (with random / configurable items)
- Dynamic Shops (Auctions, Sales)
- Webinterface
Permissions
Permission | Purpose | Command |
---|---|---|
rs.command.add | Add items into a RegionShop | /shop add <sell> <buy> <amount> |
rs.command.buy | Buy items from a RegionShop | /shop buy <shopItemId> <amount> |
rs.command.detail | Detail view of a Items | /shop detail <shopitemid> |
rs.command.equip | Toggle "fast equipe mode" (inside a RS) | /shop equip |
rs.command.filter | Filter search results | /shop filter <filter syntax> |
rs.command.help | Show RegionShop help pages | /shop help [page] |
rs.command.list | List items inside a RS / list shops outside a RS | /shop list |
rs.command.name | Rename a RS | /shop name <new name> |
rs.command.remove | Delete item from the stock of a RS | /shop remove <itemid> |
rs.command.result | Show results of a search query | /shop result <page> |
rs.command.search | Search for items | /shop search <itemname/itemid> |
rs.command.sell | Sell items to a RegionShop | /shop sell |
rs.command.set | Set price and amount of the item | /shop set <shopitemid> <sell> <buy> <amount> |
rs.command.shop | Teleport to the shop warp | /shop |
rs.command.shop.teleporttoshop | Allow teleportation to specific shops | /shop <name or id> |
rs.command.transaction | Show all transactions | /shop transaction [page] |
rs.command.admin.reload | Reload configs and language files | /shop reload |
rs.command.admin.setteleport | Set TP point for /shop | /shop admin setteleport |
rs.bypass.add | Bypass owner check for adding items into a RegionShop | |
rs.bypass.equip | Bypass owner check for "fast equipe mode" | |
rs.bypass.name | Bypass owner check for renaming a RS | |
rs.bypass.remove | Bypass owner check for deleting itmes | |
rs.bypass.set | Bypass owner check for setting prices and amounts | |
rs.bypass.chestshop | Allow to look into ever ChestShop | |
rs.bypass.destroy.chestshop | Allow removal of ChestShops | |
rs.bypass.destroy.customersign | Allow removal of RS signs | |
rs.sign.customer | Creating RS signs (customer signs) | |
rs.sign.shop | Create ChestShops | |
rs.sign.customer.buy | Allow buying via RS sign (customer signs) | |
rs.sign.customer.sell | Allow selling via RS sign (customer signs) | |
rs.sign.shop.buy | Allow buying via ChestShop | |
rs.sign.shop.sell | Allow selling via ChestShop |
Wiki
Dependencies
- WorldGuard
- WorldEdit
- Vault
- Any of the Vault supported economy systems
Optional:
- Essentials
- ChestShop (only needed for converter)
config.yml
Quote from author:Please delete ALL tables inside the database if you want to use any newer Version!
More informations about the standard configuration.
More informations about the expert configuration.
Misc
- This plugin uses MCStats.
- To configure the Database check the config.yml.