ItemAuction [v0.6.5]

I have got an error with the plugin any suggestions.

[13:28:59] [Server thread/ERROR] [Sponge/]: Error occurred while executing command ‘bid Meremoth 1’ for source EntityPlayerMP[‘Domino05’/422, l=‘world’, x=-576.15, y=69.00, z=862.08]: org.spongepowered.api.service.economy.EconomyService.getAccount(Ljava/util/UUID;)Ljava/util/Optional;
java.lang.NoSuchMethodError: org.spongepowered.api.service.economy.EconomyService.getAccount(Ljava/util/UUID;)Ljava/util/Optional;
at io.github.hsyyid.itemauction.cmdexecutors.BidExecutor.execute(BidExecutor.java:69) ~[BidExecutor.class:0.4]
at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:331) ~[CommandSpec.class:1.8.9-1763-4.1.0-BETA-1213]
at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:331) ~[SimpleDispatcher.class:1.8.9-1763-4.1.0-BETA-1213]
at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:268) [SpongeCommandManager.class:1.8.9-1763-4.1.0-BETA-1213]
at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:83) [bd.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:815) [lm.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:794) [lm.class:?]
at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:37) [ie.class:?]
at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(SourceFile:9) [ie.class:?]
at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:106) [PacketUtil.class:1.8.9-1763-4.1.0-BETA-1213]
at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:51) [fh$1.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fh$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_73]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_73]
at net.minecraft.util.Util.func_181617_a(SourceFile:44) [g.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:660) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344) [ko.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_73]

This plugin is not updated for API 4.0

Okay thanks for your fast response

I’ll update it later today

Okay thanks so much will be looking forward to it.

1 Like

Release v0.5:

Tested on SpongeForge 1220

Changes:

  • Updated to API 4.0

Enjoy this update! :smile:

  • Auctioning working.
  • Bidding, surprisingly working.
  • Acceptbid {name} - not working. says bid is not found.

If a user tries to bid again, they can not. Error displays “you can not bid multiple times”.
^ User’s should be able to bid multiple times, especially to out bid other users.

If the same user tries to auction again, users can still not “bid multiple times”.

[+] Auction’s should expire.
[+] Auction’s should display bids publicly so that other users can bid higher or be configurable.
[+] Multiple bids should be allowed or configurable.

  • No errors in console.

I have got the same problem now as Ren Bid is not found.

Release v0.6:

Tested on SpongeForge 1220

Changes:

  • Major bug fixes… with everything.

Commands

/itemauction - Main command of plugin, it will return the version installed.
/ia auction <price> - Puts the item in your hand on auction.
/ia cancelauction - Ends your current auction.
/ia bid <player name> <price> - Places a bid on the specified player's auction.
/ia acceptbid <player name> - Accepts the bid from specified player, if it exists.

Permissions

itemauction.command.use
itemauction.command.auction
itemauction.command.cancelauction
itemauction.command.bid
itemauction.command.acceptbid

Enjoy this update! :smile:

Sponge 1220.
Item Auction 0.6

No commands are working.
/auction
/bid
None of the commands are found.

No errors in console.

@Ren

I changed some stuffs.

Also, please redownload ItemAuction v0.6, I had to update the download.

1 Like

“Do /acceptbid {name} to accept this bid” needs changed to “Do /ia acceptbid”

Upon using /ia acceptbid {name}, the bid is not found.

The command /ia cancelauction does not exist.

Upon doing an auction, I accepted a bid, it was “not found” and now I can not create a new auction or cancel the current one :stuck_out_tongue:

All right, I’ll do some more testing.

Edit: @Ren you did redownloading v0.6 like I asked, correct?

Release v0.6.1:

Tested on SpongeForge 1221

Changes:

  • Major bug fixes with /ia acceptbid

Enjoy this update! :smile:

@Ren please test out v0.6.1, if you have time :slight_smile:

1 Like

Thanks for all your hard work. It is now working great on my end V0.6.1

1 Like

For some reason I missed this. I will test it here in a sec :blush:

1 Like

@HassanS6000
Works like a charm!
Thank you as always!

1 Like

I would suggest adding a command to silencing the auction so anyone who uses the command disables receiving the messages, as some people don’t like the chat spam. For example: /ia ignore and /ia unignore

1 Like