forked from StarTux/CraftBay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (25 loc) · 781 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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