Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1egoman/mconmanager
Terminal app for managing multiple minecraft servers
https://github.com/1egoman/mconmanager
Last synced: about 1 month ago
JSON representation
Terminal app for managing multiple minecraft servers
- Host: GitHub
- URL: https://github.com/1egoman/mconmanager
- Owner: 1egoman
- License: gpl-2.0
- Created: 2013-11-08T02:26:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T15:35:11.000Z (over 10 years ago)
- Last Synced: 2024-04-11T13:59:57.751Z (9 months ago)
- Language: Python
- Size: 160 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MCONMANAGER...
============================...is a tool for managing multiple minecraft servers on a machine with GNU's SCREEN command for *NIX systems.
###Why McoNManager?
I used to run a minecraft server network known as the MineCraft Open Network and I needed a program to help me manage it.###Help Menu
Usage: main.py [server] [options]
* Options:
* --version show program's version number and exit
* -h, --help show this help message and exit
* -t, --start start server
* -p, --stop stop server
* -r, --restart restart server
* -a, --attach attach server
* -s, --status status of server
* -n, --newserver add new server
* -e, --properties show server.properties
* --reset reset/create config file
* --import=SERVERNAME import server into config file###Getting Started
1. Clone the repository
2. Run the mcon.sh file, with an argument of --reset
3. Wait for the program to complete
4. Done! You probably want to create or import a server next.###Modules Required (For Python)
**NOTE: All modules should exsist in a fresh install of python. I have developed against 2.7.x**
* json
* time
* subprocess
* urllib2
* optparse
* shutil*Please note McoNManager is no longer used, and can basically be considered abandoned*