/CraftBay

Auctioning system for Bukkit

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

NAME
	CraftBay - Auction off your precious items

DESCRIPTION

	CraftBay is an auctioning system for Bukkit.

INSTALLATION

	- Put CraftBay.jar in your plugin folder.
	- Restart Bukkit.
	- (Optional) Edit plugins/CraftBay/config.yml
        - (Optional) Reload configuration via /auc reload

BUILD

	(Linux)
	- clone the repository
		$ git clone 'git://github.com/StarTux/CraftBay.git'
		$ cd CraftBay
	- create the lib subdirectory
		$ mkdir lib
	- fetch all the dependencies and put them in lib/
		- Bukkit API http://wiki.bukkit.org/
		- Herochat http://dev.bukkit.org/server-mods/herochat/
		- ChannelChat http://dev.bukkit.org/server-mods/channel-chat/
		- Vault http://dev.bukkit.org/server-mods/vault/
	- execute the build script
		$ ./build
	(Other platforms)
	- good luck