13 lines
502 B
Markdown
13 lines
502 B
Markdown
## DayZ Server Management Tool
|
|
|
|
This project is a Python tool for managing a DayZ server using the BattlEye RCON protocol. Key features include:
|
|
|
|
- Listing players on the server.
|
|
- Sending global and direct messages to players.
|
|
- Locking and unlocking the server.
|
|
- Kicking single players or all players.
|
|
- Banning and unbanning players, including by SteamID.
|
|
- Soft and hard server restart options.
|
|
|
|
Please ensure to set up the `credentials.json` file with the server details before running the tool.
|