Hi
I want plugins or hints for doing these 2 things.
1) I want to have summarized commands in game.like !k instead of !kick or !b instead of !ban and ...
2) I want to set password from inside of game without getting invalid password message.
Thanks
Hi
I want plugins or hints for doing these 2 things.
1) I want to have summarized commands in game.like !k instead of !kick or !b instead of !ban and ...
2) I want to set password from inside of game without getting invalid password message.
Thanks
Hey,
you can add command aliases in your config.cfg:
Zitat[aliases]
k = "kick"
b = "ban"
a = "aliases"
You can add a server password with !setpw XXX.
when i set password with this command then an unknown password set for server and it always says "invalid password" while joining server!