Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 904 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 904 Bytes

##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.

Installation

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

Usage

Run mcdeploy in the command line it should print the help info.

Contributing

  1. Fork it ( https://github.com/willifme/MCDeploy/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request