##MCDeploy
Note: Put on hold due to the future of Bukkit
A basic Mincraft/Bukkit (More coming soon) plugin installer (soon proper package manager) and server setup tool. Also a project for learning Go.
This tool requires Go to be installed it requires dependencies of cli.go and a working internet connection. Not prebuilt binary is yet available.
To install:
$ make install
in the mcdeploy directory
And then execute:
$ mcdeploy
assuming your Go bin directory is set
Run mcdeploy
in the command line it should print the help info.
- Fork it ( https://github.com/willifme/MCDeploy/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request