Image gallery



IronWastelandInfo
A clean Rust server info menu with DE/EN language support, custom background images, rules, commands, lore, server info and donation section.
Registered users can report plugin problems directly from this page.
Description
The plugin supports English and German language switching, custom server information, ImageLibrary background support and works with Oxide and Carbon.
Features
- • Clean welcome and information menu for Rust servers
- • Modern CUI-based in-game interface
- • English and German language support
- • Manual DE / EN language switch inside the menu
- • Optional automatic client language detection
- • Custom background image support
- • ImageLibrary support for faster and cleaner image loading
- • Welcome, Story, Commands, Rules and Donate sections
- • Optional donate button with custom donate image / QR image
- • Configurable Discord and website links
- • Configurable server information box
- • Optional auto-open menu when players join the server
- • Permission-based access control
- • Fully customizable server text through config and language files
- • Works with Oxide and Carbon compatible Rust servers
Commands
/infoOpens the IronWastelandInfo menu.Internal UI / console commands:iwinfo.closeCloses the info menu.iwinfo.tabSwitches between the menu tabs.iwinfo.langChanges the player language between DE and EN.iwinfo.refreshbgRefreshes / reloads the configured background and donate images.
Permissions
ironwastelandinfo.useAllows players to use the /info command.Example:oxide.grant group default ironwastelandinfo.use
Installation
Upload the file to:
oxide/plugins/
or
carbon/plugins/
Optional but recommended:
Install ImageLibrary if you want the background and donate images to load cleaner and faster.
Reload the plugin or restart your server.
Give players permission to use the menu:
oxide.grant group default ironwastelandinfo.use
Edit the config file here:
oxide/config/IronWastelandInfo.json
Reload the plugin after changing the config:
oxide.reload IronWastelandInfo
Customize the plugin for your own server.
Change the background image, server information, rules, commands, Discord link, website link and donate section to match your project.
You can also add your own Matrix / QR code image for the donate section by changing the Donate Image Url in the config. This can be used for donation links, server support pages or any other custom image you want to show in the menu.
The menu texts can be changed in the language files for both DE and EN. This allows you to customize the German and English text separately.
Troubleshooting
The /info command does not open the menu
• Make sure the player has the permission ironwastelandinfo.use.
• Use: oxide.grant group default ironwastelandinfo.use
• Reload the plugin afterwards.
The background image does not show
• Check if the image URL is valid and reachable.
• If ImageLibrary is enabled, make sure ImageLibrary is installed.
• Use iwinfo.refreshbg or reload the plugin.
The donate image does not show
• Check the Donate Image Url in the config.
• Make sure ImageLibrary is installed if Use ImageLibrary is enabled.
• Reload ImageLibrary and then reload IronWastelandInfo.
The menu opens in the wrong language
• Check Default Language (de/en) in the config.
• If Try Detect Client Language is enabled, the plugin will try to use the player client language.
• Players can also switch manually between DE and EN inside the menu.
The menu does not open automatically on join
• Set Open On Join to true in the config.
• Check Open Delay Seconds.
• Reload the plugin after saving the config.
Players see “You are not allowed to use this command”
• The permission is missing.
• Grant the permission: oxide.grant group default ironwastelandinfo.use
ImageLibrary warning appears in console
• Install ImageLibrary or set Use ImageLibrary to false in the config.
• Without ImageLibrary, the plugin can still use direct image URLs.
Compatibility
• Compatible with Oxide / uMod Rust servers
• Compatible with Carbon Rust servers
• Uses Rust CUI for the in-game interface
• ImageLibrary is optional but recommended
• Supports English and German language settings
• Does not modify gameplay, items, loot, damage or player stats
• Safe to run alongside most other Rust plugins
• Only requires permission access for the /info command
Config preview
{
"Open On Join": false,
"Open Delay Seconds": 4.0,
"Default Language (de/en)": "en",
"Try Detect Client Language": true,
"Background Image Url": "https://iili.io/qlr6KLQ.png",
"ImageLibrary Shortname": "ironwasteland_info_bg_v0",
"Use ImageLibrary": true,
"Discord Link": "discord.gg/yourserver",
"Website Link": "your-website.example",
"Server Info Title EN": "SERVER INFO",
"Server Info Title DE": "SERVER INFO",
"Server Info Body EN": "Next wipe: Friday 18:00\nBlueprint wipe: Monthly\nMap size: 4500\nRates: 2x\nGroup limit: 4\nDiscord: {discord}",
"Server Info Body DE": "Nächster Wipe: Freitag 18:00\nBlueprint-Wipe: Monatlich\nMap-Größe: 4500\nRates: 2x\nTeamlimit: 4\nDiscord: {discord}",
"Enable Donate Button": true,
"Donate Button Text EN": "DONATE",
"Donate Button Text DE": "SPENDEN",
"Donate Title EN": "SUPPORT THE SERVER",
"Donate Title DE": "UNTERSTÜTZE DEN SERVER",
"Donate Body EN": "If you want to support the server, you can donate here.\n\nPlease contact an admin or scan the qr-matrix code with your phone to donate.\n\nYour support helps with hosting, development and events.\n\nThank you for being part of Iron Wasteland.",
"Donate Body DE": "Wenn du den Server unterstützen möchtest, kannst du hier spenden.\n\nMelde dich dafür bitte bei einem Admin oder scanne den qr-Matrix-Code mit deinem Handy, um zu spenden.\n\nDeine Unterstützung hilft bei Hosting, Entwicklung und Events.\n\nDanke, dass du Teil von Iron Wasteland bist.",
"Donate Image Url": "https://iili.io/q1VqXWJ.png",
"Donate Image Shortname": "ironwasteland_donate_img"
}Was this plugin useful?
Helpful: 0 | Needs work: 0