This is a fully recode of the abonded plugin Auctions. With Auctions you can able your users to auction their items to other players.
- Tested Minecraft Versions:
- 1.15
- 1.16
Recommended for users:
auctions.main
auctions.start
auctions.info
auctions.bid
auctions.ignore
auctions.queue
auctions.claim
Recommended for users with special permissions to prevent abuse:
auctions.end
auctions.cancel
Recommended for teamer:
auctions.impound
auctions.reload
- Hover the item to see more informations while the auction.
- Feature in this recoded version only: Through world groups you are able to allow multiple auctions in different playing modes with preventing items from switching between these modes.
- Feature in this recoded version only: Items are getting stored when winner isn't in the right world group. The winner can claim his items when he is back. /auc claim
- Costs to end or cancel an auction.
- Better design of the hover element.
This plugin is still in beta. There could be bugs. Please do not rate with lower amount of stars instead of contacting me directly to report them.
Code (Text):canBidOnOwnAuctions: false
maxQueue: 2
auction_cancel_cost: 0
auction_end_cost: 0
base_increment: 5
maxTime: 60
toggledPlayers:
- Notch
groups:
world_group_1:
- world
- world_nether
world_group_2:
- world_the_end

Auctions Recoded BETA | v.2.6.5
let your users auctioning their items :-D
Recent Updates
- Changes Oct 24, 2020
- Little config fix Oct 23, 2020
- Bug Fixes Aug 24, 2020
Recent Reviews
-
VenomousMafia
- 4/5,
Amazing plugin would really like to see it be updated to 1.16.4 soon since thats what most servers are updating to now
-
szmaragdowu
- 3/5,
Would really love to have that plugin on my server but does not work on 1.16.3 paper
```[18:03:46 WARN]: Unexpected exception while parsing console command "auctions"
org.bukkit.command.CommandException: Cannot execute command 'auctions' in plugin AuctionsRecoded v2.6.5 - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.3.jar:git-Paper-253]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.3.jar:git-Paper-253]
at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:802) ~[patched_1.16.3.jar:git-Paper-253]
at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchServerCommand(CraftServer.java:764) ~[patched_1.16.3.jar:git-Paper-253]
at net.minecraft.server.v1_16_R2.DedicatedServer.handleCommandQueue(DedicatedServer.java:405) ~[patched_1.16.3.jar:git-Paper-253]
at net.minecraft.server.v1_16_R2.DedicatedServer.b(DedicatedServer.java:372) ~[patched_1.16.3.jar:git-Paper-253]
at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1211) ~[patched_1.16.3.jar:git-Paper-253]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:999) ~[patched_1.16.3.jar:git-Paper-253]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-253]
at java.lang.Thread.run(Thread.java:834) [?:?]```
```
Also I would really love to have a lang.yml file .
TY for doing this plugin -
RedstoneSam
- 4/5,
Great plugin. Only issue Ive found is that if you do /auctions 1 1 1 instead of /auctions start 1 1 1, there isnt anything telling you that you've typed the command wrong.
I also think there should be shortened versions of the commands, like /auc s for /auctions start and /auc c for /auctions cancel.
Apart from that great recode :)-
Author's Response
Yea, your right. I will do. Thanks for the great review :3 I will update that as soon as possible ^^
-
HorrendousEntity
- 5/5,
Thank you for taking the time to continue an abandoned project, although it's just the release, based on the pictures I'm sure you deserve this. Good Luck!
-
Author's Response
It has the same functions like the original one. But everything is coded by myself. And I added features which are only included in this recoded version. I only used the same design of the messages, colours &e, &b and &f to give the users and myself the same feeling :-D Thanks for 5 stars.