AShops
Version 2.3 is now available!
AShops allows players to sell and buy items with a chest. Unlike many other shop plugins, it doesn't use signs to represent a shop offer. Instead, it uses chest inventories and item descriptions and thereby makes possible to sell or buy (or both) items of different types using only a single chest. It means less chests and time spent on creating shops. Using description as an offer details source makes shopping also more friendly than reading a raw text from a sign, and by representing an offer as a real item, not only it is easier to find what you need, but it also allows you to sell/buy the exact item you have in your inventory, with all data it contains.
(prepared by Lambert from Bosnia and Herzegovina)
What's new in 2.0?
- New shop interface! You don't have to use commands anymore. (see the next section for more info)
- Transaction notifications work even when a shop owner is offline.
- + old features: income taxes, shops limits, minimal price limits, server shop account.
How to use the new interface?
- To create a new shop you have to place a chest and attach a sign to it or above it. For a player shop set first line to :as:, for a server shop: :ass:.
- To manage your shop (add offer, open/close it, remove it) shift-right-click on the sign and use menu icons. Read icon descriptions for more info on manager options.
- To sell/buy items from other players' shops left click on a shop sign and then on an item you want to buy/sell. Read icons' descriptions for more info on trade options.
- To load/collect items from/to your shop left click on a shop sign and then on an offer's icon. If you manage other players' shops or server shops, you will have to use a right mouse button to manage an offer.
- You still can use commands to create and manage shops. Use /ashops command to list all available commands.
How to install this plugin?
- Place AShops.jar file in the /plugins/ folder.
- Set database to MySQL in the bukkit.yml file in a server main directory.
database: username: userName isolation: SERIALIZABLE driver: com.mysql.jdbc.Driver password: databasePassword url: jdbc:mysql://hostName/databaseName
- Make sure you set the following properties to the correct values: username, password, url.
Permissions
- ashops.operator - a set of permissions for a server operator.
- ashops.manager - allows to: create a new player shop for other players.
- ashops.player - a set of permissions for a player.
- ashops.servershop - allows to: create a server shop.
- ashops.playershop - allows to: create a player shop.
- ashops.buy - allows to: buy items from shops; buy items in own shops if a player has also permission to create one.
- ashops.sell - allows to: sell items to shops; sell items in own shops if a player has also permission to create one.
- ashops.free - allows to: create player shops for free.
- ashops.unlimited - allows to: create create any number of player shops.
- ashops.anyitem - allows to: sell or buy any item.
- ashops.anyprice - allows to: sell or buy items for any price.
To the Users of previous versions
AShops 2.0 is not backward compatible. We changed a database system to more reliable one and now we have to use other structure of tables. AShops doesn't support a flat files storage system anymore - now it works only with MySQL databases and, hopefully, it will support SQLite soon. All features that used WorldEdit will be released as a separate file.
I decided to put this project in the inactive state. Main reason for that were longtime bugs in Bukkit, that render my idea unable to reach the mature state. I'm sorry I'm not going to fix any new issues. I found it a waste of time, since this project can evolve further. I made many attempts to find a way to achieve certain goals with this plugin, but for now there's not any. It's due to bugs in custom inventories API. I need them in order to make this plugin fully operational, lightweight tool for minecraft server, I aimed for at the begging of my work on this idea.
Should something change, I'll work on this project again. It will support both MySQL and SQLite (a single file storage system), item's quantity data stored in the database will be removed and implemented as an actual number of items in a chest (it will reduce capacity, but introducing double chest should help, plus the database will have to store less data). I found new menus a little bit complicated, so they will be reorganized (and that's another point of this project where I need a fully working custom inventories). I really hope I will be able to get this project to this final state.
so I have downloaded a shops nnow what do I do?
this is by far the best shop plugin don let it die!
Update to 1.7 this plugin please.
when come´s the update to 1.7
Ok guys, I'm no longer interested in supporting this dead plugin with tons of bugs. I lost contact with Austin, and much likely he doesn't like to continue this plugin anytime soon. Because I can't change anything on this site by myself, also I can't update this plugin, I'm leaving.
Ask Austin for the support, if someone is able to catch him as "online".
Thanks. And Goodbye.
From now, I'm answering only to PMs, if you need some support still. I will be here very rarely from now.
@brenap07
Ashops works great with 1.7.2/1.7.4/1.7.5
@httpkz
I'm not developer of the plugin, and I simple can't do anything to fix some things, but I really want. You should spam Austin, maybe it will remind him that he has plugin that need fixes.
@krisukun
The most part of servers on fashions and this problem does impossible Ashops use on them. It is necessary to think up the simple decision.
please update to 1.7.2 i really like it but my server is 1.7.2
@MrCobayo
Leave this. Config file in ashops folder is only for a few things, but it is neccesary for the plugin, mysql setup is in bukkit.yml
@httpkz
Ashops isn't really prepared for mod support - so we can't officialy support mods at the moment. It may work good with mods and mcpc+, but we generally won't fix bugs related to mods. This plugin needs many major fixes related to standard features, bugs from mods are far away on this list...
I found a bug when using pipes from fashion of BuildCraft subjects are extended
@krisukun
but i have other config in this archive... no is a problem if delete this?
@MrCobayo
You must have mysql database to get this plugin work.
After you put plugin into your /plugins folder, go to the your server root folder, find bukkit.yml - open this with any text editor and put your mysql parameters (username, password, database url and database name) - you have template in "How to install this plugin?" section.
I don´t understand how configure the database. I put the jar in /plugins, and now?
ok tested it and it works great thanks
@wdele
It's great news :D Can you share your solution, or it's just start to works itself?
@tremby90
Generally, it should works. I've tested version 0.5 with MCPC plus and pixelmon and everything works great. I don't know if ashops 2.X still works with MCPC plus and pixelmon and other mods. You can check it with yourself, or wait until tomorrow, I will test this case.
How does that affect the shops ? A single chest shop has inventory of 1 as it was. I still cant place 2 chest next to eachother. ???
@krisukun @Peragna Yes! It works! :)
Hello this is my fav shop plugin just wondering will this work with pixelmon like could i sell poke balls and stuff?
@krisukun @Peragnga It still doesn't work :(
This is what the 'database' section of my bukkit.yml looks like:
database:
username: username
isolation: SERIALIZABLE
driver: org.mysql.JDBC
password: password
url: jdbc:mysql://localhost:3306/database
The 'username', 'password' and 'database' are of course replaced with that values. MySQL runs on port 3306 on that server, so... I don't understand why it doesn't work.