BetterShop
BetterShop - The "Better" Global Shop
Version: 2.1.6.4
Global command-based shop. At a glance: buy/sell, vault-compatible, configurable stocking options, MySQL compatible, configurable item aliases, multiple shop custom interfaces (signs, chests, spout), enable/disable by regions, buy/sell by custom categories, can buy configurable kits of items, configurable item sorting, optional discount groups, can optionally buy items stacked to 64, not just at default stack, and more!
this plugin was originally created by jjfs85, but has since quit development
Features:
- any item can be bought / sold
- can define kits (with custom amounts) (can't sell)
- can define item categories (buy/sell)
- entities (animals, monsters, etc) can also be bought (can't sell)
- Spout-Compatible
- shop listing can be viewed on a popup screen
- configurable access keys, default is 'B'
- can be disabled in regions
- defined using WorldEdit selections with "/shop region define [name]"
- option in config to reverse regions, so regions are only ares where shop is enabled
- multiple interfaces available
- commands
- signs
- chests
- spout
in more detail:
Plugin Support
for economy, currently dependent on one of:
- iConomy
- BOSeconomy
- Essentials
- MultiCurrency
- (or Vault)
also supports:
- Permissions
- SuperPerms
- Spout
- Help
configurable
- Fully configurable colors and message text in config.yml file
- shoplist can have text alignment (read config for more info): <item> <l(eft-aligned)> <buy and sell info>
- uses minecraft font character spacing, so is very close to perfectly aligned in chat
- shoplist can optionally not show listing tail (or head, but recommended to leave <page> of <pages>)
- Items can be colored in the new itemsdb.yml file
- items can also be assigned custom names & aliases
- also in itemsdb.yml: kits!
- define your own kits that the shop can sell
- three examples provided, edit and add to your liking
- Configurable Options:
- max pagesize when printing shoplist
- whether to broadcast all transactions publicly
- name of the pricelist file/table
- customsort: a custom sorting order, so you can have items at the top of the shop list
- allowbuyillegal: if someone without BetterShop.admin.illegal can buy illegal items
- whether maxstack should be honored
- if used tools can be bought back
- default color for items
- and more!
shop flexibility
- shopcheck will run a name comparison check, and return all matching items
- Item sub-type support for dye colors, cloth colors, etc: magentacloth = 35:2 = cloth:magenta
- "all" is a valid amount when buying or selling: "/sell cobblestone all" or "/sell all cobblestone"
- damaged tools can be resold for an adjusted value of sellprice*(1-(damage/maxdamage))
- buystack can be given multiple items, or number of stacks: "/buystack wool 5" or "/buystack wool blackdye reddye"
- shopsellall can be given multiple items (/sell all cobble gravel flint dirt)
- plural-insensitive items: if not found, will check if plural & remove "s"
- not just items can be bought anymore: can now buy LivingEntities, like dogs (wolf)
- signs can be used for buying & selling
- first line: [BetterShop] (not case-sensitive)
- second line: action: buy [amt], buyall, buystack, sell [amt], sellall, sellstack
- third line: item (name, id, etc)
- fourth line: can define a custom price (if amount = "all", per-unit, else for total cost)
- to activate, someone with BetterShop.admin.makesign must click the sign.. the first line will change color when active
- left-click for price check, right-click to buy/sell
- if a unauthorized player destroys a block a sign is on, is canceled
- item categories
- can search for items by category (in shoplist)
- players using Spout (if installed & enabled) can use a GUI Menu for buying & selling
- default button is 'b'
- displays items in shop in top half
- item detail below with # in stock, buy/sell price, & buttons to buy & sell
- amount to buy/sell can be set in text box or with up/down buttons
administration
- Every item and subtype can be priced differently
- Disable buying or selling of an item by giving it a price of -1 (0 makes it free)
- command aliases to stop carpal tunnel
- many commands have sub-aliases.. eg. shoplist kits will run shoplistkits
- MySQL pricelist support
- MySQL pricelist can be cached for a given timespan (decreases table selects) (flatfile is cached until manually updated)
- Transaction records (MySQL or flatfile as .csv)
- Downloads mysql-bin.jar dependency automatically
- buy/sell cap in program set to 999,999,999 (not that you'd be using that much, but the cap is to prevent other errors)
- can backup the current pricelist: /shop backup
- can restore from backup: /shop restore <file>
- can import new prices in a batch from a csv (or old yml format) : /shop import <file>
- on start, can check the download page to see if there is an update available
- shop can be given a finite stock from which to buy & sell
- /shop ver[sion] to check the current version & see if there's an update
- /shop update to manually download & install the most recent version
- checks for missing & unused configuration nodes
- strings have default values if missing
- help main page integration can be disabled
- global shop can be disabled & only allow signs to be used
- can use permissions to define discounts for certain users
- uses nodes in "BetterShop.discount.xxxx"
- nodes defined in config under discountGroups
- ex: discountGroups:
- VIP: 10 # gives 10% discount to players with BetterShop.discount.VIP
- support for bukkit permissions
- built-in support for "BetterShop.(user|admin).*" nodes, so you don't have to add all of the other nodes
- plugin tracking - please keep enabled so i can see how many actually use this and if it's even worth maintaining
Commands
- /shop <command>
- for those used to a plugin having one command, this is another way to get to the following (also used for some admin commands)
- /shop ver[sion]
- shows version # and if is up-to-date
- /shop backup
- backup the database to a csv file
- /shop import <file>
- insert values from file in plugin folder
- /shop restore <file>
- clear shop & load from saved backup file
- /shop restock
- manually update stock (if enabled)
- /shop update
- OP-only command that forces update & restarts server plugins
- /shop region define <name>
- uses the player's WorldEdit selection to define a shop region
- /shop region remove <name>
- remove a region definition
- /shop region list [page]
- list current regions
- /shop chest define
- set the chest in the crosshairs to a shop chest
- /shop chest edit
- open the shop chest for editing
- /shop chest remove
- remove the chest shop status
- /shophelp (shelp) [command]
- shows you all the commands you can use, or more help on [command]
- /shoplist (sl,slist) [pagenum]
- shows a listing of items for sale (if -1, all, or full given, will show full list. (for console use))
- /shopitems (sitems)
- show full listing of items in shop, without prices
- /shopcheck (sc,scheck) <item> [amount]
- lookup a specific item so you don't have to read through pages of prices
- /shopbuy (buy,sbuy) <item> [amount]
- buy an item for the price in the shopshop ("all" is accepted as an amount)
- /shopbuyall (buyall,sbuyall) <item>
- buy all of an item that you can hold
- /shopsell (sell,ssell) <item> [amount]
- sell an item for the price in the shop
- /shopadd (sadd): <item> <buy> [sell]
- add an item to or update an item in the price list
- /shopremove (sremove) <item>
- remove an item from the price list
- /shopload (sload)
- reload prices from pricelist database
- /shopsellall (sellall) [inv] [item [...]]
- Sell all of item from your inventory (alias to command /shop sell all) (inv will not search lower 9 slots)
- /shopbuystack (buystack) <item> [item | amount]
- buy a stack of an item (usually 64)
- /shopsellstack (sellstack) <item> [item | amount]
- sell a stack of an item (usually 64)
- /shopbuyagain (buyagain,sba)
- repeat last buy action
- /shopsellagain (sellagain,ssa)
- repeat last sell action
- /shopkits (skits)
- show a listing of available kits (will be elaborated later)
- /shop alias <item>
- show the itemname, with a list of aliases
Permissions
- BetterShop.user.*
- Allows the user to use the list, sell, buy, and help commands
- BetterShop.admin.*
- Allows the user to use the add, remove, and load commands
There are other nodes that allow only more specific permissions, but I recommend using the above.
- BetterShop.user.list
- look through shop listing of prices
- BetterShop.user.check
- check the price of item(s)
- BetterShop.user.help
- view ingame help menu
- BetterShop.user.buy
- buy items from the shop
- BetterShop.user.sell
- sell items to the shop
- BetterShop.user.spout
- for spout screen access
- BetterShop.admin.add
- add/edit items to/in the shop
- BetterShop.admin.remove
- remove items from the shop
- BetterShop.admin.load
- reload configuration & pricelist
- BetterShop.admin.info
- show shop stats (only version number right now)
- BetterShop.admin.illegal
- gives the ability to purchase 'illegal' items
- BetterShop.admin.backup
- backing up and restoring the pricelist
- BetterShop.admin.restock
- manually restock (if item stock is enabled)
- BetterShop.admin.makesign
- make/remove a bettershop sign
- BetterShop.admin.region
- define/remove shop regions
- BetterShop.admin.chests
- define/remove chest shops
-
View User Profile
-
Send Message
Posted Mar 19, 2012I would first like to commend jascotty2, on the most comprehensive shop, store, material distribution system I have ever read about.
I would love to add "or used" to the end of my last sentence, which is what brings me here. I am running a Bukkit 1.2.3-R0.2 server using bukkitpermissions and this plugin.
I log into my server as admin/op and I have all the functionality of this plugin meaning every command works except being able to /buy or /sell anything. I have set initial stock levels to 2 and when I request a price, the proper inventory amount and price are displayed but, when I try to purchase the item, I receive the " cannot be bought " or when I try to sell I receive " has no value to me. No thanks".
I manually added BetterShop.admin.* to the PermissionsBukkit/config.yml, for extra measure.
Any idea what the cause is?
-
View User Profile
-
Send Message
Posted Mar 17, 2012how do i set it up in permissions so only vips can use the sign shops
-
View User Profile
-
Send Message
Posted Mar 15, 20121. I have the same kind of errors, plus some more issues i want some answeres to :)
When buying i get... 07:50:11 [SEVERE] [BetterShop] Failed to debit player And when selling, i get... 07:50:39 [SEVERE] [BetterShop] Failed to credit player Both of them complains about: java.lang.NullPointerException at me.jascotty2.bettershop.BSEcon.bankTransaction(BSEcon.java:348)
I have Vault and iConomy, both newest update, and i don't use BOSE....
2. People can't use /sl from outside of shop-region, right... because the config says so!, but they still CAN use "/shop list"...
After what i know, /sl is just an alias of "/shop list", how is that possible?
3. When trying to buy "Chainmail"-equipment i get a message about that i am not able to have more than "0" of that item. Is there anywhere i can change this? Still the log from Bettershop says that i have already bought the item. No other errors noticed.
I need a soloution fast, thanks for a great plugin! Good luck!
-
View User Profile
-
Send Message
Posted Mar 15, 2012@TuFF169
Me, too;;
2012-03-14 19:14:08 [SEVERE] [BetterShop] Failed to debit player java.lang.NullPointerException
-
View User Profile
-
Send Message
Posted Mar 14, 2012Shop seems to be functional now, Except for now everytime someone buys/sells an Item, it sends a large SEVERE error. Here's the error: http://pastebin.com/i0ucZHMn
-
View User Profile
-
Send Message
Posted Mar 10, 2012I've found 2 other plugins that interfere with this plugin.
Multiverse Portals and Lumberjack both give this message when running on the server and a player attempts to access the shop GUI:
[SEVERE] [BetterShop] Missing: an economy plugin supported: iConomy 4,5,6, BOSEcon 4,5, MultiCurrency, EssensialsEco
They have been removed, and the issue becomes resolved. I rather have the shop running.
-
View User Profile
-
Send Message
Posted Mar 9, 2012Worldborder and TerrainControl have the same interfere issue.
Hope it helps you to nail down the problem.
-
View User Profile
-
Send Message
Posted Mar 9, 2012I get that Economy Error with a lot of plugins. :( Its not only Essentials. Citizens does same for example.
But yeah your awesome Plugin is more important anyway :)
-
View User Profile
-
Send Message
Posted Mar 8, 2012Essentials appears to interfere with this plugin when using iConomy. It gives the error: [SEVERE] [BetterShop] Missing: an economy plugin supported: iConomy 4,5,6, BOSEcon 4,5, MultiCurrency, EssensialsEco
Waiting on an update, Thanks so much!
-
View User Profile
-
Send Message
Posted Mar 8, 2012@Wu_Zhao
same here... please fix it!
-
View User Profile
-
Send Message
Posted Mar 7, 2012The chest feature of this plugin seems very buggy.... half the time I can take items in and out of the chest and never be charged for it... really disappointing as I had high hopes for it!
-
View User Profile
-
Send Message
Posted Mar 6, 2012Would it be hard to implant somekind of GUI to this mod ?
-
View User Profile
-
Send Message
Posted Mar 6, 2012Nice an update ;)
-
View User Profile
-
Send Message
Posted Mar 6, 2012@Wu_Zhao
I had same message...plz;;
-
View User Profile
-
Send Message
Posted Mar 5, 2012I get:
2012-03-06 05:26:15 [SEVERE] [BetterShop] Missing: an economy plugin supported: iConomy 4,5,6, BOSEcon 4,5, MultiCurrency, EssensialsEco
When i try to buy/sell ingame etc
But i do have iConomy Latest Edge: 6.0.9b And server: #2037 - 1.2.3-R0.2
But thats the only error in consolle, it seems to load without all other errors as i had in 2.1.1 so thats good :)
I also restarted 3 times to see if it helps, but it dont. =/
-
View User Profile
-
Send Message
Posted Mar 5, 2012@Nomad7 when 1.2 come out you can replace , or " to shop add in your price.txt.
and then just paste them in console..
eg. "stone","100"
> shop add stone 100-
View User Profile
-
Send Message
Posted Mar 5, 2012I haven't experimented with this yet but I'm looking for a potential replacement for GiantShop since its future seems uncertain. We don't use signs on my server, so I'm just looking for a good chat-based global shop, and this looks like it might suit our needs a bit better than GB.Shopper.
My question is, will I be able to port over my prices list (data.csv) from GiantShop?
I ask because someone came up with a very handy spreadsheet for GiantShop with macros which automatically adjust the prices of crafted items based on the prices that are set for the ingredients, and a couple other cool things. Basically I'd like to be able to carry over the hours I spent tweaking that spreadsheet, and still have the flexibility to use it for future price changes as well.
-
View User Profile
-
Send Message
Posted Mar 4, 2012UPdate PLEASE love this plugin
-
View User Profile
-
Send Message
Posted Mar 3, 2012same error as on R4 -.- We must wait till he update it
-
View User Profile
-
Send Message
Posted Mar 1, 2012Work with R6?
Plz...