I tested it to be working just fine when loading. The error you are seeing is with "cmdAutoCommand", which is when you use the /autocmd command in chat or auto.command in the server console without a valid number of arguments.
![]()
StartupCommands
Moved
Total Downloads: 2,465 - First Release: Jan 13, 2015 - Last Update: Jul 28, 2017
- 5/5, 12 likes
-
Wulf Community Admin
-
Wulf Community Admin
Wulf updated Auto Commands with a new update entry:
Fixed for latest Rust changes
-
Should this work with server.tickrate ? Someone tried ?
-
Wulf Community Admin
-
Most of the commands I am adding are working with the exception of server.hostname <name>.
I have spaces in the server hostname, as you can see below, that is obviously causing issues as it only updates the [UK|EU] part;
server.hostname "[UK|EU] Corrode |Instacraft|Airdrops|Kits|x4Gather|TP|AntiCheat"
Any ideas how I can get it to look past the spaces? I have tried to add via both the ingame commands and in the cfg file but to no avail. -
Wulf Community Admin
Code:server.hostname \"[UK|EU] Corrode |Instacraft|Airdrops|Kits|x4Gather|TP|AntiCheat\"
-
Hello!
Help, I try to add a command (/autocmd server.hostname "Зелёный ЛЕС') where the server name in Russian, nothing comes out.
Tried to enter the command in both ways, on a straight line in the configuration file and the chat games.
Tried to replace the backslash quotes, the same result.
(Unknown command action! Use add or remove)
[DOUBLEPOST=1430126944][/DOUBLEPOST]
("server.hostname \"Зелёный ЛЕС\") -
Wulf Community Admin
You aren't using the chat command right. /autocmd add "server.hostname \"Зелёный ЛЕС\""
If your config was corrupted, then you likely didn't format it properly. Please upload your config here. -
[DOUBLEPOST=1430146701][/DOUBLEPOST]]Code:{ "Messages": { "AlreadyAdded": "{command} is already on the auto command list!", "ChatHelp": "Use /autocmd add|remove command to add or remove an auto command", "CommandAdded": "{command} has been added to the auto command list!", "CommandRemoved": "{command} has been removed from the auto command list!", "ConsoleHelp": "Use auto.command add|remove command to add or remove an auto command", "NoPermission": "You do not have permission to use this command!", "NotListed": "{command} is not on the auto command list!", "UnknownAction": "Unknown command action! Use add or remove" }, "Settings": { "AuthLevel": 2, "ChatCommand": "autocmd", "ChatName": "SERVER", "ChatNameHelp": "HELP", "Commands": [ "server.globalchat true", "server.stability false" ], "ConsoleCommand": "auto.command" } }
-
Wulf Community Admin
Code:{ "Messages": { "AlreadyAdded": "{command} is already on the auto command list!", "ChatHelp": "Use /autocmd add|remove command to add or remove an auto command", "CommandAdded": "{command} has been added to the auto command list!", "CommandRemoved": "{command} has been removed from the auto command list!", "ConsoleHelp": "Use auto.command add|remove command to add or remove an auto command", "NoPermission": "You do not have permission to use this command!", "NotListed": "{command} is not on the auto command list!", "UnknownAction": "Unknown command action! Use add or remove" }, "Settings": { "AuthLevel": 2, "ChatCommand": "autocmd", "ChatName": "SERVER", "ChatNameHelp": "HELP", "Commands": [ "server.globalchat true", "server.hostname \"Зелёный ЛЕС\"" ], "ConsoleCommand": "auto.command" } }
-
[DOUBLEPOST=1430147406][/DOUBLEPOST]Command worked, but in the server list the name remains the same, and in the configuration file Russian characters are replaced by diamonds -
Wulf Community Admin
-
-
Wulf Community Admin
-
Only this way and there is the file, no more -
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin