WebAuctionPlus
WebAuctionPlus - eBay for Minecraft!
A minecraft/bukkit shop plugin for your website! This is a rewrite of the original WebAuction with many new features and improvements. I've made to many improvements to the code to list on one page. Many of my plans require big changes and a lot of new code. As with any new code, bugs are to be expected, so please bare with me and report any bugs you come across.
Note: It is strongly recommended you backup your database before using or updating this plugin. Some of the bug fixes and performance improvements I'm making require big changes to the database. The WebAuctionPlus plugin will convert and update the database automatically the first time it's run.
New virtual inventory MailBox has been added with the update of Minecraft 1.3 and WebAuctionPlus 1.1. When a player right clicks on a MailBox sign, it opens up their virtual mailbox inventory and locks their website account to prevent item dups. When they close their mailbox, it updates their inventory and unlocks their website account. NOTE: This feature is new and running single threaded. If you experience lag related to this, I can see what I can do to make it multi-threaded.
Requires: Vault - http://dev.bukkit.org/server-mods/vault/
Requires: Web server with PHP and MySQL
Optional: SignLink - http://dev.bukkit.org/server-mods/signlink/
A few improvements by lorenzop
- new ajax listing code (fast!)
- new virtual inventory mailbox
- all new web interface
- all new item deposit/withdraw code
- database connections are handled better
- connection pool limits can be set in config
- task update times are now configured in seconds
- tasks can be disabled by setting the update frequency to -1
- new announcement system
- added "/wa reload" and "/wa save" commands
- accounts can be created or passwords changed from the console
- multi-language support
To do
- server shops (unlimited stock improved)
- better support for vault economies
- custom description for items being sold
- wish list / auto sales
- track all wa signs to prevent unauthorized signs
Youtube Videos
Languages
If you'd like this plugin translated to another language, feel free to download the en.yml file from the link above, translate it to your own language, and send it to me.
Signs
WebAuctionPlus signs can be created by placing a sign with [WebAuction], [WebAuction+], or [wa] on the first line. Case doesn't matter, the plugin will fix it for you.
Note: you cannot use the deposit mailbox sign while in creative mode. this shouldn't ever be needed in the normal operation of the plugin, so as a general protection, it's always denied.
Note: withdraw mailbox signs can now have a quantity of stacks on the last line, or leave it blank for all mail.

SignLink
- %waTitle - items name
- %waPrice - price each
- %waSeller - sellers name
- %waType - Buy Now or Auction
Source Code
Development Builds
Development Builds can be found at the link below. Development builds aren't approved by the bukkit team and they might be buggy.
Commands
- /wa password <apassword> - Changes your Web Auction Plus account password, or creates an account if you don't have one. This command can also be used from console in the format: wa password <playername> <apassword> and short-hand aliases "pass" or "pw" can be used in place of "password". For example, /wa pw mypassword123
- /wa mailbox - Opens the WebAuction mailbox.
- /wa deposit <amount> - Deposit money into your Auction account.
- /wa withdraw <amount> - Withdraw money from your Auction account.
- /wa reload - This feature is currently broken and disabled. It will be working again soon.
- /wa update - Forces recent signs to update. Also updates SignLink signs.
- /wa version - Displays the current running version of Web Auction Plus.
Permission nodes
note: these may change at some point
- wa.use.mailbox (use mailbox sign)
- wa.use.deposit.money (use money deposit sign)
- wa.use.withdraw.money (use money withdraw sign)
- wa.use.command.mailbox (use the mailbox command)
- wa.use.command.deposit (use the deposit command)
- wa.use.command.withdraw (use the withdraw command)
- wa.announcer.receive (can see auto announcements)
- wa.password.create (can create a new account)
- wa.password.change (can change their password for an existing account)
- wa.canbuy (can buy from web auction)
- wa.cansell (can sell with web auction)
- wa.create.sign.mailbox (create mailbox sign)
- wa.create.sign.deposit (create money deposit sign)
- wa.create.sign.withdraw (create money withdraw sign)
- wa.create.sign.shout (create a new auction shout sign)
- wa.create.sign.recent (create a recent auction sign)
- wa.webadmin (user account is admin on the website)
- wa.remove (remove WA signs)
- wa.reload (reloads the WebAuctionPlus config)
How to Install
Join us and chat some time on our irc channel. #webauctionplus on esper.net webchat.esper.net
Plugin Usage
As I've said in comments, I don't agree with the mojang buyout. as much as I've enjoyed working on this plugin and want to see it continue, I'm no longer doing all the work. MarioG1 has stepped up to work on the plugin. I may still help somewhat if he wants, but I'm passing the torch to him as the lead. good luck, hope you write some good code and features.

