Home Rust Setting Up and Managing Rust Server Blueprints

Setting Up and Managing Rust Server Blueprints

Last updated on Feb 13, 2025

Blueprints in Rust control which items players can craft and require them to be unlocked through gameplay. Server owners can enable, disable, or modify blueprints to change progression speed, balance PvP, or create unique gameplay experiences.

This guide will walk you through resetting blueprints, unlocking them for all players, and managing progression using VolticHost Game Panel.


📌 Prerequisites


1️⃣ Wipe All Blueprints (Reset Progression)

If you want all players to start fresh with no blueprints unlocked:

  1. Log in to VolticHost Game Panel.

  2. Click on your Rust server.

  3. Navigate to the File Manager tab.

  4. Delete the following file:

    /server/rust/player.blueprints.db
    
  5. Restart the server.

Blueprint progression has been fully wiped!


2️⃣ Unlock All Blueprints for Every Player

To allow players to craft all items without unlocking them:

  1. Open the Console tab.

  2. Enter the following command:

    server.unlockall true
    
  3. Press Enter to apply the change.

All blueprints are now automatically unlocked for every player!


3️⃣ Adjust Blueprint Unlock Rate (For Balanced Progression)

To increase or decrease how quickly players unlock blueprints:

  1. Open the Console tab.

  2. Adjust the blueprint scrap cost multiplier:

    server.scrapcostmultiplier 0.5
    
    
    • 1.0 → Default blueprint cost.

    • 0.5 → Blueprints cost half the normal scrap amount.

    • 2.0 → Blueprints cost twice as much scrap.

  3. Press Enter to save the setting.

Players now unlock blueprints at a custom rate!


4️⃣ Restrict Certain Blueprints (Block Specific Items)

If you want to prevent players from unlocking or crafting specific blueprints, install NoBluePrints from uMod.

  1. Install Oxide (uMod) from the Mod Manager.

  2. Download NoBluePrints from uMod.

  3. Upload the .cs file to:

    /oxide/plugins/
    
  4. Open:

    /oxide/config/NoBluePrints.json
    
  5. Add the names of items you want to block from blueprints:

    "BlockedBlueprints": [
        "rifle.ak",
        "explosive.timed",
        "rocket.launcher"
    ]
    
  6. Click Save File and restart the server.

Blocked items can no longer be researched or crafted!


5️⃣ Restart the Server to Apply Changes

  1. Navigate to the Console tab in VolticHost Game Panel.

  2. Click Stop to shut down the server.

  3. Wait a few seconds, then click Start to relaunch the server with updated blueprint settings.

Blueprint management settings are now active!


🎉 Conclusion

You've successfully reset, unlocked, or customized blueprints for your Rust server using VolticHost Game Panel! Your server now has customized crafting progression to fit your gameplay style. 🚀

For more assistance, contact VolticHost Support.