iAuction
Current Version : 5.0

Thanks to Sukuido for the brilliant banner and logo
News Update:
iAuction 5.0.0 has been released!
Get it now from the downloads page
Usage
Check the commands page for general usage
Installation & Configuration
Move the iAuction command to the plugins folder along with the latest version of Vault and the economy of your choice
Run your server once to generate configuration
Configure using the pages Here
-
View User Profile
-
Send Message
Posted Oct 23, 2012@NorthAntrim
What he's trying to say is, in your lang.yml file you will see
Just copy and paste the enchantments: '&9....' bit into the info section and delete the item: section so it will now look like this:
-
View User Profile
-
Send Message
Posted Oct 13, 2012@wolfenguard
For the not showing in chat, players must use the /auction listen/mute command.
-
View User Profile
-
Send Message
Posted Oct 13, 2012Having problems with auction not showing in chat or the price showing incorrectly not he price... it goes to default set price. Usng bukkit 1.3.2
-
View User Profile
-
Send Message
Posted Oct 11, 2012Still having trouble to start an auction that isnt showing default numbers.
./auction s 60 56 1 150
60 is the time, 56 is the item, 1 is the amount, 150 is the price
Am I still not doing it right? The /auction help doesnt really help as much as the old one did.
-
View User Profile
-
Send Message
Posted Sep 10, 2012Thread cleaned up. Stay nice.
-
View User Profile
-
Send Message
Posted Aug 25, 2012@NorthAntrim
Ah that is just a typo in one of my default configs.
In your lang.yml change item.enchantments to info.enchantments
-
View User Profile
-
Send Message
Posted Aug 24, 2012Very nice indeed. Any way to see what enchantments are on an item though? It just says 'Missing Language config : info.enchantments
-
View User Profile
-
Send Message
Posted Aug 21, 2012@shanksy97
The Command structure changed in the new version. Try using /auction help to get the new structure
-
View User Profile
-
Send Message
Posted Aug 13, 2012No matter what i do its always stuck on 60 seconds and price as 10. What am i doing wrong? Thanks for the great plugin it still works fine otherwise though
-
View User Profile
-
Send Message
Posted Aug 13, 2012@rob4001
Your listeners aren't working because they haven't been registered: http://wiki.bukkit.org/Introduction_to_the_New_Event_System#Registering_Events_in_Plugin Your case is "Registering Events with Plugin as Listener"
So,
public class iAuction extends JavaPlugin { becomes public class iAuction extends JavaPlugin implements Listener{
and you need to put: getServer().getPluginManager().registerEvents(this, this); inside onEnable.
I could be wrong... but that's what I can see. It seems like your listeners are not doing anything at all right now. You'll probably need to add a few imports too.
-
View User Profile
-
Send Message
Posted Aug 13, 2012@incredinex
I'm using the vault build form 4 hours ago and version 4.3.1 of this, same thing is still happening. New blocks like emerald ore and emerald block work fine too, just seems to be potions. I'm not bitching or anything, just figured I'd put it here in-case someone else had same problem.
-
View User Profile
-
Send Message
Posted Aug 13, 2012@Vitrify
The system is supposed to work that way but atm is a bit buggy.
-
View User Profile
-
Send Message
Posted Aug 13, 2012I just had Rob look into it and he said that bukkit hasn't implemented access to the book contents quite yet, so just don't auction them, or expect their contents to get wiped. floAuction has the same issue; we just can't support written books at this time.
-
View User Profile
-
Send Message
Posted Aug 11, 2012Auctions only work when a player has typed /auction listen. Is there any way to make it on by default and only turn off if they type /auction mute?
-
View User Profile
-
Send Message
Posted Aug 10, 2012Yo rob, you heard anything about auctioning wiping the contents of books?
-
View User Profile
-
Send Message
Posted Aug 10, 2012@rob4001
Technicalities, friend. iAuction supports 1.3 items just fine...as long as you have an up to date item library (i.e. Vault).
Vault's dev builds have had at least most of the items since 216: http://ci.herocraftonline.com/job/Vault/
-
View User Profile
-
Send Message
Posted Aug 10, 2012@leponder
@PorpoiseBrock
ATM iAuction doesnt support 1.3 items as it takes it's items from the Vault API. Please wait for Vault to update to a 1.3 build before coming here with errors.
-
View User Profile
-
Send Message
Posted Aug 7, 2012Been testing in 1.3.1, enchated stuff still works fine but seems like potions throw an error. (it printed backwards in spacebukkit btw, so read bottom to top)
It's gives an error when try to auction one, but doing '/auction end' returns it just fine.
-
View User Profile
-
Send Message
Posted Aug 2, 2012Does not work properly in 1.3
-
View User Profile
-
Send Message
Posted Jul 28, 2012Tekkit support would be epic as well.