-
View User Profile
-
Send Message
Posted Dec 18, 2014My webauctionplus version number is 1.2.2 here is the link to the store: http://item.dicecraft.de/ enchantings works great but costum names and Lores are not work. I can upload Items with lores and Custom names. But wehn i create an auction with the Items with custom names and lores are wehre delete.
-
View User Profile
-
Send Message
Posted Dec 18, 2014i have webauctionplus 1.2.2 installed, the plugin is running fine on bukkit, but if i try to go to the web page the whole page is white, I wil say look for you self http://alphacraft.nl/webauctionplus/ (spigot 1.8, apache with php)
-
View User Profile
-
Send Message
Posted Dec 17, 2014@Ste3etC0st
Which version of WA are you using?
-
View User Profile
-
Send Message
Posted Dec 17, 2014Custom Item Names & Lores are not working for me (Spigot 1.8)
-
View User Profile
-
Send Message
Posted Dec 16, 2014@Adzdon
It should also work with 1.7 but I haven't tested it yet.
-
View User Profile
-
Send Message
Posted Dec 16, 2014Will this new update work for 1.7.10 too?
-
View User Profile
-
Send Message
Posted Dec 16, 2014@Jahb57
You can change that in the MySQL database in the WA_Settings table.
-
View User Profile
-
Send Message
Posted Dec 16, 2014Is there A way I can change the currency on my server we use G (Gold) Instead of $ (dollar)
-
View User Profile
-
Send Message
Posted Dec 16, 2014Yay thank you! :)
-
View User Profile
-
Send Message
Posted Dec 16, 2014@MarioG1
Hooray, WebAuction lives!!!! :D
-
View User Profile
-
Send Message
Posted Dec 3, 2014@MarioG1
Cheers!!!
-
View User Profile
-
Send Message
Posted Nov 28, 2014I proudly present WebAuction+ for Bukkit/Spigot 1.8 R0.1
You an download it here.
You can find the source code here.
-
View User Profile
-
Send Message
Posted Oct 21, 2014Hi
I've updated WebAuction to support UUID's.
You can download it here.
If you want full UUID support you have to use CraftConomy.
Please backup your iConomy and WebAuction Database before installing this. I don't had time to test everything!!! There might be bugs, If you find any please pm me.
For those who don't trust me you can find the source code here to compile it yourself.
-
View User Profile
-
Send Message
Posted Oct 13, 2014I was fine with the dmca. if the craftbukkit server must go away, it'll set things back but plugins can still continue using the bukkit api, and a new server will eventually take its place. that was with the understanding that minecraft would hopefully one day become open source. that was before the microsoft buy-out. I don't agree with this, and I wont continue developing plugins for this game. the current version of web auction plus can stay, as well as all of the code. if someone else wants to take over the project, I'll pass it on to them once I know they can handle it and do good work. I'll even hand over a copy of my unfinished update. as for me, it's clearly time to move on from this. my non-minecraft projects are doing well and need my attention. I'll be around, cya.
-
View User Profile
-
Send Message
Posted Oct 13, 2014Hey, I am really happy with this plugin. I have a server with mods and now I'm about to add mods items. It is easy to put in the codes, but how do I take a picture with a withe background like yours?
-
View User Profile
-
Send Message
Posted Sep 23, 2014@lorenzo_p
I hope we will see this plugin on 1.8 on Sponge or whatever will replace bukkit/spigot.
And you are not the only plugin dev, server owner and or minecraft player who is waiting at the moment. Most of us don't agree with the stuff what happened to bukkit. Wolverness DMCA claim was an big mistake but I don't want to talk about this...
I know that you are p** of all this. It will be lots of work to port all this plugins to a new API but I think it's worth it and I just want to say:
You are not alone
-
View User Profile
-
Send Message
Posted Sep 22, 2014I love playing minecraft, and I love coding. I have something in my workspace only inches from being ready for testing. I would like to see all the bugs fixed, and the plugin continue, as well as minecraft and bukkit, but here's the thing.. I don't agree with recent events. it may mean waiting endless months or years or something new to come along, but for now, we wait and see what happens with minecraft. if enough servers still want this, maybe I can be talked into continuing work on the plugin.
-
View User Profile
-
Send Message
Posted Sep 10, 2014the code I've been putting together recently is basically code taken from the 3.0 version I was working on. since it was experimental, I'm taking what worked best from it to make 1.2 . I do have something very close to ready for testing, although not yet usable on live servers. when it's ready, I'll post a snapshot.
unfortunately it seems there may not be a craftbukkit 1.8 update. if the lawyers can sort things out, maybe eventually we'll get an update. if not, very sad, but we can continue on. web auction plus will continue to be worked on and updated in the future, for use with the latest available bukkit version. when the minecraft api is eventually ready, we'll see you there.
if the dev.bukkit.org website is ever taken down, I'll move everything to webauctionplus.com
-
View User Profile
-
Send Message
Posted Sep 9, 2014@lorenzo_p
I'm glad to hear. I hope you guys will have 3.0 out later.
-
View User Profile
-
Send Message
Posted Sep 4, 2014the future of bukkit is currently up in the air. there are many rumors going around, but nothing has been remotely confirmed. we may have to wait for official answers, but I wouldn't freak out just yet. it's still possible we'll get a 1.8 update. as of now, work on this plugin continues. more to come soon.