SpawnManager

v1.0.3 Oxide Rust

Resource and entity spawn control system for server admins. Selectively disable spawning of loot containers, trees, ores, and collectible items.

SpawnManager - Resource and entity spawn control system for server admins.

SpawnManager

v1.0.3 Oxide Rust

Resource and entity spawn control system for server admins. Selectively disable spawning of loot containers, trees, ores, and collectible items.

Download Plugin
142 views
66 downloads

Features

  • Loot container control
  • Tree spawn management
  • Ore node control
  • Resource pickup control
  • Berry and mushroom control
  • Hemp and vegetable control
  • Diesel barrel control
  • Simple configuration

Installation

Installation Steps

  1. Download the SpawnManager.cs file
  2. Place it in your oxide/plugins folder
  3. Restart your server or use oxide.reload SpawnManager
  4. Configure the settings in the config file

Configuration

The configuration file will be generated at oxide/config/SpawnManager.json

{
  "Version": "1.0.3",
  "DisableLootSpawn": false,
  "DisableTreeSpawn": false,
  "DisableMetalOreSpawn": false,
  "DisableSulfurOreSpawn": false,
  "DisableStoneOreSpawn": false,
  "DisableWoodPickup": false,
  "DisableStonePickup": false,
  "DisableMetalOrePickup": false,
  "DisableSulfurOrePickup": false,
  "DisableBerriesPickup": false,
  "DisableMushroomsPickup": false,
  "DisableHempPickup": false,
  "DisableVegetablesPickup": false,
  "DisableDieselBarrelPickup": false
}

Commands

Command Description Permission
None The plugin operates automatically based on configuration settings N/A

Plugin Information

Version 1.0.3
Platform Oxide
Game Rust
License Custom