jtac

Start, stop and restart your arma servers just with cli


Keywords
jtac
License
MIT
Install
pip install jtac==1.0.0

Documentation

JTAC

https://ci.appveyor.com/api/projects/status/4j96owvv7ffjkac6?svg=true Documentation Status

Start, stop and restart your arma servers just with cli

Installation

pip install jtac

Features

  • Use commands to start, stop, restart and change missions.

How to Use

jtac generate will create servers.json with all the parameters of your currently running servers, so they can be used later. JTAC will try to operate your servers based on the port stored when you generated servers.json.

jtac start <port> will find a server in servers.json that used that port and start a new server using its parameters.

jtac kill <port> will stop a running server using the last PID registered with that port. Everytime you start a server with JTAC, JTAC will remeber the PID.

jtac restart <port> will retart your server using the last parameters registered.

To Do

jtac radio <command> a native way to remotely send commands to your server box.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.