
Auctioneer-
A simple chat based auction plugin for items in Beta 1.7.3 Minecraft with lots of settings for total control of its behavior.
- Загрузки
- 93
- Подписчики
- 1
- Обновлён
- 29 января 2026 г.
- Лицензия
- MIT
Опубликован 29 сентября 2025 г.
Auctioneer
Auctioneer is a simple chat-based auction plugin for Minecraft Beta 1.7.3, built on Project Poseidon.
It lets players auction off items they’re holding, with configurable settings and economy support.
Features
- Start auctions with
/auction <price> - Live bidding through chat
- Configurable auction time, bid time increases and item blacklist
- Optional minimum bid increase (after first bid)
Requirements
Installation
- Download
Auctioneer.jarfrom the releases. - Drop it into your
pluginsfolder.
2.1. If updating from a previous version either regenerate your config file by deleting it in
plugins/Auctioneer/config.ymlor adding the new config.yml text and value - Make sure Poseidon is installed.
- Restart your server.
Usage
Start an auction:
/auction <starting_price> <minBidIncrease>
Begins an auction for the item you are holding.
A 5$ as the minimun bid increase will increase every bid by 5$
A 5% will increase by 5% of the starting bid.Place a bid:
Type your bid amount in chat during an active auction.
/bid <amount>Auction rules:
- Only one auction can run at a time.
- Minimum bid increment applies only after the first bid.
- Blacklisted items cannot be auctioned.
Configuration
The config file (plugins/Auctioneer/config.yml) lets you adjust:
- Auction duration
- Blacklisted items
- Minimum bid increase
Development
This plugin is designed for Minecraft Beta 1.7.3 and was designed for Project Poseidon. It may not work with other server types or newer versions.
Building
You can build the plugin using Maven:
mvn clean package
If you get issues with building try installing the Economy libraries you need into your IDE or Local Maven Repo
Ченджлог
1.0.6Релизb1.7.3 · 29 января 2026 г.
This release is a combination of 1.0.5 and 1.0.6 patch notes due to an issue with spigot maven repo & github actions.
What's Changed
- 1.0.5 by @Garsooon in https://github.com/Garsooon/Auctioneer/pull/10
- Fix starting auction above the max start price temporarily freezing the plugin by @svgaming234 in https://github.com/Garsooon/Auctioneer/pull/11
- Make join message more descriptive, fix inconsistent rounding by @svgaming234 in https://github.com/Garsooon/Auctioneer/pull/12
- Console improvements by @svgaming234 in https://github.com/Garsooon/Auctioneer/pull/13
- Add adjustable minimum and maximum bid increase and minimum start price by @svgaming234 in https://github.com/Garsooon/Auctioneer/pull/14
New Contributors
- @svgaming234 made their first contribution in https://github.com/Garsooon/Auctioneer/pull/11
Full Changelog: https://github.com/Garsooon/Auctioneer/compare/1.0.4...1.0.6
1.0.4Релизb1.7.3 · 29 сентября 2025 г.
Adds
- Durability to broadcast
- Automatic stuck auction cleanup
- Manual auction reset command
- Player join notifier message style change (Thanks Notexe)
- Decimal limits to second place
- Configurable max start price
- Ongoing auction message on join
- Clay ball and Clay block distinction
- Full inventory fallback
Fixes
- ZCore economy
Комментарии
Загружаем…