A RocketMod plugin for Unturned 3.24.x+ servers that lets you fully customize how your server appears in the Steam server browser. Modify descriptions, icons, tags, workshop data, and more.
- Server Description -- Set a custom short tooltip, browser hint, and multi-line server description.
- Custom Icons & Thumbnails -- Replace the server browser icon and thumbnail with your own image URLs.
- Game Tags Override -- Control PVP/PVE, cheats, BattleEye, difficulty, camera mode, and gold-only status.
- Reserved Slots -- Configure a number of reserved player slots with optional permission-based access.
- Metadata Masking -- Hide Rocket mod loader, workshop items, config entries, and plugin names from the browser.
- Custom Data Replacement -- Replace workshop items, config entries, plugin names, and gamemode displayed in the browser.
- Custom Links -- Override the server links shown in the browser.
- Server Advertisement Toggle -- Choose whether your server appears in the browser at all.
- Unturned 3.24.x or later
- RocketMod installed on the server
- Download the latest release and its libraries from the Releases page.
- Place
TLobbyEditor.dllinto your server'sRocket/Plugins/directory. - Extract the libraries archive into
Rocket/Librariesdirectory. - Start or restart the server. The plugin will generate a default YAML configuration file on first load.
- Edit the configuration file to your liking, then reload the plugin or restart the server.
| Command | Permission | Description |
|---|---|---|
/vTLobbyEditor |
tlobbyeditor.version |
Displays the plugin version and build date |
- .NET Framework 4.8 SDK / targeting pack
- Clone the repository:
git clone https://github.com/TavstalDev/TLobbyEditor.git - Open
TLobbyEditor.slnin your IDE. - Build the project:
dotnet build -c Release - The output DLL will be at
TLobbyEditor/bin/Release/net48/TLobbyEditor.dll.
This project is licensed under the GNU General Public License v3.0.
Contributions are welcome. Please open an issue first to discuss what you'd like to change, then submit a pull request to the master branch.
For issues or feature requests, please use the GitHub issue tracker.