This plugin is no longer maintained. Support is no longer provided and updates will not be issued. If you would like to take over the project, please contact me.
Auction items. What else would you want in a simple auction plugin?
Why...?
As a developer I get tired of trying to find a plugin that simply does what I'd like it to do (such as simple auctions). When this occurs I tend to create a small plugin to meet the needs of what I am testing.
After doing some economy work I discovered there is a lack of auction plugins. So I made one. Enjoy.
Cancels an auction (permission dumbauction.admin to cancel auctions that are not your own)
/auc toggle
dumbauction.auction
Toggles sending auction information to a player
/auc bid [amount]
dumbauction.auction
Bids on the current auction
/auc reload
dumbauction.admin
Reloads the configuration
Permission
Default
Description
dumbauction.auction
true
Allows /auc
dumbauction.admin
Server OP
Allows /auc cancel on auctions that are not your own
Note: Players with the administrator node (dumbauction.admin) can bypass the limits in the configuration, with the exception of a few.
Showcase Video
Thanks to ltjim007 for the video! (Here are his BukkitDev and YouTube accounts)
Statistics and Update Checking
This plugin does use a common library, CommonSense, to send statistics and complete update checks, You may disable these functions in the "DumbPlugin-Configuration.yml" file inside the plugin folder.
Update Checking
This plugin utilizes Gravity's update checker to notify when a new version of the plugin is out, it will not automatically download the new version. It also notifies the admins that a new plugin version is available. This can be enabled ordisabled in the config.yml. To disable update-checking, set updates.check-for-updates to false. To disable admin notifying, set updates.notify-admin to false.
Statistic Collection / Metrics
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
A unique identifier
The server's version of Java
Whether the server is in offline or online mode
The plugin's version
The server's version
The OS version/name and architecture
The core count for the CPU
The number of players online
The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
External Connections
This plugin makes an external call to a web service to assist in the conversion between names and UUIDs. For more information, please contact me directly. This service uses the official Mojang API to process the UUID/name of a specified player.
Development builds of this project can be acquired at the provided continuous integration server.
These builds have not been approved by the BukkitDev staff. Use them at your own risk.