Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.45 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.45 KB

TwistedMinecraftAdmin

Java program to monitor and control Minecraft Server instances.

Created for the Twisted.cat servers but will work for any Server hosting Minecraft instances. Designed around how we manage and locate our Servers. Not guaranteed to work for another model in this early alpha stage.

Notes

  • You will need console access to your server to run this.
  • Currently OS interactions only work on Linux. Windows support will come after a stable release.
  • Written for Java v1.6 for best compatability.

Feature List

Functionality

[100%] Local MinecraftServer instance discovery
[ 90%] MinecraftServer Instance Querying
[ 20%] Linux Screen management
[  0%] MinecraftServer Starting, Stopping, Killing etc
[  0%] Server Status monitor
[  0%] Notification (email, other) on Server errors.
[  0%] Offline Player queries & control
[  0%] Bukkit plugin for direct Server interaction
[  0%] Online Player queries & control
[  0%] Windows support
[  0%] Other server types monitoring (Teamspeak, web server, Server host online etc)

User Interaction

[ 60%] Console Menu system for remote command line control of all Server interactions (ssh access).
[  0%] Remote API. Running ServerMonitor that will accept requests from external sources.
[  0%] GUI Client. Connect to running ServerMonitor and allow for easy display and interactoin with your Servers.