Start, stop and restart your arma servers just with cli
Project description
JTAC
Start, stop and restart your arma servers just with cli
- Free software: MIT license
- Documentation: https://arma-serveradmin.readthedocs.io.
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.
History
0.1.0 (2019-11-22)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size jtac-1.0.0-py2.py3-none-any.whl (5.9 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size jtac-1.0.0.tar.gz (7.6 kB) | File type Source | Python version None | Upload date | Hashes View |