-
Notifications
You must be signed in to change notification settings - Fork 3
Download Methods
Joshua Hertlein edited this page Oct 15, 2013
·
12 revisions
You have a few options for how to download MCTowns:
- Prebuilt (binary only) (easiest)
- Source (You have to compile it yourself) (expert)
Prebuilt is the easiest. If you don't know what "compile" means, you will download the prebuilt file.
Source is a little bit more complex. You'll need to clone this repository with Git, then download dependencies, then compile MCTowns with the dependencies on the build path. The only reason to do this is if you want to make 100% sure that the file you end up with is exactly what the source code says it is. So, this is a little paranoid and needlessly complex. But it's also kinda cool.
- WorldEdit
- WorldGuard
- Vault (Only needed if you want to use the economy features).
Download the latest file from the MCTowns BukkitDev file list. You also need the dependencies, see above.
See the MCT Programmer's Guide for help on this.
Move on to Installation.