0.0.7
This releases brings a few new features and changes:
Changes:
Removed the get_server_is_running
function in favor of a new function called get_server_status
, which gives a higher range of values in a more convenient format.
New Features:
A new class, ServerInstance
, has been created to allow the management of individual server instances. The main appeal of this is you only have to put in a server's ID once and it will be used universally across the class.