Add ability to execute additional commands from the chat of the game.
CMD | Function |
---|---|
#restart |
Restarts the server. |
#backup |
Backup the universe. |
- Run
make
. - Move
sids-cmdchat.elf
from thebuild/
directory to the root of the server directory (this directory should contain theSIDedicatedServer.x86_64
executable). - Copy
script/
directory to the root of the server directory. - Make sure the executable and all scripts in
script/
are executable (chmod +x
all of them). - Run
sids-cmdchat.elf
.