We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a server admin, I want to be able to specify tags in the config file so that those tags will be displayed for my Rust server in the server browser.
Rust
No response
command: start
Hi there
Here is the documentation for server browser tags: https://wiki.facepunch.com/rust/server-browser-tags
Maybe a new parameter could be added to the rustserver's _default.cfg:
tags=""
Then we could have those appear in the startparameters, like so:
startparameters
startparameters="-batchmode +app.listenip ${ip} [...] +server.tags ${tags} [...]"
Please let me know what you think and have a great day! :)
Kind regards JuliusZet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User story
As a server admin, I want to be able to specify tags in the config file so that those tags will be displayed for my Rust server in the server browser.
Game
Rust
Linux distro
No response
Command
command: start
Further information
Hi there
As a server admin, I want to be able to specify tags in the config file so that those tags will be displayed for my Rust server in the server browser.
Here is the documentation for server browser tags: https://wiki.facepunch.com/rust/server-browser-tags
Maybe a new parameter could be added to the rustserver's _default.cfg:
Then we could have those appear in the
startparameters
, like so:Please let me know what you think and have a great day! :)
Kind regards
JuliusZet
The text was updated successfully, but these errors were encountered: