How to Install Copy Paste Plugin on Your Rust Server

Copy Paste is a powerful tool that lets admins copy and save player-made structures and then paste them anywhere on the server. It’s perfect for events, building templates, or quickly restoring bases.

1. Download the Plugin

Download the “Copy Paste” plugin from the Umod official website.


2. Log In to Your Panel


3. Select the ‘Files’ Tab

Cybrancee panel showing the Rust startup page with the Files tab outlined

4. Locate the ‘plugins’ Folder

You can find the folder in  /home/container/oxide/plugins.

Cybrancee panel Rust server directory outlined

5. Upload Your Plugin

Upload the ‘CopyPaste’ .cs file you downloaded in Step 1.

After uploading, you should see the .cs file in the folder.

Cybrancee Panel Rust Server Plugins Tab with Upload Plugin Button Outlined

6. Restart Your Server

Cybrancee panel Rust server controls, restart button outlined

7. Grant Permissions

Before using, make sure the player has the required permissions Replace <SteamID64> with the player’s SteamID64. Use this guide How to Find a User’s SteamID to get the correct ID.

  • copypaste.copy → Allows the player to copy buildings.
  • copypaste.paste → Allows the player to paste saved structures.

Permissions:

oxide.grant user <steamID> copypaste.copy
oxide.grant user <steamID> copypaste.paste


8. Basic Configuration


8.1 Select the ‘Files’ Tab

Cybrancee panel showing the Rust startup page with the Files tab outlined

8.2 Locate the ‘config’ Folder

Cybrancee panel Rust server directory config folder outlined

8.3 Open the ‘CopyPaste.json’ file

Find and open the ‘CopyPaste.json‘ file to edit the plugin settings.


8.4 Common Settings

Performance Settings

  • Entities to paste per batch: 15 → Controls how many entities are placed at once. Lower values reduce lag.
  • Entities to copy per batch: 100 → Controls how many entities are copied at once.
  • Entities to undo per batch: 15 → Controls how many entities are undone at once.

Copy Options

  • Check radius from each entity: true → Ensures nearby entities are included when copying.
  • Share: false → Toggle if the copied structure is shared with other players.
  • Tree: false → Include connected entities in a hierarchical manner.
  • Default radius: 3.0 → Radius around each block to detect entities for copy.

Paste Options

  • Auth: false → Paste respecting building authorization.
  • Deployables: true → Include deployables like doors, signs, etc.
  • Inventories: true → Include container contents.
  • Vending Machines: true → Include vending machines.
  • Stability: true → Maintain structural stability.
  • Entity Owner: true → Keep ownership info for pasted entities.
cybrancee panel rust server config file copy paste with settings outlined

9. Copy Paste Commands

Use these commands in the in-game chat:

Copy Structures

Stand in front of the building and type in the chat in-game:

/copy <name>

This saves the structure with a chosen name (e.g., base1).

Paste Structures

Move to the desired location and type in the chat in-game:

/paste <name>

Detele Structures

Reverts the most recent copy or paste operation directly from the in-game chat:

/undo

Using the in-game F1 console

copypaste.save <name>

paste <name>

Rust Server Hosting

Starts at $11.99

External link icon

Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents
Error Details*
Cancel