RustRustMods

How To Use The Rust ZLevels Plugin

Install and configure the ZLevels Remastered plugin on your Rust server to add a skill-based XP progression system for gathering, crafting, and mining.

ZLevels Remastered is a popular Rust server plugin that introduces a player-leveling and skill-based progression system. Players earn XP through everyday actions like gathering, mining, and crafting — leveling up skills that increase their output over time. Server admins get full control over XP rates, skill bonuses, UI appearance, and more.

The installation process is straightforward and takes only a few minutes, but editing the configuration incorrectly or using the wrong file locations can break things. This guide covers the essential setup to get ZLevels running correctly:

  • Configuring XP gain rates and skill bonuses
  • Setting up the in-game UI
  • Managing permissions and common commands

Step 1: Install ZLevels Remastered

  1. Download the ZLevels Remastered plugin from uMod.
  2. Open your server panel or connect via FTP.
  3. Navigate to /oxide/plugins/ and upload the .cs plugin file.
  4. Restart your server.

On first startup, ZLevels Remastered automatically generates its required config files with all default settings in place.

ZLevels plugin uploaded to the plugins folder

Step 2: Verify the Plugin Loaded

Open your server console or RCON interface and look for:

Loaded plugin ZLevelsRemastered

If it doesn’t appear, reload it manually:

oxide.reload ZLevelsRemastered

A missing or failed load usually means the file isn’t in the correct directory or has a syntax error. Confirm the file was uploaded correctly and the server has the necessary permissions.

ZLevels confirmed loaded in console

Step 3: How It Works

Players earn XP automatically from actions like:

  • Gathering resources (wood, stone, ore, etc.)
  • Crafting items
  • Using tools and performing other supported actions

As XP accumulates, a UI element (typically in the bottom-right corner) displays current skill levels, XP progress, and estimated time to the next tier. The color-coded skill levels in the UI are customizable in the config.

Players can view their full stats at any time with:

/stats

This shows all skill levels, total XP, current level, and required XP for the next level.

Step 4: Configure ZLevels Settings

  1. Open the config file at /oxide/config/ZLevelsRemastered.json.
  2. Adjust the following key settings:

XP & Progression

  • XP Gain Rates — How much XP players earn per action.
  • XP Loss on Death — Whether players lose XP when killed.
  • Skill Bonuses — Gather speed, crafting efficiency, and mining yield multipliers.

UI

  • UI Position & Colors — Where the HUD appears and how it’s styled.
  1. Save the file (ensure the JSON is valid — use proper quotes and brackets) and reload:
oxide.reload ZLevelsRemastered

Always validate your JSON before saving. Invalid syntax will cause the plugin to fail silently or not load at all.

ZLevels configuration file

Step 5: Permissions

To protect players (such as VIPs) from XP loss on death:

oxide.grant group vip zlevelsremastered.noxploss

Admins are automatically exempt from most restrictions including XP loss and skill caps.

Step 6: Common Commands

  • /stats — View your skill levels and XP progress.
  • oxide.reload ZLevelsRemastered — Reload the plugin after config changes.

Troubleshooting

Plugin not loading

  • Confirm the .cs file is in /oxide/plugins/.
  • Restart the server completely and check the console for errors.

UI not showing

  • Verify UI settings are correct in the config.
  • Check for conflicts with other UI plugins.

XP not being awarded

  • Confirm the relevant actions are enabled in the config.
  • Check for conflicting plugins that may override XP logic.

Config errors

  • Invalid JSON will break the plugin silently.
  • Run your config through a JSON validator before saving.

Known Conflicts

  • Hunt RPG
  • CraftingController
  • Other skill-based or progression plugins

Only run one progression system at a time to avoid data corruption or gameplay bugs.

rust zlevels pluginrust skill progression pluginrust oxide pluginszlevels remastered config

Ready to get started?

Deploy your server in seconds and start building your community today.