Search the Community
Showing results for tags 'base'.
-
Version 3.0.0
28 downloads
VOLCANO ISLAND – 4500K CREATIVE RUST MAP Volcano Island is a visually beautiful and fun to explore, builder-friendly 4500k Rust map loaded with every major monument and 50+ custom build spots marked with an "X". Designed for smooth performance, focusing on extreme low entity counts for a lag free experience, creative freedom, and competitive gameplay. Your players will NEVER run out of places to build on this Map! What Makes It Special 50+ Custom Build Zones marked with an "X" on the Map!!! The most buildable location for any Map of mine yet! Fully connected train tracks + underground rails for fast travel and tactical control Endless Custom Buildable areas/Caves/Rock Formations that players will love! Beautiful Volcano Mountains and Valleys players can Build on Diverse terrain: forests, deserts, coasts, cliffs, valleys & plateaus Perfect for solos, clans, builders, and high-pop servers. Low-prefab, FPS-friendly buildables: Custom caves Underwater Locations to build a base Hidden structures Unique build pockets Works with all Popular Events Plugins like Convoy, ArmoredTrain, Raidable Bases, Sputnik, Airfield Event and many more! All Facepunch Monuments Included Launch Site • Military Tunnels • Military Base • Silo • Airfield • Power Plant • Water Treatment • Trainyard • Harbors • Outpost • Excavator • Large Oil Rig • Small Oil Rig • Arctic Base • Junkyard • Sphere Tank • Satellite Dish • Ferry Terminal • Sewer Branch • Abandoned Supermarket • Oxum's Gas Station • Mining Outpost • Lighthouse • Bandit Camp • Fishing Village • Large Barn • Underwater Labs • Stone Quarry • Sulfur Quarry • HQM Quarry • Underwater Labs • Abandoned Cabins • Jungle Ziggurat • Jungle Ruins • Caves • Ranch — and more. Map Info Size: 4500k Prefabs: ~10,281 Support Discord: Dymize_$29.99- 4 comments
-
- 4
-
-
-
- #4500k
- #custom map
-
(and 31 more)
Tagged with:
- #4500k
- #custom map
- #map
- #4500
- #buildable monument
- #build location
- #build area
- #builder
- #rust
- #dome
- #sphere tank
- #launch site
- #missile silo
- #oil rig
- #small oilrig
- #large oilrig
- #bus stop
- #forest
- #jungle
- #ocean
- #epic
- #fun
- #iceberg
- #cave
- #rock formation
- #place to build
- #volcano
- #island
- #volcano island
- #house
- #home
- #base
- #lava
-
Version 2.0.5
393 downloads
PLEASE NOTE: This plugin requires Item Retriever!! Download and install it on your server BEFORE installing SuperCrafter. Plugin Description: SuperCrafter allows users with permission to craft, repair, build, upgrade, and reload from resources, ammo, and crafting supplies stored at their base. Resources do not need to be in your player's inventory to craft. All supplies are pulled directly from your base supplies. No more needing to search through 100 boxes for crafting materials. How it works: If a player is within their TC range, they will automatically have access to their base supplies. By default the SuperCrafting range is set to TC range, however this can be modified with the configuration file. Optionally, Admins can set a per-player SuperCrafter range for VIP players! See below for commands. How to get it working: 1) If your server is online and running - Upload "ItemRetriever.cs" first. Then upload both "SuperCrafterAPI.cs" and "SuperCrafter.cs" in any order. (If you messed this up - unload all three plugins, then reload "ItemRetriever.cs" first. Optionally you can perform a server restart.) 2) Use your favorite permissions manager to set permissions for a player or group 3) Enjoy! Performance: SuperCrafter works with all base sizes and types. Performance does not change by SuperCrafting range. Safeguards are added to keep players from spam crafting a single item from near infinite base crafting supplies. These safeguards are modifiable in the configuration file. More Information: Works with: * Tool Cupboards * Storage Boxes (Box, Chest, Coffins, etc) * Workbench (1,2,3) * Vanilla Rust Backpacks (Small, Medium, Krieg) * Reloading weapons * Repairing base Files produced: config/SuperCrafter.json - Default global settings for all players data/SuperCrafter/###.json - Individual player settings (Delete all files to reset players to default config file settings) plugins/SuperCrafter.cs - Code that makes SuperCrafter work plugins/SuperCrafterAPI.cs - API code that makes SuperCrafter work Languages supported: English German French Spanish Italian Japanese Russian Chinese Permissions: SuperCrafter.use - Allows user/group to use this plugin SuperCrafter.admin_only - Allows user/group to use plugin console commands SuperCrafter Configuration File: { "Show debugging messages in console. (Default=false)": false, "Range in Rust Meters a player can access TC loot. (Default=18)": 18, "Pull crafting resources from FURNACES: (Default=false)": false, "Pull crafting resources from TC: (Default=true)": true, "Pull crafting resources from BOXES: (Default=true)": true } SuperCrafterAPI Configuration File: { "Show debugging messages in console. (Default=false)": false, "Pulls ammo from EXTERNAL sources (Base/Boat): (Default=true)": true, "Repair pulls resources from EXTERNAL sources (Base/Boat): (Default=true)": true, "Notify players of repair costs: (Default=true)": true, "Informs Server Console and Player when they are Spam Crafting: (Default=false)": true, "Limit crafting queue for players: (Default=6, Infinite=0)": 0, "Per-player crafting cooldown in seconds: (Default=0.25, Minimum=0.25)": 0.25, "NOTE: Minimum crafting cooldown required by your server may differ depending on your server hardware, player population, or base sizes. If you experience item duplication or resources being refunded incorrectly from craft canceling; increase the value. The default value should be good for 99% of servers.": "" } Console Commands: Console Commands: [Usable only by Administrator] --- Syntax: SuperCrafter.SetPlayerCraftingRange [Player Display Name] [Range] Description: Sets a specific player's crafting range to a specific range. The player's crafting range will no longer change with configuration file crafting range changes. This command will create a save file in '/data/SuperCrafter/[USER_ID].json'. This file does not automatically wipe with server wipe and will need to be manually deleted, or deleted with one of the commands below. Example: SuperCrafter.SetPlayerCraftingRange Vergbergler 30.0 --- --- Syntax: SuperCrafter.DeletePlayerCraftingRange [Player Display Name] Description: Removes a custom crafting range set by the 'SuperCrafter.SetPlayerCraftingRange' command. The player's crafting range will be set to the configuration file crafting range. This will delete the player's save file in '/data/SuperCrafter/[USER_ID].json'. Example: SuperCrafter.DeletePlayerCraftingRange Vergbergler --- --- Syntax: SuperCrafter.WipeAllPlayerCraftingRange Description: Removes all custom crafting ranges set by the 'SuperCrafter.SetPlayerCraftingRange' command for all players. Each player's crafting range will be set to the configuration file crafting range. This will delete all files in '/data/SuperCrafter/[USER_ID].json'. Example: SuperCrafter.WipeAllPlayerCraftingRange --- Chat Commands: Chat Commands: [Usable by all players] --- Syntax: SuperCrafter.ShowCraftingRange [Optional Duration] Description: Shows a 3D outline of the SuperCrafter crafting range for a period of time. Only visible to the player that uses the command. Default duration is 30 seconds if one is not provided. Range will not update in real time if crafting range is changed in the configuration file, or by using the 'SuperCrafter.SetPlayerCraftingRange' command. After changing the crafting range, re-use this command to see the updated range. Example #1: SuperCrafter.ShowCraftingRange 45 Example #2: SuperCrafter.ShowCraftingRange ---$29.99- 10 comments
- 4 reviews
-
- 5
-
-
Version 1.6.2
2,167 downloads
Spawn Everything - Spawn Vehicle, Karuza Vehicle, Deployables, Bases, Item, Recycler, Crates, Custom entity, Execute Commands, Loots, Pickup Entity, Pickup Vehicles, Deploy Nature, Instant Airdrop, and much more... Spawn Everything - Spawn all entity, Bases, Item, loot, Pickup Entity, Pickup Vehicles, Deploy Nature, Instant Airdrop, allows you to spawn any entity or execute commands, all by using an item, pickup entity or vehicles, and much more. It is already configured to generate vehicles by default, including custom vehicles from Karuza, Naval Deep Sea entity, Crates, Locked Crate, Deployables, Casino items and much more. Through the configuration you can add other entities that can be generated, just enter a prefab name, or a command if you do not have a prefab name, and set the skin of the item that will be used. It also allows you to limit the spawn, for example if you do not have building permits, avoid spawning in water or allow it only in water, also being able to choose the minimum depth of the water, allow or not spawn inside buildings, monuments and more. It is also possible to pick up the generated entity/vehicles, using the hammer. You can add items to the in-game shop, loot, or wherever you want. Spawn Bases using copy paste or other plugin. You can also Deploy Nature and enable instant airdrop. Ability to enable the cleanup system, to automatically delete deployed entities that are no longer used. Compatible with Oxide/Umod and Carbon. ALL AVAILABLE ENTITIES Here you can find a file with all the entities currently available and the various information on the item to create to spawn the entity ALL AVAILABLE ENTITIES PLAYLIST - VIDEO EXAMPLE Below you can see an example video on how to use the plugin. -------------------- SOME EXAMPLES OF USE: Some examples of how the plugin works and the entities that can be spawned by default. Vehicle Spawn Spawn Custom Vehicles by Karuza Pickup Entity Pickup Vehicle Pickup Karuza Vehicle Spawn Recycler Deploy Nature Ability to enable instant airdrop. Spawn NPC vehicles, such as Bradley, Patrol helicopter, CH47 (Chinook 47) Spawn loot boxes, such as the: Locked Crate, Oil Rig Locked Crate, Bradley APC Crate, Patrol Helicopter Crate, Elite Tier Crate, Elite Tier Crate - Underwater Labs. Crater for mines, to place mines where you want. Survey Crater - For Mining Quarry, Survey Crater Oil - For Pump Jack. Spawn Bases using copy paste or other plugin Spawn Casino entities Spawn custom entities And much more PERMISSIONS: spawneverything.admin -- Allows the use of commands reserved for admins, such as giving items for entity spawning to players. spawneverything.fuel.unlimited -- If the entity to be spawned is a vehicle, the vehicle will not need fuel to run. The same can be achieved via the configuration file, for each individual entity. spawneverything.nodamage.enabled -- Spawned entities will not take damage if the player has this permission. spawneverything.nodamage.allow_decay_damage -- Entities for which damage protection has been activated will continue to take damage from decay. spawneverything.spawn.not_enabled -- Allows you to spawn entities that have not been enabled in the configuration file. spawneverything.spawn.bypass_building_privilege -- Allows you to spawn entities even if you don't have building permissions, for entities that require building permissions to spawn. spawneverything.spawn.bypass_tc -- Allows entities to be spawned, for entities that cannot be spawned near any Tool Cupboard (TC). spawneverything.spawn.bypass_monument -- Allows entities to be spawned in monuments, for entities that cannot be spawned in monuments. spawneverything.spawn.bypass_road_rails -- Allows entities to be spawned to the road/rails, for entities that cannot be spawned to the road/rails. spawneverything.spawn.bypass_only_outside -- Allows entities to spawn inside buildings, for entities that cannot be spawned inside buildings. spawneverything.spawn.bypass_water -- Allows entities to spawn in water, for entities that cannot be spawned in water. spawneverything.spawn.bypass_respawn_conditions -- Allows you to bypass condition checking for respawned entities after they have been picked up. Picked up entities will always be respawned in the max condition. COMMANDS FOR PLAYERS Commands can be typed in chat (by putting the / character in front of the command), or from console. /se pickup -- Command to pick up entities, without the hammer. COMMANDS FOR ADMIN Commands can be typed in chat (by putting the / character in front of the command), from console or Rcon. To use these commands you must have the role: spawneverything.admin /se <skinID> <quantity> -- Allows you to give the item to spawn the entity, to yourself. You need to pass these parameters: skinID of the configured entity The quantity of items. /se <skinID> <quantity> <steamID> -- Allows you to give the item to spawn the entity, to a player. You need to pass these parameters: skinID of the configured entity The quantity of items. The SteamID of the player to give the items to Commands can be added or modified in the configuration file: /oxide/config/SpawnEverything.json ENTITY PICK UP You can collect the generated entity using the hammer. By collecting the entity, you will be given back the item for the entity's spawn. To collect the entity you need to hold down the SHIFT key and hit the entity with the hammer. You can only collect entities that have been enabled for collection in the configuration file. Depending on the configurations/roles, the picked up entities can be respawned to the conditions they were in when they were picked up or to the maximum conditions. INSTANT AIRDROP In the plugin configuration, you can enable instant airdrop. USE VIA SHOP, LOOT. VENDING MACHINE The plugin can use any item for entity spawning. You need to generate an item with a certain skin id, to get the item that allows the entity to spawn. The name of the item to use and the skin id are present in the configuration file: Item name (That will be used to spawn the entity. Default grenade.flashbang) SkinID You can add these items to the in-game Shop, to the loot, in the Vending Machine or wherever you want, very easily. For example, this item spawns a minicopter: Item: grenade.flashbang | SkinID: 3366887420 or ItemID: -936921910 | SkinID: 3366887420 CONFIGURATION The settings and options can be configured in the SpawnEverything.json under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors. { "TimeZone": "Europe/London", "Chat Command": [ "se", "spawneverything", "spawner" ], "ChatPrefix": "SpawnEverything", "Add spawnable Resource/Nature to your configuration. (Default: FALSE)": false, "Add Karuza Custom Vehicles to your configuration. (Default: FALSE)": false, "Instant Supply Signal Settings": { "Enable instant Supply Signal drop. Default: FALSE": false, "Spawn Only Outside bases. Default: TRUE": true, "Spawn Cooldown (seconds). [Minimum 1 seconds]. Default: 1": 1, "Bypass Fancy Drop to avoid conflicts with the launch of the Supply Signal. Default: TRUE": true }, "Cleanup system": { "Enable Cleanup System. Default: FALSE": false, "Deletes all player deployed entities when disconnecting. Default: FALSE": false, "Deletes all player vehicles when disconnecting. Default: FALSE": false, "Deletes all player Karuza vehicles when disconnecting. Default: FALSE": false }, "Role Permission": { "vip1": { "Priority. (lower = higher priority)": 1, "Always regenerate picked up entities at maximum conditions. Default FALSE": false, "Global maximum number of active entities for each Enabled Spawnable Entity. (-1 no limit)": -1, "Maximum number of active entities for each Enabled Spawnable Entity. Value = SkinID, Limits (Number of active entities. -1 no limit)": {} }, "vip2": { "Priority. (lower = higher priority)": 2, "Always regenerate picked up entities at maximum conditions. Default FALSE": false, "Global maximum number of active entities for each Enabled Spawnable Entity. (-1 no limit)": -1, "Maximum number of active entities for each Enabled Spawnable Entity. Value = SkinID, Limits (Number of active entities. -1 no limit)": {} }, "vip3": { "Priority. (lower = higher priority)": 3, "Always regenerate picked up entities at maximum conditions. Default FALSE": false, "Global maximum number of active entities for each Enabled Spawnable Entity. (-1 no limit)": -1, "Maximum number of active entities for each Enabled Spawnable Entity. Value = SkinID, Limits (Number of active entities. -1 no limit)": {} }, "default": { "Priority. (lower = higher priority)": 100, "Always regenerate picked up entities at maximum conditions. Default FALSE": false, "Global maximum number of active entities for each Enabled Spawnable Entity. (-1 no limit)": -1, "Maximum number of active entities for each Enabled Spawnable Entity. Value = SkinID, Limits (Number of active entities. -1 no limit)": {} } }, "Entity Drop Item": [ { "Enabled": false, "DisplayName": "Spawn Minicopter", "Description": "Spawn Minicopter", "Item name (That will be used to spawn the entity. Default grenade.flashbang)": "grenade.flashbang", "Spawn PrefabName": "assets/content/vehicles/minicopter/minicopter.entity.prefab", "SkinID": 3366887420, "Item can be stacked? FALSE, the entity will be respawned in the same condition it was in when picked. TRUE, the entity will always be respawned as new. Default: FALSE": false, "Spawn Position Offset": { "Right": 0.0, "Forward": 0.0, "Up": 0.0 }, "Spawn Rotation Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Entity Type. Default Rust": "Rust", "Can Pick Up Entity. Default false": true, "Custom Radius Check": 0.0, "Execute Player Commands": [], "Execute Player Commands As Admin": false, "Execute Server Commands": [], "Spawn Cooldown (seconds)": 0, "Usage Cooldown. Cooldown for reuse (seconds) (0 no cooldown)": 0, "Requires Building Privilege to Spawn Entity. (Default: TRUE)": true, "Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled] (Default: 0)": 0, "Allow Spawn in Monuments. (Default: FALSE)": false, "Disable Spawn in Monuments and Monuments radius. (Default: FALSE)": false, "Disable Spawn On Road/Rails. (Default: FALSE)": false, "Minimum spawn distance from Road/Rails. (Default: 0)": 0, "Spawn Only Outside": true, "Dont Spawn In Water": true, "Requires Water": false, "Minimum Water Depth": 0.0, "Armored": false, "Unlimited Fuel": false, "Fuel Amount": 0 }, { "Enabled": false, "DisplayName": "Spawn Attack Helicopter", "Description": "Spawn Attack Helicopter", "Item name (That will be used to spawn the entity. Default grenade.flashbang)": "grenade.flashbang", "Spawn PrefabName": "assets/content/vehicles/attackhelicopter/attackhelicopter.entity.prefab", "SkinID": 3366893095, "Item can be stacked? FALSE, the entity will be respawned in the same condition it was in when picked. TRUE, the entity will always be respawned as new. Default: FALSE": false, "Spawn Position Offset": { "Right": 0.0, "Forward": 0.0, "Up": 0.0 }, "Spawn Rotation Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Entity Type. Default Rust": "Rust", "Can Pick Up Entity. Default false": true, "Custom Radius Check": 0.0, "Execute Player Commands": [], "Execute Player Commands As Admin": false, "Execute Server Commands": [], "Spawn Cooldown (seconds)": 0, "Usage Cooldown. Cooldown for reuse (seconds) (0 no cooldown)": 0, "Requires Building Privilege to Spawn Entity. (Default: TRUE)": true, "Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled] (Default: 0)": 0, "Allow Spawn in Monuments. (Default: FALSE)": false, "Disable Spawn in Monuments and Monuments radius. (Default: FALSE)": false, "Disable Spawn On Road/Rails. (Default: FALSE)": false, "Minimum spawn distance from Road/Rails. (Default: 0)": 0, "Spawn Only Outside": true, "Dont Spawn In Water": true, "Requires Water": false, "Minimum Water Depth": 0.0, "Armored": false, "Unlimited Fuel": false, "Fuel Amount": 0 }, { "Enabled": false, "DisplayName": "Spawn Scrap Transport Helicopter", "Description": "Spawn Scrap Transport Helicopter", "Item name (That will be used to spawn the entity. Default grenade.flashbang)": "grenade.flashbang", "Spawn PrefabName": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab", "SkinID": 3366892516, "Item can be stacked? FALSE, the entity will be respawned in the same condition it was in when picked. TRUE, the entity will always be respawned as new. Default: FALSE": false, "Spawn Position Offset": { "Right": 0.0, "Forward": 0.0, "Up": 0.0 }, "Spawn Rotation Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Entity Type. Default Rust": "Rust", "Can Pick Up Entity. Default false": true, "Custom Radius Check": 0.0, "Execute Player Commands": [], "Execute Player Commands As Admin": false, "Execute Server Commands": [], "Spawn Cooldown (seconds)": 0, "Usage Cooldown. Cooldown for reuse (seconds) (0 no cooldown)": 0, "Requires Building Privilege to Spawn Entity. (Default: TRUE)": true, "Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled] (Default: 0)": 0, "Allow Spawn in Monuments. (Default: FALSE)": false, "Disable Spawn in Monuments and Monuments radius. (Default: FALSE)": false, "Disable Spawn On Road/Rails. (Default: FALSE)": false, "Minimum spawn distance from Road/Rails. (Default: 0)": 0, "Spawn Only Outside": true, "Dont Spawn In Water": true, "Requires Water": false, "Minimum Water Depth": 0.0, "Armored": false, "Unlimited Fuel": false, "Fuel Amount": 0 }, { "Enabled": false, "DisplayName": "Spawn Hot Air Balloon", "Description": "Spawn Hot Air Balloon", "Item name (That will be used to spawn the entity. Default grenade.flashbang)": "grenade.flashbang", "Spawn PrefabName": "assets/prefabs/deployable/hot air balloon/hotairballoon.prefab", "SkinID": 3366893631, "Item can be stacked? FALSE, the entity will be respawned in the same condition it was in when picked. TRUE, the entity will always be respawned as new. Default: FALSE": false, "Spawn Position Offset": { "Right": 0.0, "Forward": 0.0, "Up": 0.0 }, "Spawn Rotation Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Entity Type. Default Rust": "Rust", "Can Pick Up Entity. Default false": true, "Custom Radius Check": 0.0, "Execute Player Commands": [], "Execute Player Commands As Admin": false, "Execute Server Commands": [], "Spawn Cooldown (seconds)": 0, "Usage Cooldown. Cooldown for reuse (seconds) (0 no cooldown)": 0, "Requires Building Privilege to Spawn Entity. (Default: TRUE)": true, "Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled] (Default: 0)": 0, "Allow Spawn in Monuments. (Default: FALSE)": false, "Disable Spawn in Monuments and Monuments radius. (Default: FALSE)": false, "Disable Spawn On Road/Rails. (Default: FALSE)": false, "Minimum spawn distance from Road/Rails. (Default: 0)": 0, "Spawn Only Outside": true, "Dont Spawn In Water": true, "Requires Water": false, "Minimum Water Depth": 0.0, "Armored": false, "Unlimited Fuel": false, "Fuel Amount": 0 }, { "Enabled": false, "DisplayName": "Spawn Armored Hot Air Balloon", "Description": "Spawn Armored Hot Air Balloon", "Item name (That will be used to spawn the entity. Default grenade.flashbang)": "grenade.flashbang", "Spawn PrefabName": "assets/prefabs/deployable/hot air balloon/hotairballoon.prefab", "SkinID": 3366893925, "Item can be stacked? FALSE, the entity will be respawned in the same condition it was in when picked. TRUE, the entity will always be respawned as new. Default: FALSE": false, "Spawn Position Offset": { "Right": 0.0, "Forward": 0.0, "Up": 0.0 }, "Spawn Rotation Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Entity Type. Default Rust": "Rust", "Can Pick Up Entity. Default false": true, "Custom Radius Check": 0.0, "Execute Player Commands": [], "Execute Player Commands As Admin": false, "Execute Server Commands": [], "Spawn Cooldown (seconds)": 0, "Usage Cooldown. Cooldown for reuse (seconds) (0 no cooldown)": 0, "Requires Building Privilege to Spawn Entity. (Default: TRUE)": true, "Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled] (Default: 0)": 0, "Allow Spawn in Monuments. (Default: FALSE)": false, "Disable Spawn in Monuments and Monuments radius. (Default: FALSE)": false, "Disable Spawn On Road/Rails. (Default: FALSE)": false, "Minimum spawn distance from Road/Rails. (Default: 0)": 0, "Spawn Only Outside": true, "Dont Spawn In Water": true, "Requires Water": false, "Minimum Water Depth": 0.0, "Armored": true, "Unlimited Fuel": false, "Fuel Amount": 0 }, { "Enabled": false, "DisplayName": "Spawn Kayak", "Description": "Spawn Kayak", "Item name (That will be used to spawn the entity. Default grenade.flashbang)": "grenade.flashbang", "Spawn PrefabName": "assets/content/vehicles/boats/kayak/kayak.prefab", "SkinID": 3366894316, "Item can be stacked? FALSE, the entity will be respawned in the same condition it was in when picked. TRUE, the entity will always be respawned as new. Default: FALSE": false, "Spawn Position Offset": { "Right": 0.0, "Forward": 0.0, "Up": 0.0 }, "Spawn Rotation Offset": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Entity Type. Default Rust": "Rust", "Can Pick Up Entity. Default false": true, "Custom Radius Check": 0.0, "Execute Player Commands": [], "Execute Player Commands As Admin": false, "Execute Server Commands": [], "Spawn Cooldown (seconds)": 0, "Usage Cooldown. Cooldown for reuse (seconds) (0 no cooldown)": 0, "Requires Building Privilege to Spawn Entity. (Default: TRUE)": true, "Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled] (Default: 0)": 0, "Allow Spawn in Monuments. (Default: FALSE)": false, "Disable Spawn in Monuments and Monuments radius. (Default: FALSE)": false, "Disable Spawn On Road/Rails. (Default: FALSE)": false, "Minimum spawn distance from Road/Rails. (Default: 0)": 0, "Spawn Only Outside": true, "Dont Spawn In Water": false, "Requires Water": true, "Minimum Water Depth": 0.5, "Armored": false, "Unlimited Fuel": false, "Fuel Amount": 0 }, ........................................ ], "VersionNumber": { "Major": 1, "Minor": 4, "Patch": 9 } } TimeZone: -- Default: Europe/London Chat Command: -- Here you can add, edit or delete Commands can be typed in chat (by putting the / character in front of the command), or from console. ChatPrefix: -- Chat message prefix. Enable entity spawn when item is dropped: If set to FALSE, blocks the entity from spawning if the item is dropped instead of thrown. Default: FALSE Show Pick Up Entity Confirm Dialog: -- If enabled, show a confirmation dialog when you want to collect the entity for added security and to avoid unintentional errors. Default: TRUE Add spawnable Resource/Nature to your configuration -- If set to TRUE, adds all Resources/Nature to the configuration. Default: FALSE Add Karuza Custom Vehicles to your configuration: -- If set to TRUE, adds all Karuza custom vehicles to the configuration. Default: FALSE INSTANT AIRDROP Configuration for instant airdrop: Enable instant Supply Signal drop: -- If enabled, Supply Drops arrive instantly. Default: FALSE Spawn Only Outside bases: -- Enable Supply Signals to spawn only outside bases. Default: TRUE Spawn Cooldown (seconds). [Minimum 1 seconds]: -- Sets a wait time before the Supply Drop arrive, once the Supply Signal is thrown. Minimum 1 seconds. Default: 1 Bypass Fancy Drop to avoid conflicts with the launch of the Supply Signal: -- If enabled, bypasses the FancyDrop plugin to avoid conflicts. Default: TRUE CLEANUP SYSTEM If enabled, it allows spawned entities to be automatically deleted after a player disconnects. This is useful for creative servers, but not only: Enable Cleanup System: Enable or disable the automatic cleanup system. Default: FALSE Deletes all player deployed entities when disconnecting: Destroys all spawned entities (except vehicles). Default: FALSE Deletes all player vehicles when disconnecting: Destroys all vehicles (Except Karuza vehicles). Default: FALSE Deletes all player Karuza vehicles when disconnecting: Destroys all Karuza vehicles. Default: FALSE GROUPS AND LIMITS - ROLE PERMISSION The plugin creates 4 default groups: Default, vip1, vip2, vip3. You can add more groups or rename groups. For example, if you change the group vip1 to vip_elite, the permission spawneverything.vip_elite will be created If you create a new group, for example vipvanilla, the permission spawneverything.vipvanilla will be created. In the configuration file there is this configuration for managing groups: Role Permission: Here you can set the configurations for the various roles: Priority. (lower = higher priority) -- Each group has its own property, the lower this number is, the more important the group is. This is useful in the case where a player has more roles assigned. In this case, the group with the lowest priority will be assigned, the most important group. Negative numbers are also allowed. Always regenerate picked up entities at maximum conditions: Force entity respawn to always be at maximum conditions, even for picked up entities. Default FALSE Global maximum number of active entities for each Enabled Spawnable Entity. (-1 no limit): Global limit that applies to all entities. Determines how many entities of the same type can be in use at the same time. Default -1 (no limit) Maximum number of active entities for each Enabled Spawnable Entity. Value = SkinID, Limits (Number of active entities. -1 no limit): Number of entities of the same type that can be in use at the same time. Here you can specify the limit for each individual SkinID. The limit applied here overrides the global limit. Configuration example: "Maximum number of active entities for each Enabled Spawnable Entity. Value = SkinID, Limits (Number of active entities. -1 no limit)": { "3366887420": -1, "3366892516": 20, "3366893095": 0 } SPAWNABLE ENTITY: ITEM CONFIGURATION Here you will insert all the items with their configurations for the spawn of any entity. Enabled: -- If set to FALSE, the entity cannot be spawned. You can bypass this check with the permission: spawneverything.spawn.not_enabled DisplayName: -- The name of the Item that the player will see when he clicks on it with the mouse. Description: -- A description of the entity that will be spawned. It has no effect on the player's Item, it is just for internal use to remind you what this Item does. Item name (That will be used to spawn the entity. Default grenade.flashbang): -- Here you need to specify the name of the item that will be used to spawn this entity. Spawn PrefabName: -- Here you enter the name of the Prefab that will be generated. It is not mandatory, you can not enter the Prefab Name and instead execute commands that you can define later in the configuration. SkinID: -- Here you enter the SkinID that will be applied to the item. Based on the SkinID, a different Item will be generated for the spawn of different entities. You can use existing SkinIDs on the Steam Workshop or create your own Skin. Item can be stacked? FALSE, the entity will be respawned in the same condition it was in when picked. TRUE, the entity will always be respawned as new: FALSE: the entity will be respawned in the same condition it was in when picked. TRUE: the entity will always be respawned as new. Default: FALSE Entity Type -- This field is used by the plugin to understand if it is a Rust entity or an entity generated by another plugin. If you do not know what to enter, leave it as default: Rust Align the entity with the player's direction: Spawns the entity in the direction the player is looking. Default false Reverse the player's direction for entity generation: If set to TRUE, reverses the player's direction for entity spawning. Default false Force persistence. Set to TRUE if the spawned entity disappears after a server restart: Set to TRUE if the spawned entity disappears after a server restart. Default false Can Pick Up Entity. Default false -- Here you can decide whether the entity can be picked up with the hammer or not. It is recommended to disable picking for all items that generate Loot, to avoid abuse. Spawn Position Offset: -- Here you can specify the position to add relative to the entity spawn point, to fine-tune the positions of entities. Right: Moves the entity to the right. Use a negative value to move the entity to the left Forward: Moves the entity forward. Use a negative value to move the entity backwards. Up: Moves the entity up. Use a negative value to move the entity down. Spawn Rotation Offset -- Here you can specify the coordinates to add relative to the entity's spawn point, to fine-tune the rotation of the entities. X: Rotate the entity on the X-axis Y: Rotate the entity on the Y-axis Z: Rotate the entity on the Z-axis Custom Radius Check -- Each spawn checks if there are entities that collide and the radius, within which to check, is automatically determined based on the size of the entity. But in some cases it is necessary to define a custom radius. Here you can decide the radius within which to check if there are entities that collide with the spawn. Execute Player Commands: -- Here you can enter 1 or more commands that will be executed when the Item is launched. You can use some placeholders that can be passed to the commands %%msg%%: This placeholder can be used to send a message to the player, here is an example command: "%%msg%% test command": This will send a message to the player with the text: "test command" "%%msg%% %%steamid%%": This will send a message to the player with the text: player steamID %%steamid%%: This placeholder is used to insert the player's steamID into the command. %%username%%: This placeholder is used to insert the player username into the command. %%displayName%%: This placeholder is used to insert the player display name (include clan tag) into the command. %%spawnCoordinateX%%: This placeholder is used to insert the spawn coordinate X into the command. %%spawnCoordinateY%%: This placeholder is used to insert the spawn coordinate Y into the command. %%spawnCoordinateZ%%: This placeholder is used to insert the spawn coordinate Z into the command. %%spawnRotationX%%: This placeholder is used to insert the spawn rotation X into the command. %%spawnRotationY%%: This placeholder is used to insert the spawn rotation Y into the command. %%spawnRotationZ%%: This placeholder is used to insert the spawn rotation Z into the command. %%mapGrid%%: This placeholder is used to insert the map grid into the command. %%mapGridLetter%%: This placeholder is used to insert the map grid letter into the command. %%mapGridNumber%%: This placeholder is used to insert the map grid number into the command. -------------------- Here are some possible command examples: "deposit %%steamid%% 1000": Will deposit 1000 RP into the player's account (Economics plugin) "inventory.giveto %%steamid%% "short name" "amount" ": This will send a certain amount of items to the player. Execute Player Commands As Admin: -- If set to TRUE, runs the command as Admin. Useful for running commands that require server-side Admin permissions. Default: FALSE Execute Server Commands: -- Run a command on the server console with server privileges. Allow administrative commands such as spawning entities, changing game variables, managing players, etc. Bypass normal player permission restrictions, as the command is executed as if it were entered directly into the server console. Useful if you want to run a command, that a player normally could not execute, because he does not have permissions. You can use the same placeholders as the property: Execute Player Commands Spawn Cooldown (seconds): -- Sets a wait time before the entity is spawned, once the item is thrown. Usage Cooldown. Cooldown for reuse (seconds) (0 no cooldown): Cooldown for entity reuse. Default 0 seconds Spawn Only Outside: -- If set to TRUE, the entity can only spawn outside of buildings or on the roof. It cannot spawn inside the building. Useful for vehicles or large entities, to avoid them getting stuck inside the base. Default: TRUE. You can bypass this check with the permission: spawneverything.spawn.bypass_only_outside Allow spawning entity only where you have Building Privilege -- If set to TRUE, spawning is only allowed where you have building permissions. Default: FALSE. You can bypass this check with the permission: spawneverything.spawn.bypass_building_privilege Requires Building Privilege or zones without TC to Spawn Entity: -- If set to TRUE, building permissions will be required to spawn an entity or zones without TC. Default: TRUE. You can bypass this check with the permission: spawneverything.spawn.bypass_building_privilege Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled] -- Minimum spawn distance from any Tool Cupboard (TC). [0 = Disabled]. Default: 0. You can bypass this check with the permission: spawneverything.spawn.bypass_tc Allow Spawn in Monuments: -- If set to FALSE, the entity cannot be spawned inside the monument, but can be spawned outside the monument, within the radius of the monument (Radius means the red radius visible when for example trying to build near a monument). Default: FALSE. You can bypass this check with the permission: spawneverything.spawn.bypass_monument Disable Spawn in Monuments and Monuments radius: -- If set to true, the entity cannot be spawned inside the monument and outside the monument, within the radius of the monument (Radius means the red radius visible when for example trying to build near a monument). Default: FALSE. You can bypass this check with the permission: spawneverything.spawn.bypass_monument Disable Spawn On Road/Rails -- Disable entity spawn on the road/rails. Default: FALSE. You can bypass this check with the permission: spawneverything.spawn.bypass_road_rails Minimum spawn distance from Road/Rails -- Minimum distance from the road/rails for the entity to spawn. Default: 0. You can bypass this check with the permission: spawneverything.spawn.bypass_road_rails Dont Spawn In Water: -- If set to TRUE, the entity cannot be spawned in water. Useful for vehicles that cannot go in water. Warning: There is one exception. In very shallow water, entities can still be spawned, for example near the coast. The water must not be deeper than 0.5 meters. Default: FALSE. You can bypass this check with the permission: spawneverything.spawn.bypass_water Requires Water: -- If set to TRUE, the entity can only be spawned in water, useful for vehicles that can only operate in water, such as boats. Default: FALSE Minimum Water Depth: -- If the entity can only be spawned in water, you can decide the minimum depth of the water. Useful to avoid spawning large entities in very shallow water so they do not get stuck. Default: 0 Meters = Any depth. The value cannot be negative. No Damage -- If set to TRUE, entities will not take damage. Default: FALSE No Damage - Allow Decay Damage -- Entities for which damage protection has been activated will continue to take damage from decay. Default: FALSE Disable resource production, for example for entities of type Resource/Nature -- If set to TRUE, entities do not produce resources, useful for entities of type Resources/Nature Armored: -- There are entities that have the same Prefab Name, but 1 of the 2 can be generated with armor. In this case, you can decide which entity should have armor, For example Armored Hot Air Balloon. Unlimited Fuel: -- If the entity is a vehicle, you can choose to spawn the entity with unlimited fuel. This configuration does not apply to Karuza's custom vehicles. You can bypass this check with the permission: spawneverything.fuel.unlimited Fuel Amount: -- If the entity is a vehicle, you can decide how much fuel the entity will spawn with. Default: 0 fuel. You can bypass this check with the permission: spawneverything.fuel.unlimited NB: At least 1 of the 2 fields between Spawn PrefabName and Execute Commands is mandatory LOCALIZATION The plugin is translated into the following languages: English Italian Spanish French German Dutch Turkish Russian Ukrainian Chinese (Simplified - zh-CN) Translation files are located in the /oxide/lang folder,here is an example of a /oxide/lang/en/SpawnEverything.json translation file. You can add translations for other languages by adding them to the folder: /oxide/lang ALL AVAILABLE ENTITIES Here you can find a file with all the entities currently available and the various information on the item to create to spawn the entity ALL AVAILABLE ENTITIES ---------------------------------------- AVAILABLE ENTITIES By default the plugin is configured with these entities that can be generated: VEHICLES: Minicopter, Attack Helicopter, Scrap Transport Helicopter, Hot Air Balloon, Armored Hot Air Balloon, Kayak, Row Boat, RHIB, Tugboat, Submarine Solo, Submarine Duo, Horse, Snowmobile, Tomaha Snowmobile, Sedan, 2 Module Car, 3 Module Car, 4 Module Car, Motorbike, Motorbike With Sidecar, Pedal Bike, Pedal Trike. NAVAL DEEP SEA: PT Boat, Cannon - Land. KARUZA CUSTOM VEHICLES: All Karuza special vehicles are included, you need to enable the property in the config file to use them. Requires Karuza Vehicles plugin. SPECIAL VEHICLES: Bradley APC, Patrol Helicopter, Chinook 47. SPECIAL ENTITIES: Train Casino - Lucky Caboose, Blackjack Machine (Caboose), Card Table (Caboose), Slot Machine (Caboose), Card Table - A, Card Table - B, Card Table - C, Card Table - D, Slot Machine, Recycler, Recycler Safe Zone, Present Drop, Desk A Static, Door Vault, Small Ramp, Plank CRATE: Locked Crate, Oil Rig Locked Crate, Bradley APC Crate, Patrol Helicopter Crate, Elite Tier Crate, Elite Tier Crate - Underwater Labs. CRATER: Survey Crater - For Mining Quarry, Survey Crater Oil - For Pump Jack. RESOURCES/NATURE: Deployment of entities of type Resources/Nature, such as trees NEW ENTITIES You can add as many entities as you want via the configuration file. If you have any difficulties or need to add a particular entity, feel free to open a support request and it will be added to the plugin. New entities will be added with future releases of the plugin. ENTITY IMAGE PREVIEW: Spawn Minicopter Spawn Attack Helicopter Spawn Scrap Transport Helicopter Spawn Hot Air Balloon Spawn Armored Hot Air Balloon Spawn Kayak Spawn Row Boat Spawn RHIB Spawn Tugboat Spawn Submarine Solo Spawn Submarine Duo Spawn Horse Spawn Snowmobile Spawn Tomaha Snowmobile Spawn Sedan Spawn 2 Module Car Spawn 3 Module Car Spawn 4 Module Car Spawn Motorbike Spawn Motorbike With Sidecar Spawn Pedal Bike Spawn Pedal Trike Spawn Recycler Spawn Recycler Safe Zone Spawn Bradley APC Spawn Patrol Helicopter Spawn Chinook 47 Spawn MLRS Launcher Spawn Survey Crater - For Mining Quarry Spawn Survey Crater Oil - For Pump Jack Spawn Locked Crate Spawn Oil Rig Locked Crate Spawn Bradley APC Crate Spawn Patrol Helicopter Crate Spawn Elite Tier Crate Spawn Elite Tier Crate - Underwater Labs Spawn Train Casino - Lucky Caboose Spawn Casino - Blackjack Machine (Caboose) Spawn Casino - Card Table (Caboose) Spawn Casino - Slot Machine (Caboose) Spawn Card Table - A Spawn Card Table - B Spawn Card Table - C Spawn Card Table - D Spawn Casino - Slot Machine Spawn Present Drop Spawn PT Boat Spawn Cannon - Land Spawn Desk A Static Spawn Door Vault Spawn Small Ramp Spawn Plank SPAWN ALL KARUZA VEHICLES SPAWN BASES EXECUTE COMMANDS AND MUCH MORE... Swamp Tree A Swamp Tree B Swamp Tree C Swamp Tree D Swamp Tree E Swamp Tree F Arctic Forest - Douglas Fir A Snow Arctic Forest - Douglas Fir B Snow Arctic Forest - Douglas Fir C Snow Arctic Forest - Pine A Snow Arctic Forest - Pine C Snow Arctic Forest - Pine Dead Snow A Arctic Forest - Pine Dead Snow B Arctic Forest - Pine Dead Snow C Arctic Forest - Pine Dead Snow D Arctic Forest - Pine Dead Snow E Arctic Forest - Pine Dead Snow F Arctic Forest - Pine Sapling A Snow Arctic Forest - Pine Sapling B Snow Arctic Forest - Pine Sapling C Snow Arctic Forest - Pine Sapling D Snow Arctic Forest - Pine Sapling E Snow Arctic Forestside - Pine A Snow Arctic Forestside - Pine B Snow Arctic Forestside - Pine D Snow Arctic Forestside - Pine Dead Snow E Arctic Forestside - Pine Dead Snow F Arctic Forestside - Pine Sapling D Snow Arctic Forestside - Pine Sapling E Snow Arid Beachside - Palm Tree Short A Arid Beachside - Palm Tree Short B Arid Beachside - Palm Tree Short C Arid Beachside - Palm Tree Small A Arid Beachside - Palm Tree Small B Arid Beachside - Palm Tree Small C Arid Cactus 1 Arid Cactus 2 Arid Cactus 3 Arid Cactus 4 Arid Cactus 5 Arid Cactus 6 Arid Cactus 7 Arid Field - Palm Tree Short A Arid Field - Palm Tree Short B Arid Field - Palm Tree Short C Arid Field - Palm Tree Small B Arid Field - Palm Tree Small C Arid Forest - Palm Tree Medium A Arid Forest - Palm Tree Short A Arid Forest - Palm Tree Short B Arid Forest - Palm Tree Short C Arid Forest - Palm Tree Tall A Arid Forest - Palm Tree Tall B Arid Forestside - Palm Tree Short A Arid Forestside - Palm Tree Short B Arid Forestside - Palm Tree Short C Bushes Arctic - Willow Snow A Bushes Arctic - Willow Snow B Bushes Arctic - Willow Snow C Bushes Arctic - Willow Snow D Bushes Arctic - Willow Snow Small A Bushes Arctic - Willow Snow Small B Bushes Arctic Forest - Spicebush A Snow Bushes Arctic Forest - Spicebush C Snow Bushes Arctic Forest - Willow Snow A Bushes Arctic Forest - Willow Snow B Bushes Arctic Forest - Willow Snow C Bushes Arctic Forest - Willow Snow D Bushes Arid Desert - Creosote C Bushes Arid Desert - Creosote D Bushes Arid Desert - Mormon Tea A Bushes Arid Desert - Mormon Tea B Bushes Arid Desert - Mormon Tea C Bushes Arid Desert - Mormon Tea D Bushes Arid Dry - Creosote A Bushes Arid Dry - Creosote B Bushes Arid Grass - Creosote A Bushes Arid Grass - Creosote B Bushes Arid Grass - Creosote C Bushes Arid Grass - Creosote D Bushes Arid Ocotillo A Bushes Arid Ocotillo B Bushes Arid Ocotillo C Bushes Arid Ocotillo D Bushes Arid Ocotillo - Dry A Bushes Arid Ocotillo - Dry B Bushes Arid Ocotillo - Dry C Bushes Arid Ocotillo - Dry D Bushes Temperate - Spicebush A Bushes Temperate - Spicebush B Bushes Temperate - Spicebush C Bushes Temperate - Spicebush D Bushes Temperate - Willow A Bushes Temperate - Willow B Bushes Temperate - Willow C Bushes Temperate - Willow D Bushes Tundra - Spicebush A Bushes Tundra - Spicebush B Bushes Tundra - Spicebush C Bushes Tundra - Spicebush D Temperate Beachside - Birch Small Temperate Beachside - Birch Tiny Temperate Field - American Beech D Temperate Field - American Beech E Temperate Field - Birch Small Temperate Field - Birch Tiny Temperate Field Large - Oak B Temperate Field Large - Oak C Temperate Field Large - Oak D Temperate Field - Oak E Temperate Field - Oak F Temperate Field - Pine B Temperate Field - Pine D Temperate Forest - American Beech A Dead Temperate Forest - American Beech A Temperate Forest - American Beech B Temperate Forest - American Beech C Temperate Forest - Birch Big Temperate Forest - Birch Large Temperate Forest - Birch Medium Temperate Forest Pine - American Beech A Temperate Forest Pine - American Beech B Temperate Forest Pine - American Beech C Temperate Forest Pine - Birch Big Temperate Forest Pine - Birch Large Temperate Forest Pine - Douglas Fir A Temperate Forest Pine - Douglas Fir B Temperate Forest Pine - Douglas Fir C Temperate Forest Pine A Temperate Forest Pine C Temperate Forestside - American Beech D Temperate Forestside - American Beech E Temperate Forestside - American Beech E Dead Temperate Forestside - Birch Medium Temperate Forestside - Birch Small Temperate Forestside - Birch Tiny Temperate Forestside Pine - Douglas Fir D Temperate Forestside Pine B Temperate Forestside Pine D Tundra Field - Birch Big Tundra Field - Birch Large Tundra Field - Birch Medium Tundra Field - Birch Small Tundra Field - Birch Tiny Tundra Field - Pine Dead D Tundra Field - Pine Dead E Tundra Field - Pine Dead F Tundra Field Pine A Tundra Field Pine B Tundra Field Pine D Tundra Field Pine Sapling A Tundra Field Pine Sapling B Tundra Field Pine Sapling C Tundra Field Pine Sapling D Tundra Field Pine Sapling E Tundra Forest - Birch Big Tundra Forest - Birch Large Tundra Forest Dead - Douglas Fir C Tundra Forest - Pine Dead A Tundra Forest - Pine Dead B Tundra Forest - Pine Dead C Tundra Forest - Pine Dead D Tundra Forest - Pine Dead E Tundra Forest - Pine Dead F Tundra Forest - Douglas Fir A Tundra Forest - Douglas Fir B Tundra Forest - Douglas Fir C Tundra Forest - Douglas Fir D Tundra Forest - Pine A Tundra Forest - Pine C Tundra Forest - Pine Dead A Tundra Forest - Pine Dead B Tundra Forest - Pine Dead C Tundra Forest - Pine Dead D Tundra Forest - Pine Dead E Tundra Forest - Pine Dead F Tundra Forest - Pine Sapling A Tundra Forest - Pine Sapling B Tundra Forest - Pine Sapling C Tundra Forest - Pine Sapling D Tundra Forest - Pine Sapling E Tundra Forestside - Birch Medium Tundra Forestside - Birch Small Tundra Forestside - Birch Tiny Tundra Forestside - Douglas Fir D Small Tundra Forestside - Pine B Tundra Forestside - Pine D Wood Pile Stone Ore Metal Ore Sulfur Ore Driftwood 1 Driftwood 2 Driftwood 3 Driftwood 4 Driftwood 5 Driftwood Set 1 Driftwood Set 2 Driftwood Set 3 Logs Dry - Dead Log A Logs Dry - Dead Log B Logs Dry - Dead Log C Logs Snow - Dead Log A Logs Snow - Dead Log B Logs Snow - Dead Log C Logs Wet - Dead Log A Logs Wet - Dead Log B Logs Wet - Dead Log C$10.99- 105 comments
- 9 reviews
-
- 7
-
-
-
- #spawn everything
- #spawn
-
(and 35 more)
Tagged with:
- #spawn everything
- #spawn
- #spawn vehicle
- #vehicle
- #karuza vehicle
- #karuza
- #deployables
- #crates
- #custom entity
- #execute commands
- #casino
- #train casino
- #blackjack machine
- #card table
- #slot machine
- #base
- #bases
- #spawn bases
- #item
- #spawn item
- #pickup
- #pickup vehicle
- #pickup karuza
- #pickup karuza vehicle
- #pickup entity
- #recycler
- #recycler safezone
- #instant airdrop
- #airdrop
- #supply signal
- #deploy nature
- #deploy resource
- #nature
- #resources
- #naval
- #deep sea
- #door vault
-
Version 2.2.6
5,519 downloads
Allows bases to become raidable when all players in a base become inactive. Compatible with TruePVE and NextGenPVE servers. This plugin is not compatible with servers that have server.pve set true. It is possible to implement this, but I see no reason to do so as TruePVE provides the same protection and more. Abandoned Bases checks each building on the server in order to determine which bases are inactive. Bases become inactive when all players authorized on the tool cupboard have been offline for the configured amount of days. When a base becomes inactive there are one of two outcomes. 1.) It will be immediately destroyed if it does not meet the configured minimum requirements. 2) It will become raidable for a configurable period of time, and when the time expires the base will be destroyed. Each zone has a map marker, allows PVP and is surrounded by a dome that protects it from being attacked from the outside. Players who zone hop will be flagged with a PVP delay where they can still be attacked for a configurable amount of time. Command /sar - requires abandonedbases.convert permission and converts a base into an abandoned base - this can be used on any base that you are authorized to and will cause the base to be destroyed when the timer expires Command /sab - starts a manual check for each building on the server in order to determine which bases are inactive (requires abandonedbases.admin permission) Command /sar radius - requires abandonedbases.convert permission and converts a base into an abandoned base and uses the specified radius for the dome / zone radius. Min and max radius are configurable. Command /sar cancel - requires abandonedbases.convert and abandonedbases.convert.cancel permissions - completely cancels an event (destroys map marker and dome, disables PVP and prevents base from being despawned) effectively allowing the base to be taken over Command /sar claim - requires abandonedbases.convert and abandonedbases.convert.claim permissions and converts a finished abandoned base into a claimed base that can be taken over by players "Loot Required (SAR)" "Foundations Required (SAR)" "Walls Required (SAR)" These options should be set realistically so that players cannot exploit the /sar command. I recommend Loot Required 100, Foundations Required 10, Walls Required 10 at minimum Command /sar purge - converts all bases on the server into abandoned bases for purge day (requires abandonedbases.convert, abandonedbases.admin and abandonedbases.purgeday permissions) This is a two part command that requires you type /sab afterwards to begin. Requires abandonedbases.purgeday, abandonedbases.convert, and abandonedbases.admin permissions. Announcements are muted during purge to prevent spam. Time To Wait Between Spawns (15) will delay how quickly every base is converted Permissions (ADMINS REQUIRE PERMISSIONS TOO) abandonedbases.convert - required to use /sar command abandonedbases.convert.free - converting is free for users that have this permission abandonedbases.convert.claim - required to use /sar claim command abandonedbases.purgeday - required to use /sar purge command abandonedbases.admin - required to use /sab and purge commands abandonedbases.notices - users with this command can see event-opened notices from the plugin abandonedbases.attack - lets players hunt bases and convert them by attacking if they're abandoned abandonedbases.attack.time - shows players how much time is left before a base becomes abandoned when they attack it abandonedbases.attack.lastseen - required to see the last time the player was online when attacking a base Auto-add abandonedbases.immune to configuration if one does not exist already (lifetime set to "none") - abandonedbases.immune will not be automatically added if the configuration contains a different immunity permission already - abandonedbases.immune will give the user immunity to any base they've built at or are authed at from becoming abandoned - abandonedbases.exclude does not provide immunity and is explicitly intended for the plugin to ignore the player only - abandonedbases.exclude is intended for admins, mods, staff or helpers to be able to freely make repairs or auth at bases without interfering with the abandoned timer abandonedbases.exclude: excludes the user from being checked as an authorized user to a TC this permission should not be used to exempt users - exempt users with immunity by assigning them a permission from a role that has the lifetime set to "none" example roles that includes permission abandonedbases.immune and lifetime set to "none" to properly exempt a user or group by granting abandonedbases.immune to a user or group: "Purge Settings": [ { "Permission": "abandonedbases.immune", "Lifetime (Days)": "none" }, { "Permission": "abandonedbases.vip", "Lifetime (Days)": "7" }, { "Permission": "abandonedbases.veteran", "Lifetime (Days)": "5" }, { "Permission": "abandonedbases.basic", "Lifetime (Days)": "3" } ], Purge Settings Permission - The permission to use with this setting Lifetime (Days) - The amount of time in days before a base is considered abandoned. Set to none to not consider players with this permission as inactive. Conversions Before Destroying Base (1) - The amount of times a base can become abandoned before it is finally destroyed when the Despawn Timer expires. Comes with 3 configured permissions and lifetime days by default Abandoned Settings Blacklisted Commands (command1, command2, command3) - Commands players are not allowed using at a raid or marked with PVP delay Marker Name (Minutes) (Abandoned Player Base [{time}m]) - Text shown on map marker for minutes Marker Name (Seconds) (Abandoned Player Base [{time}s]) - Text shown on map marker for seconds Foundations Required (4) - Minimum amount of foundations required to become raidable Walls Required (3) - Minimum amount of walls required to become raidable Sphere Amount (10) - Increase to darken the dome, or decrease to brighten it Sphere Radius (50) - How big the dome is in meters Use Dynamic Sphere Radius (false) - Allow the dome to detect the best dome size Max Dynamic Radius (75.0) - How maximum size of the dynamic radius Min Custom Sphere Radius - The minimum radius allowed when using /sar <radius> Max Custom Sphere Radius - The maximum radius allowed when using /sar <radius> PVP Delay (15.0) - The amount of time in seconds that players can take damage after leaving the dome Despawn Timer (1800.0) - The amount of time in seconds that players have to finish the raid Reset Despawn Timer When Base Is Attacked (true) - When enabled this will reset the above despawn timer back to 1800 seconds by default Do Not Destroy Base When Despawn Timer Expires (false) - Use this to override and prevent a base from being destroyed when Despawn Timer expires Backpacks Can Be Opened (true) - When enabled players will be allowed to open their backpacks while inside of the dome Backpacks Can Be Looted By Anyone (false) - Bypass PreventLooting plugin and allow backpacks to be lootable if enabled Corpses Can Be Looted By Anyone (true) - Bypass PreventLooting plugin and allow backpacks to be lootable if enabled Allow PVP (true) - Allows PVP while inside of the dome, and when flagged with a PVP delay Seconds Until Despawn After Looting (600) Seconds Until Despawn After Looting Resets When Damaged (true) Cancel Automated Events If Abandoned Owner Comes Online (false) Message Raiders When Event Ends During Automated Cancellation (true) Change Marker Color On First Entity Destroyed (true) Cooldown Between Conversions (3600) - Time required between each manual conversion of a base using /sar Cooldown Between Events (3600) - Time between each event - prevents looting, damage and using /sar claim Cooldown Between Cancel (3600) - Time the player must wait to use /sar cancel Cooldown Between Conversions Ignored During Purge (true) Cooldown Between Cancel Ignored During Purge (true) Cooldown Between Events Ignored During Purge (true) Prevent Hogging Ignored During Purge (false) Run Once On Server Startup (false) - Check for abandoned bases immediately after server startup is complete Run Every X Seconds (0.0) - The time in seconds to check for each building on the server in order to determine which bases are inactive Kill Inactive Sleepers (false) - When enabled players with a permission from purge settings will be executed when they are offline for the configured amount of lifetime days Let Players Kill Abandoned Sleepers (false) - Allows players to kill anyone sleeping inside of an abandoned base rather than the server killing them automatically Economics/ServerRewards Cost To Manually Convert (0 = disabled) - Used with /sar command to convert any base into an abandoned base Use Map Marker (true) Require Event Be Finished Before It Can Be Canceled (true) Various auto turret settings Hooks (implemented in 2.1.4, updated in 2.2.5) participants - anyone that has actively participated (excludes admin if configured, and those in noclip or vanish) - this should not contain null elements participantIds - contains the userid of all participants - this list is better as anyone offline and dead will be included in this but not in the participants list because they would be null! intruders - anyone currently inside of the event (does not exclude anyone) - this should not contain null elements intruderIds - contains the userid of everyone inside of the event (does not exclude anyone) - this list is better as anyone offline and dead will be included in the list but not in the intruders list because they would be null! void OnBaseSkipped(Vector3 v, ulong userid, HashSet<ulong> owners, string reason, BuildingManager.Building building) { } void OnTugboatSkipped(Vector3 v, ulong userid, HashSet<ulong> owners, string reason, BaseEntity entity) { } void OnShelterSkipped(Vector3 v, ulong userid, HashSet<ulong> owners, string reason, BaseEntity entity) { } void OnAbandonedBaseStarted(Vector3 center, float radius, bool AllowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnAbandonedBaseEnded(Vector3 center, float radius, bool AllowPVP, List<BasePlayer> participants, List<ulong> participantIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnAbandonedBaseTurretsInitialized(List<AutoTurret> turrets,Vector3 center, float radius, bool AllowPVP, ulong raiderId, bool CanDropBackpack, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnRaidableDespawnUpdate(Vector3 center, float radius, bool AllowPVP, ulong raiderId, DateTime DespawnDateTime, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnPlayerEnteredAbandonedBase(BasePlayer player, Vector3 center, float radius, bool AllowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnPlayerExitAbandonedBase(BasePlayer player, Vector3 center, float radius, bool AllowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnAbandonedBaseCompleted(Vector3 center, float radius, bool AllowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnAbandonedBaseClaimed(BasePlayer player, Vector3 center, float radius, bool AllowPVP, List<BasePlayer> participants, List<ulong> participantIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnAbandonedBaseClaimFailed(BasePlayer player, Vector3 center, float radius, bool AllowPVP, List<BasePlayer> participants, List<ulong> participantIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } object OnBlockRaidableBasesTeleport(BasePlayer player, Vector3 to) => null; // return true to allow the blocked teleport, return a string to block with your message instead void OnAbandonedBasePrivilegeDestroyed(Vector3 center, float radius, bool AllowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, BuildingPrivlidge priv, bool areCupboardsTaken, Guid guid) { } void OnPlayerPvpDelayStart(BasePlayer player, ulong userid, Vector3 eventPos, float radius, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnPlayerPvpDelayExpiredII(BasePlayer player, ulong userid, Vector3 eventPos, float radius, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnPlayerPvpDelayReset(BasePlayer player, ulong userid, Vector3 eventPos, float radius, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnAbandonedBaseDespawned(Vector3 eventPos, float radius, bool allowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, Guid guid) { } object OnProcessPlayerEntity(BaseEntity entity, HitInfo info) => null; // cancel to prevent the plugin from handling this entity, though it can still be an event entity already in some cases void OnAbandonedBaseDespawn(List<BaseEntity> entities) { } // only called when a base is not eligible to convert void OnAbandonedBaseDespawn(Vector3 center, float radius, bool AllowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) { } void OnAbandonedBaseStart(Vector3 center, float radius, bool allowPVP, List<BasePlayer> intruders, List<ulong> intruders, List<ulong> intruderIds, List<BaseEntity> entities, bool canDropBackpack, bool automatedEvent, bool attackEvent, Guid guid) Added OnEntityEnteredAbandonedBase(BaseEntity entity, Vector3 center, float radius, bool allowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, List<BuildingPrivlidge> privs, bool canDropBackpack, bool automatedEvent, Guid guid) Convert Bases and/or Claim Bases Credits: misticos for giving permission to use some of his code$30.00- 634 comments
- 11 reviews
-
- 23
-
-
-
- #rust
- #rust plugin
- (and 6 more)
-
Version 1.0.0
1 download
Hello! This is one of my largest base design packs yet. It includes 210 unique bases, with over 30+ designs for every skill level (from starter to endgame). This collection combines all my current individual packs into one ultimate bundle. If you have already purchased any of my previous packs, please check carefully before buying this one to avoid duplicate content. However, if this is your first time considering my designs, this pack is the perfect place to start! Thank you in advance for your support, and I hope you enjoy building!$150.00-
- #rust
- #rust+
-
(and 38 more)
Tagged with:
- #rust
- #rust+
- #rusty
- #ruster
- #rustui
- #rust 5x
- #rust 2k
- #rust 2x
- #rustgpt
- #rustwar
- #rustmap
- #rust cs
- #rust rp
- #rustapp
- #rust ui
- #rustbot
- #rust 4k
- #rust pr
- #rust hud
- #rustplay
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
- #base upgrades
-
Version 1.0.0
2 downloads
CLAN BASES | MINI-PACK (Tier 6) (new- 14.05.2026) part 1 Want the power of a mega-clan fortress without committing to a massive bundle? This exclusive mini-pack features 5 of our most elite Tier 6 designs, perfect for those who want top-tier quality in a smaller, focused collection. These 5 bases are not part of any current bundle. They are brand-new designs, exclusively created for our upcoming 'Summer Collection.' Get your hands on these elite models now before the full seasonal pack is officially released! Why this Mini-Pack? Hand-Picked Excellence: We’ve selected 5 high-performance clan bases that define the current meta. Pro-Level Defense: Each base includes advanced features like multi-TC coverage, wide-gap shooting floors, and unlootable room designs. Cost-Effective: Get the best architectural engineering at a fraction of the full bundle price. Perfect for Events: Ideal for server owners who want to host high-stakes Raidable Base events. The "Raid Luck" Experience What makes this mini-pack unique is the variable difficulty. We have intentionally included a mix of designs: The Strategic Trap: Some bases might appear easier at first glance but hide complex pathing and deceptive honeycombing. The Hardened Fortress: Others are pure nightmares of steel and high-quality metal, built to withstand hours of constant raiding. Your Luck, Your Raid: It all depends on your luck! You might encounter a "softer" target or a "brick wall" fortress. This variety keeps your players on their toes and ensures no two raids feel the same. The Element of Surprise: Deceptive Shells "You might notice that some bases in this pack share a similar exterior—and that is by design. We created these 'twin' structures to solve a common problem for server owners: Predictability. If a player raids the same base design multiple times, they learn exactly where the loot is hidden. To counter this, we’ve developed Deceptive Interiors: Identical Outsides: Keeps raiders guessing from the start. They won’t know which version they are facing until they blow the first door. Completely Different Internals: While the shells look the same, the pathing, loot room locations, and trap placements are entirely different. Anti-Meta Tech: This forces raiders to actually scout and use resources instead of relying on memory. Don't let them raid with their eyes closed. Keep your players on their toes with our unpredictable layouts!" 🛠 Technical Specs Quantity: 5 Elite Clan Bases. Format: Fully compatible with the CopyPaste plugin (.json files). Optimization: Tested for stability and raiding flow to ensure the best player experience. Important Reminder This is a Base Model Pack (.json files). It is NOT the Raidable Bases plugin script. These are the blueprints crafted by our professional building team. Level Up Your Server Don't settle for basic cubes. Give your players a challenge they’ll never forget. Whether you're looking for a "Hardcore" event or a permanent fortress for your top clan, these 5 bases are built to dominate. [ Buy Now & Start Building]$9.99 -
Version 1.0.0
1 download
CLAN BASES | MINI-PACK (Tier 6) (new- 15.05.2026) part 2 Want the power of a mega-clan fortress without committing to a massive bundle? This exclusive mini-pack features 5 of our most elite Tier 6 designs, perfect for those who want top-tier quality in a smaller, focused collection. These 5 bases are not part of any current bundle. They are brand-new designs, exclusively created for our upcoming 'Summer Collection.' Get your hands on these elite models now before the full seasonal pack is officially released! Why this Mini-Pack? Hand-Picked Excellence: We’ve selected 5 high-performance clan bases that define the current meta. Pro-Level Defense: Each base includes advanced features like multi-TC coverage, wide-gap shooting floors, and unlootable room designs. Cost-Effective: Get the best architectural engineering at a fraction of the full bundle price. Perfect for Events: Ideal for server owners who want to host high-stakes Raidable Base events. The "Raid Luck" Experience What makes this mini-pack unique is the variable difficulty. We have intentionally included a mix of designs: The Strategic Trap: Some bases might appear easier at first glance but hide complex pathing and deceptive honeycombing. The Hardened Fortress: Others are pure nightmares of steel and high-quality metal, built to withstand hours of constant raiding. Your Luck, Your Raid: It all depends on your luck! You might encounter a "softer" target or a "brick wall" fortress. This variety keeps your players on their toes and ensures no two raids feel the same. The Element of Surprise: Deceptive Shells "You might notice that some bases in this pack share a similar exterior—and that is by design. We created these 'twin' structures to solve a common problem for server owners: Predictability. If a player raids the same base design multiple times, they learn exactly where the loot is hidden. To counter this, we’ve developed Deceptive Interiors: Identical Outsides: Keeps raiders guessing from the start. They won’t know which version they are facing until they blow the first door. Completely Different Internals: While the shells look the same, the pathing, loot room locations, and trap placements are entirely different. Anti-Meta Tech: This forces raiders to actually scout and use resources instead of relying on memory. Don't let them raid with their eyes closed. Keep your players on their toes with our unpredictable layouts!" 🛠 Technical Specs Quantity: 5 Elite Clan Bases. Format: Fully compatible with the CopyPaste plugin (.json files). Optimization: Tested for stability and raiding flow to ensure the best player experience. Important Reminder This is a Base Model Pack (.json files). It is NOT the Raidable Bases plugin script. These are the blueprints crafted by our professional building team. Level Up Your Server Don't settle for basic cubes. Give your players a challenge they’ll never forget. Whether you're looking for a "Hardcore" event or a permanent fortress for your top clan, these 5 bases are built to dominate. [ Buy Now & Start Building]$9.99-
- #rust
- #rust+
-
(and 29 more)
Tagged with:
- #rust
- #rust+
- #rusty
- #ruster
- #rustui
- #rust 5x
- #rust pr
- #rust 2k
- #rust 2x
- #rustgpt
- #rustwar
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
- #base upgrades
-
Version 1.0.0
3 downloads
Hello everyone, I’m excited to present a brand new base pack! I’ve put a lot of hard work into this project and I hope you’ll appreciate the quality. In fact, we are already working on the next one! This pack includes 120 completely new, raid-ready bases. You will find 20 unique designs for every difficulty level, from Easy all the way up to Clan Bases. I hope you enjoy these builds! If you’re satisfied, please leave a positive review—it helps a lot. Also, if you have any suggestions for future updates, feel free to leave a comment below! Thank you!"$85.99-
- #rust
- #rust+
-
(and 62 more)
Tagged with:
- #rust
- #rust+
- #rusty
- #ruster
- #rustui
- #rust 5x
- #rust 2k
- #rust 2x
- #rustbot
- #rustgpt
- #rustwar
- #rustmap
- #rust cs
- #rustapp
- #rust rp
- #rust ui
- #rust pr
- #rust 4k
- #rust hud
- #pvp
- #pvppve
- #pvp map
- #pvp pve
- #pvp/pve
- #pvpping
- #pvpzone
- #pvpblock
- #pvpmoney
- #pvppoint
- #pvp arena
- #pvp event
- #pvp money
- #pvpmarker
- #pvp combat
- #pvp logger
- #pvp marker
- #pvp-control
- #pvp rust map
- #pvp incentive
- #house
- #houses
- #houseboat
- #houseruins
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #basic
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
- #base upgrades
-
Version 1.0.0
1 download
CLAN BASES | MINI-PACK (Tier 6) Want the power of a mega-clan fortress without committing to a massive bundle? This exclusive mini-pack features 5 of our most elite Tier 6 designs, perfect for those who want top-tier quality in a smaller, focused collection. Why this Mini-Pack? Hand-Picked Excellence: We’ve selected 5 high-performance clan bases that define the current meta. Pro-Level Defense: Each base includes advanced features like multi-TC coverage, wide-gap shooting floors, and unlootable room designs. Cost-Effective: Get the best architectural engineering at a fraction of the full bundle price. Perfect for Events: Ideal for server owners who want to host high-stakes Raidable Base events. The "Raid Luck" Experience What makes this mini-pack unique is the variable difficulty. We have intentionally included a mix of designs: The Strategic Trap: Some bases might appear easier at first glance but hide complex pathing and deceptive honeycombing. The Hardened Fortress: Others are pure nightmares of steel and high-quality metal, built to withstand hours of constant raiding. Your Luck, Your Raid: It all depends on your luck! You might encounter a "softer" target or a "brick wall" fortress. This variety keeps your players on their toes and ensures no two raids feel the same. The Element of Surprise: Deceptive Shells "You might notice that some bases in this pack share a similar exterior—and that is by design. We created these 'twin' structures to solve a common problem for server owners: Predictability. If a player raids the same base design multiple times, they learn exactly where the loot is hidden. To counter this, we’ve developed Deceptive Interiors: Identical Outsides: Keeps raiders guessing from the start. They won’t know which version they are facing until they blow the first door. Completely Different Internals: While the shells look the same, the pathing, loot room locations, and trap placements are entirely different. Anti-Meta Tech: This forces raiders to actually scout and use resources instead of relying on memory. Don't let them raid with their eyes closed. Keep your players on their toes with our unpredictable layouts!" 🛠 Technical Specs Quantity: 5 Elite Clan Bases. Format: Fully compatible with the CopyPaste plugin (.json files). Optimization: Tested for stability and raiding flow to ensure the best player experience. Important Reminder This is a Base Model Pack (.json files). It is NOT the Raidable Bases plugin script. These are the blueprints crafted by our professional building team. Level Up Your Server Don't settle for basic cubes. Give your players a challenge they’ll never forget. Whether you're looking for a "Hardcore" event or a permanent fortress for your top clan, these 5 bases are built to dominate. [ Buy Now & Start Building]$9.99 -
Version 1.0.0
2 downloads
Want the power of a mega-clan fortress without committing to a massive bundle? This exclusive mini-pack features 5 of our most elite Tier 6 designs, perfect for those who want top-tier quality in a smaller, focused collection. Why this Mini-Pack? Hand-Picked Excellence: We’ve selected 5 high-performance clan bases that define the current meta. Pro-Level Defense: Each base includes advanced features like multi-TC coverage, wide-gap shooting floors, and unlootable room designs. Cost-Effective: Get the best architectural engineering at a fraction of the full bundle price. Perfect for Events: Ideal for server owners who want to host high-stakes Raidable Base events. Technical Specs Quantity: 5 Elite Clan Bases. Format: Fully compatible with the CopyPaste plugin (.json files). Optimization: Tested for stability and raiding flow to ensure the best player experience. Important Reminder This is a Base Model Pack (.json files). It is NOT the Raidable Bases plugin script. These are the blueprints crafted by our professional building team. Level Up Your Server Don't settle for basic cubes. Give your players a challenge they’ll never forget. Whether you're looking for a "Hardcore" event or a permanent fortress for your top clan, these 5 bases are built to dominate. [ Buy Now & Start Building]$9.99-
- #r
- #rust
-
(and 40 more)
Tagged with:
- #r
- #rust
- #rust+
- #rusty
- #ruster
- #rustrewards
- #rustui
- #rust pr
- #rust 5x
- #rust 2k
- #rust 2x
- #rustgpt
- #rustwar
- #rustmap
- #rust cs
- #rust rp
- #rustapp
- #rust ui
- #rustbot
- #rust 4k
- #rust hud
- #rustpass
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #vk
- #base loot
- #basepack
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
-
Version 1.0.0
1 download
CLAN BASES | MINI-PACK (Tier 6) Want the power of a mega-clan fortress without committing to a massive bundle? This exclusive mini-pack features 6 of our most elite Tier 6 designs, perfect for those who want top-tier quality in a smaller, focused collection. Why this Mini-Pack? Hand-Picked Excellence: We’ve selected 6 high-performance clan bases that define the current meta. Pro-Level Defense: Each base includes advanced features like multi-TC coverage, wide-gap shooting floors, and unlootable room designs. Cost-Effective: Get the best architectural engineering at a fraction of the full bundle price. Perfect for Events: Ideal for server owners who want to host high-stakes Raidable Base events. The "Raid Luck" Experience What makes this mini-pack unique is the variable difficulty. We have intentionally included a mix of designs: The Strategic Trap: Some bases might appear easier at first glance but hide complex pathing and deceptive honeycombing. The Hardened Fortress: Others are pure nightmares of steel and high-quality metal, built to withstand hours of constant raiding. Your Luck, Your Raid: It all depends on your luck! You might encounter a "softer" target or a "brick wall" fortress. This variety keeps your players on their toes and ensures no two raids feel the same. The Element of Surprise: Deceptive Shells "You might notice that some bases in this pack share a similar exterior—and that is by design. We created these 'twin' structures to solve a common problem for server owners: Predictability. If a player raids the same base design multiple times, they learn exactly where the loot is hidden. To counter this, we’ve developed Deceptive Interiors: Identical Outsides: Keeps raiders guessing from the start. They won’t know which version they are facing until they blow the first door. Completely Different Internals: While the shells look the same, the pathing, loot room locations, and trap placements are entirely different. Anti-Meta Tech: This forces raiders to actually scout and use resources instead of relying on memory. Don't let them raid with their eyes closed. Keep your players on their toes with our unpredictable layouts!" 🛠 Technical Specs Quantity: 5 Elite Clan Bases. Format: Fully compatible with the CopyPaste plugin (.json files). Optimization: Tested for stability and raiding flow to ensure the best player experience. Important Reminder This is a Base Model Pack (.json files). It is NOT the Raidable Bases plugin script. These are the blueprints crafted by our professional building team. Level Up Your Server Don't settle for basic cubes. Give your players a challenge they’ll never forget. Whether you're looking for a "Hardcore" event or a permanent fortress for your top clan, these 5 bases are built to dominate. [ Buy Now & Start Building]$9.99 -
Version 0.1.25
1,784 downloads
Plugin for Real PvE servers, featuring damage prevention, anti-griefing measures, customizable PvP zones, an automatic loot queue in radtowns and raid zones, and much more. The ability to set "server.pve" to "true", which allows the server to have a "PvE" flag; Damage from NPC's are enabled when server.pve is true; The ability to inflict damage to one's own structures with "server.pve true"; The ability to destroy(including external walls) or rotate one's structures without any time constraints; The ability to toggle the gather resource restriction in someone else's Building Privileges; No one, except the owner or their friends, will be able to open their loot containers (chests, storages, bodies, etc.); Administrators can bypass loot restrictions; The ability to schedule the killing of players if they disconnect within someone else's Building Privilege; Disabling backpack and active item drop upon death, even if backpack is full; The ability to modify the items given at spawn on the beach; The ability to create an unlimited number of custom permissions; The ability to allow players to bypass the queue; The ability to set limits on sleeping bags, shelters and auto turrets for each permission; The ability to set a multiplier for the prices of monuments and events for each permission; The ability to customize the price and amount of vehicles for each of your custom permissions; The ability to assign vehicles to each player; The ability to customize the assigned price and available amount of vehicles for each of your custom permissions; An assigned vehicle can't be damaged, looted or pushed by other players, but it can be pushed if it is within someone else's Building Privilege; The ability to loot monuments through a queue system; The ability to configure monuments, setting their looting price and time, and adjusting status bars for each monument; The ability to acquire the privilege to loot events (helicopters, bradleys, and raidable bases) through a purchase; The ability to customize the price of each event types and loot attempts (lives); NPCs only aggress against players who are looting monuments, events or raidable bases; Only players who are looting monuments, events or raidable bases can inflict damage to NPCs; RaidableBases are protected from griefing(no damage, no loot and etc). Only the owner can interact with the raid; Neutral RaidableBases can be purchased; Prices for purchasing neutral raids are configurable for each difficulty level; Configurable raid limits (currently available) along with discount multipliers for purchases, for each permission. File location: *SERVER*\oxide\data\RealPVE\PermissionConfig.json Default: https://pastebin.com/5VtWZZVr All permissions are created and configured in the config file under the "List of permissions" section. You can create as many permissions as needed and customize them flexibly. It is recommended to use the prefix "realpve" in the permission's name, for example: "realpve.vip". NOTE: The first permission will serve as the default permission for those who do not have any permissions. { "List of permissions. NOTE: The first permission will be used by default for those who do not have any permissions.": [ { "Permission Name": "realpve.default", "Bypass Queue": false, "Limit of beds": 15, "Limit of shelters": 1, "Limit of auto turrets": 12, "Seconds that will be skipped when opening HackableLockedCrate": 0.0, "Monuments price multiplier": 1.0, "Events price multiplier": 1.0, "Limit of RaidableBases(at the time)": 1, "RaidableBases price multiplier": 1.0, "Vehicles settings": { "Horse": { "Limit": 1, "Price": 10.0 }, "Bike": { "Limit": 1, "Price": 5.0 }, "MotorBike": { "Limit": 1, "Price": 20.0 }, "Car": { "Limit": 1, "Price": 25.0 }, ... } }, { "Permission Name": "realpve.vip", "Bypass Queue": true, "Limit of beds": 20, "Limit of shelters": 2, "Limit of auto turrets": 15, "Seconds that will be skipped when opening HackableLockedCrate": 450.0, "Monuments price multiplier": 0.9, "Events price multiplier": 0.9, "Limit of RaidableBases(at the time)": 2, "RaidableBases price multiplier": 0.9, "Vehicles settings": { "Horse": { "Limit": 5, "Price": 9.0 }, "Bike": { "Limit": 5, "Price": 4.5 }, "MotorBike": { "Limit": 5, "Price": 18.0 }, "Car": { "Limit": 5, "Price": 22.5 }, ... } } ], "Version": { "Major": 0, "Minor": 1, "Patch": 1 } } An example of a monument/event/rb multipliers using default permissions. For example, if you set the price for the Harbor at $1000, a player with the default permission(1.0) will pay $1000 * 1 = $1000. Meanwhile, a player with a VIP permission(0.9) will pay $1000 * 0.9 = $900. However, if a player possesses a misbehaving permission with a value of 1.1, they will need to pay $1000 * 1.1 = $1100. { "Chat command": "realpve", "Chat admin command": "adminpve", "Is it worth enabling GameTips for messages?": true, "Is it worth using Notify plugins for messages instead of the vanilla UI?": false, "Is it worth forcibly implementing PvE for a server?": true, "Is it worth forcing the tutorial mode support?": true, "Is it worth rechecking the limits when removing permissions?": true, "Is it worth preventing death on logout in safe zones?": true, "Entities spawned by the server allowed to be looted in someone else's building privilege zone(None, Wood, Ore, Flesh, Collectible, All)": "All", "Is it worth forcibly blocking damage from the patrol helicopter to building blocks and deployables?": false, "Is it worth preventing players from handcuffing others?": true, "Is it worth assigning portals(Halloween and Christmas) to the first player?": true, "Is it worth preventing a backpack from dropping upon player death?": true, "Is it worth preventing damage to the laptop of the Hackable Crate?": true, "Is it worth removing the penalties for recyclers in safe zones?": true, "Is it worth allowing all players to pick up items dropped by others? If enabled, personal settings will be ignored": false, "Is it worth protecting sleeping players from animals?": true, "Is it worth allowing players to loot banned players items?": false, "Specify the regular message type for notify": 0, "Specify the warning message type for notify": 1, "The format that will be used for prices": "${0}", "Vehicles - Time in seconds to display the marker when searching for a vehicle. A value of 0 disables the marker": 15.0, "Anti-Sleeper - Time in seconds after which a player will be killed if they disconnect while inside someone else's Building Privilege. Set to 0 to disable": 1200.0, "Is it worth enabling support for the 'Npc Random Raids' plugin?": true, "List of language keys for creating language files(excluding ru)": [ "en" ], "Settings id for the admin loot status bar": "admin_loot", "Is friendly fire enabled by default when creating a new team?": false, "PvP - Is it worth adding map markers for PvP zones?": true, "PvP - Name of the map maker": "PvP Zone!", "PvP - Settings id for the status bar": "pvp", "PvP - Settings id for the progress status bar": "pvp", "Wipe ID": null, "Version": { "Major": 0, "Minor": 1, "Patch": 24 } } ENG: https://pastebin.com/ZMUL6pYL RUS: https://pastebin.com/Mx8cbMts Main commands(/realpve) : autobuy - Toggle autobuy for monuments, vanilla events and raid bases with a total price greater than 0; pickup - Toggle access to pick up your items from the ground for all players; share - Manage access to looting your entities by other players(outside of the team): status *entityID*(optional) - Display information about the settings of the entity you are looking at or the one you specified; add *nameOrID* *entityID*(optional) - Add the specified player to the entity list you are looking at or the one you specified; remove *nameOrID* *entityID*(optional) - Remove the specified player from the entity list you are looking at or the one you specified; toggle *entityID*(optional) - Toggle the entity list you are looking at or the one you specified; delete *entityID*(optional) - Delete the settings for the entity you are looking at or the one you specified; clear - Delete the settings for all your entities. team - Manage your team: ff - Toggle the ability to damage your teammates. vehicle - Manage your vehicles: list - List of IDs for all your vehicles; find *vehicleID*(optional) - Help finding the vehicle you are looking at or the one you specified; unlink *vehicleID*(optional) - Unlink the vehicle you are looking at or the one you specified; clear - Unlink all your vehicles. Admin commands(/adminpve). Permission "realpve.admin" required: autobuy - Manage autobuy for monuments, vanilla events and raid bases: *nameOrId* - Toggle autobuy for the specified player; force monument/event/rb - Toggle forced autobuy. If enabled, player settings will be ignored; clear - Disable autobuy for everyone. config - Manage settings for values in the configuration file: forcepve *boolValue*(optional) - Is it worth forcibly implementing PvE for a server? forcetutorial *boolValue*(optional) - Is it worth forcing the tutorial mode support? gametips *boolValue*(optional) - Is it worth enabling GameTips for messages? perm_limits *boolValue*(optional) - Is it worth rechecking the limits when removing permissions? safe_death *boolValue*(optional) - Is it worth preventing death on logout in safe zones? heli_damage *boolValue*(optional) - Is it worth forcibly blocking damage from the patrol helicopter to building blocks and deployables? handcuffs *boolValue*(optional) - Is it worth assigning portals(Halloween and Christmas) to the first player? portals *boolValue*(optional) - Is it worth preventing players from handcuffing others? backpack_drop *boolValue*(optional) - Is it worth preventing a backpack from dropping upon player death? laptop_damage *boolValue*(optional) - Is it worth preventing damage to the laptop of the Hackable Crate? recycler_safezone *boolValue*(optional) - Is it worth removing the penalties for recyclers in safe zones? item_pickup *boolValue*(optional) - Is it worth allowing all players to pick up items dropped by others? If enabled, personal settings will be ignored; safe_sleep *boolValue*(optional) - Is it worth protecting sleeping players from animals? loot_privilege *stringValues* - Entities spawned by the server allowed to be looted in someone else's building privilege zone(None, Wood, Ore, Flesh, Collectible, All) ; priceformat *stringValue* - The format that will be used for prices; vehicle_marker_time *floatValue* - Vehicles - Time in seconds to display the marker when searching for a vehicle. A value of 0 disables the marker; antisleeper *floatValue* - Anti-Sleeper - Time in seconds after which a player will be killed if they disconnect while inside someone else's Building Privilege. Set to 0 to disable; randomraids *boolValue*(optional) - Is it worth enabling support for the 'Npc Random Raids' plugin? teamff *boolValue*(optional) - Is friendly fire enabled by default when creating a new team? pvpmarkers *boolValue*(optional) - PvP - Is it worth adding map markers for PvP zones? pvpmarkersname *stringValue* - PvP - Name of the map maker. loot - Manage player access to entities without restrictions: *nameOrId* - Toggle unrestricted access for the specified player; self - Toggle unrestricted access for yourself; clear - Revoke unrestricted access for all players. monument - Manage monuments: list - List of available monuments; ignore *nameOrID* *boolValue* - Add or remove a player from the monument entry ignore list; *monumentID*/this - Instead of the monumentID, you can use the word "this", but you must be inside the monument: suffix *boolValue*(optional) - Toggle the suffix display in the monument's name; broadcast *boolValue*(optional) - Toggle notifications about monument occupancy/release; time *intValue* - Set the looting time limit for the monument in seconds; price *floatValue* - Set the cost for looting rights. A value of 0 makes the monument free; offer *floatValue* - Set the offer duration for purchasing the monument in seconds; map_mode *intValue* - Set the marker display mode on the map. 0 - disabled, 1 - enabled, 2 - enabled during PvP mode; map_circle *boolValue*(optional) - Toggle the display of the monument's circle marker on the map; pvp *boolValue*(optional) - Toggle PvP mode for the monument; pvp_delay *floatValue* - Set the PvP mode duration in seconds for players after leaving the PvP monument; bar_progress *boolValue*(optional) - Toggle between TimeProgressCounter and TimeCounter bars for the monument. perm - Manage permissions: add *permName* - Adds a new permission to the list by copying values from the first(default) permission in the list. If the permission name starts with 'realpve', it will also register a new permission; add *permName* *sourcePermName* - Adds a new permission to the list by copying values from an existing permission in the list; remove *permName* - Removes an existing permission from the list; edit *permName* - Edits a permission: queue - Toggle the permission to bypass the server queue; unlockRespawn - Toggle the availability of the Outpost respawn point; beds *intValue* - Restriction on the number of available beds; shelters *intValue* - Restriction on the number of available shelters; turrets *intValue* - Restriction on the number of available turrets; hackable *floatValue* - Number of seconds(0-900) to skip when opening a hackable crate; monuments *floatValue* - Price multiplier for monuments; events *floatValue* - Price multiplier for vanilla events; rb_limit *intValue* - Restriction on the number of raid bases available simultaneously; rb_mult *floatValue* - Price multiplier for raid bases; vehicles *vehType* - Vehicles settings: limit *intValue* - Limit on the number of available vehicles by type; price *floatValue* - Price for registering a vehicle by type. clear - Removes all permissions from the list except the first one. pickup - Manage access to picking up another player's items from the ground: *nameOrId* - Toggle access to picking up a specific player's items from the ground; clear - Revoke access for all players to pick up items from the ground. share - Manage access to looting entities by other players(outside of the team): status *entityID*(optional) - Display information about the settings of the entity you are looking at or the one you specified; add *nameOrID* *entityID*(optional) - Add the specified player to the entity list you are looking at or the one you specified; remove *nameOrID* *entityID*(optional) - Remove the specified player from the entity list you are looking at or the one you specified; toggle *entityID*(optional) - Toggle the entity list you are looking at or the one you specified; delete *entityID*(optional) - Delete the settings for the entity you are looking at or the one you specified; clear *nameOrID*(optional) - Delete the settings for all entities or all entities of the specified player. tc - Manage building privilege: add self/*entityID* *nameOrID*(optional) - Add yourself or a specified player to the building privilege of the area you or the specified entity are in; remove self/*entityID* *nameOrID*(optional) - Remove yourself or a specified player from the building privilege of the area you or the specified entity are in; clear self/*entityID* - Clear the list of authorized players in the building privilege of the area you or the specified entity are in; info self/*entityID* - Get information about the building privilege of the area you or the specified entity are in. vehicle - List of all available vehicle types: types - List of available vehicle types. Example: /realpve pickup /realpve vehicle find *netID* /realpve team ff /adminpve config loot_privilege wood, ore /adminpve perm add realpve.vip2 /adminpve perm add realpve.vip2 realpve.vip /adminpve perm edit realpve.vip2 queue true /adminpve perm edit realpve.vip2 vehicles horse limit 5 /adminpve monument list /adminpve monument *monumentID* pvp /adminpve monument *monumentID* price 7.5 /adminpve loot iiiaka /adminpve pickup iiiaka /adminpve tc info self /adminpve tc info 6959689 /adminpve vehicle types This plugin provides the ability to claim vehicles, thereby preventing theft and griefing from other players. In permissions, you can set the price and quantity restrictions for each type of vehicle, ensuring flexible customization according to your preferences. An assigned vehicle can't be damaged, looted or pushed by other players, but it can be pushed if it is within someone else's Building Privilege. File location: *SERVER*\oxide\data\RealPVE\MonumentConfig.json Default: https://pastebin.com/XY1d9YaM This plugin introduces queue system and loot purchases for monuments. You can customize the price and time for looting for each monument. Within monuments, only the "Looter" and his friends have the ability to loot, pick up items or damage entities. Additionally and NPCs within monuments do not aggress against other players and do not receive damage from them. If a player dies within the monument, they will have a grace period to return. This allows players to safely loot monuments without fear of griefing. Example of monument configuration: "ferry_terminal_1": { "Type(This parameter is just a hint. Changes won’t have any effect)": "RadTown", "Is it worth displaying the suffix(if any) in the monument's name?": true, "Is it worth notifying all players about the occupation/release of the monument?": true, "The cost for the right to loot the monument. A value of 0 makes the monument free": 15.0, "The time in seconds(1-3600) given for looting the monument": 900, "The time in seconds(1-15) given to make a decision to purchase the monument": 5.0, "Map marker display mode: 0 - disabled, 1 - enabled, 2 - enabled during PvP mode": 1, "Is it worth creating a circle in the map marker?": true, "PvP - Is PvP enabled at this monument? If so, players will be able to kill each other and loot will be publicly accessible": false, "PvP - The time in seconds(0-60) during which the player retains PvP mode after leaving the PvP monument": 10.0, "Is it worth using a progress bar for bars with a counter?": true, "Settings for the status bar": { "Order": 10, "Height": 26, "Main_Color(Hex or RGBA)": "#FFBF99", "Main_Transparency": 0.8, "Main_Material": "", "Image_Url": "https://i.imgur.com/awUrIwA.png", "Image_Local(Leave empty to use Image_Url)": "RealPVE_ferry_terminal_1", "Image_Sprite(Leave empty to use Image_Local or Image_Url)": "", "Image_IsRawImage": false, "Image_Color(Hex or RGBA)": "#FFDCB6", "Image_Transparency": 1.0, "Is it worth enabling an outline for the image?": false, "Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9", "Image_Outline_Transparency": 0.0, "Image_Outline_Distance": "0.75 0.75", "Text_Size": 12, "Text_Color(Hex or RGBA)": "1 1 1 1", "Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the text?": false, "Text_Outline_Color(Hex or RGBA)": "#000000", "Text_Outline_Transparency": 1.0, "Text_Outline_Distance": "0.75 0.75", "SubText_Size": 12, "SubText_Color(Hex or RGBA)": "1 1 1 1", "SubText_Font": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the sub text?": false, "SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5", "SubText_Outline_Transparency": 0.0, "SubText_Outline_Distance": "0.75 0.75" }, "Settings for the progress status bar": { "Main_Color(Hex or RGBA)": "1 1 1 0.15", "Main_Transparency": 0.15, "Progress_Reverse": true, "Progress_Color": "#FFBF99", "Progress_Transparency": 0.7, "Progress_OffsetMin": "0 0", "Progress_OffsetMax": "0 0" } } Type - This field serves only as an indicator for you. The changes won't have any impact; ShowSuffix - Suffix display. Some monuments (for example Warehouses) have suffixes in the name, like "Warehouse #12"; Broadcast - Enabling or disabling broadcasts when a monument is occupied or vacated; LootingTime - Time allocated for looting the monument; Price - The price for which you can start looting the monument. 0 means looting is free; BarSettings - Settings for the Advanced Status Bar. You can also choose the types of monuments by specifying them under the "List of tracked types of monuments" section. A list of all available types can be viewed on the MonumentsWatcher's page in the "Developer API" section. "List of tracked types of monuments": [ "RadTown", "RadTownWater", "RadTownSmall", "TunnelStation", "Custom" ] Events, similar to monuments, offer the opportunity to claim events. All events are configured in the config file under the "Settings for the events" section. You can customize the price of looting and looting attempts(deaths, including friends). Just like in monuments, only the "Looter" and his friends have the ability to loot and damage entities. Additionally, in events, NPCs do not aggress against other players. If a player(including friends) exceeds the death limit, the event became free, thereby providing other players with the opportunity to claim the event. Example of event configuration: { "Is it worth enabling forced auto-buy for vanilla events where the final price is greater than 0?": false, "Settings for the PatrolHelicopter events": { "IsEnabled": true, "Time in seconds (1-15) given to respond for purchasing this event. Note: This is shown to everyone who deals damage, and the first person to buy it will claim it": 5.0, "Is it worth removing fire from crates?": true, "The price to claim the event. A value of 0 means it's free": 50.0, "The number of deaths after which the event becomes public. A value of 0 disables the limit": 5, "The time in seconds for which the event is locked to the player. A value of 0 disables the time limit": 1800.0 }, "Settings for the BradleyAPC events": { "IsEnabled": true, "Time in seconds (1-15) given to respond for purchasing this event. Note: This is shown to everyone who deals damage, and the first person to buy it will claim it": 5.0, "Is it worth removing fire from crates?": true, "The price to claim the event. A value of 0 means it's free": 50.0, "The number of deaths after which the event becomes public. A value of 0 disables the limit": 5, "The time in seconds for which the event is locked to the player. A value of 0 disables the time limit": 1800.0 }, "Version": { "Major": 0, "Minor": 1, "Patch": 0 } } Price - The price to claim the event. 0 means looting is free; DeathLimit - Limit of deaths after which the event becomes free. File location: *SERVER*\oxide\data\RealPVE\NewbieConfig.json Default: https://pastebin.com/QHZCqpji An example of an item list given for the main inventory: "List of items for the main inventory": [ { "ShortName": "note", "Slot": 0, "Amount": 1, "SkinID": 0, "Text": "MsgNoteText" } ] P.S. In the Text field, you need to specify the language key. Or, you can just write any text, but there won't be a translation of the text. File location: *SERVER*\oxide\data\RealPVE\RaidableBasesConfig.json Default: https://pastebin.com/rpDng7Fd Integration with the RaidableBases plugin does not restrict its functionality in any way. On the contrary, it adds an anti-grief system that protects bases from malicious players. In raid bases, NPCs and other entities can only receive damage from the raid owner or their friends; Turrets and traps do not aggress against outsiders; You can customize the price of claiming to each difficulty and set individual discounts for each permission. You can still purchase raid bases using the /buyraid command. Raid bases without owners(buyable, maintained, manual and scheduled) can be bought for a price set in the configuration file or assigned to the first player who enters its radius, if the final price(price * discount) less or equals to 0. Additionally, as a bonus, upon buying this plugin, you receive 5 free bases for 3 difficulty levels, along with configured loot for them. [PluginReference] private Plugin RealPVE; There are 6 universal hooks that the plugin is subscribed to, the use of which allows interaction with PVP in various PVE plugins: OnPlayerEnterPVP OnPlayerExitPVP OnEntityEnterPVP OnEntityExitPVP CreatePVPMapMarker DeletePVPMapMarker OnPlayerEnterPVP: Used to add a player to PVP mode/zone. To call the OnPlayerEnterPVP hook, you need to pass 2 parameters: <BasePlayer>player - The player to add to PVP; <string>zoneID - A unique identifier for your PVP zone. This parameter is very important because a player can be in multiple PVP zones at the same time and passing the zoneID in this case allows for correct processing of the player's location within them. Interface.CallHook("OnPlayerEnterPVP", player, "*Your unique zone identifier*");//Calling the OnPlayerEnterPVP hook to tell PVE plugins that the player needs to be added to the specified PVP zone. OnPlayerExitPVP: Used to remove a player from PVP mode/zone. Calling this hook guarantees the player’s removal from the specified PVP zone, but does not guarantee the removal from PVP mode, as there may be other zones in addition to yours. Also, when a player dies, they are automatically removed from all PVP zones. To call the OnPlayerExitPVP hook, you need to pass 3 parameters, 1 of which is optional: <BasePlayer>player - The player to remove from PVP; <string>zoneID - A unique identifier for your PVP zone; <float>pvpDelay - Optional. When the player exits your PVP zone, you can also pass the PVP delay time. However, if the player still has other active PVP zones, your PVP delay will not take effect. Interface.CallHook("OnPlayerExitPVP", player, "*Your unique zone identifier*", 10f);//Calling the OnPlayerExitPVP hook to tell PVE plugins that the player needs to be removed from the specified PVP zone, with the pvpDelay(10 seconds) specified if the player no longer has any active PVP zones. OnEntityEnterPVP: Used to add an entity to PVP mode/zone. In the case of RealPVE, this hook is only necessary to add entities with an owner(player) to a PVP, allowing other players to interact with them, such as a player's corpse after death(PlayerCorpse) or a backpack after the corpse disappears(DroppedItemContainer). To call the OnEntityEnterPVP hook, you need to pass 2 parameters: <BaseEntity>entity - The entity to add to PVP; <string>zoneID - A unique identifier for your PVP zone. Interface.CallHook("OnEntityEnterPVP", entity, "*Your unique zone identifier*");//Calling the OnEntityEnterPVP hook to tell PVE plugins that the entity needs to be added to the specified PVP zone. OnEntityExitPVP: Used to remove an entity from PVP mode/zone. When an entity dies, it is automatically removed from all PVP zones. To call the OnEntityExitPVP hook, you need to pass 3 parameters, 1 of which is optional: <BaseEntity>entity - The entity to remove from PVP; <string>zoneID - A unique identifier for your PVP zone; <float>pvpDelay - Optional. When the entity exits your PVP zone, you can also pass the PVP delay time. However, if the entity still has other active PVP zones, your PVP delay will not take effect. Interface.CallHook("OnEntityExitPVP", entity, "*Your unique zone identifier*", 10f);//Calling the OnEntityExitPVP hook to tell PVE plugins that the entity needs to be removed from the specified PVP zone, with the pvpDelay(10 seconds) specified if the entity no longer has any active PVP zones. CreatePVPMapMarker: Used to create a map marker for the PVP zone. To call the CreatePVPMapMarker hook, you need to pass 5 parameters, 2 of which is optional: <string>zoneID - A unique identifier for your PVP zone; <Vector3>pos - The position of your PVP zone; <float>radius - The radius of the circle for your PVP zone; <string>displayName - Optional. The display name for the map marker; <BaseEntity>entity - Optional. The entity to which the map marker should be attached. Interface.CallHook("CreatePVPMapMarker", "*Your unique zone identifier*", pos, 25f, "ATTENTION! This is a PVP zone!");//Calling the CreatePVPMapMarker hook to tell PVE plugins to create a map marker for the specified zone, at the specified position with the given radius, but without specifying a parent entity. DeletePVPMapMarker: Used to delete a map marker for the PVP zone. To call the DeletePVPMapMarker hook, you need to pass only 1 parameter: <string>zoneID - A unique identifier for your PVP zone. Interface.CallHook("DeletePVPMapMarker", "*Your unique zone identifier*");//Calling the DeletePVPMapMarker hook to tell PVE plugins to delete a map marker for the specified zone. There are 5 hooks that the plugin calls: OnPlayerPVPDelay OnPlayerPVPDelayed OnPlayerPVPDelayRemoved OnZoneStatusText CanRedeemKit OnPlayerPVPDelay: Called when a player exits the last active PVP zone, allowing other plugins to overwrite the value for pvpDelay. Returning a float value allows changing the pvpDelay for the player. A value less than zero disables the pvpDelay. When calling the OnPlayerPVPDelay hook, 3 parameters are passed: <BasePlayer>player - The player to whom the pvpDelay is applied; <float>pvpDelay - The initial value of pvpDelay; <string>zoneID - A unique identifier of PVP zone. object OnPlayerPVPDelay(BasePlayer player, float pvpDelay, string zoneID) { Puts($"Attempting to set a PvP delay of {pvpDelay} seconds for player {player.displayName} in zone {zoneID}!"); if (zoneID == "*Your unique zone identifier*") { return 15f;//Overriding the values for pvpDelay } return null;//Leave unchanged } OnPlayerPVPDelayed: Called after the PVP delay has been set for the player. When calling the OnPlayerPVPDelayed hook, 3 parameters are passed: <BasePlayer>player - The player to whom the pvpDelay is applied; <float>pvpDelay - The value of pvpDelay; <string>zoneID - A unique identifier of PVP zone. void OnPlayerPVPDelayed(BasePlayer player, float pvpDelay, string zoneID) { Puts($"A PvP delay of {pvpDelay} seconds has been set for player {player.displayName} in zone {zoneID}!"); } OnPlayerPVPDelayRemoved: Called when the PVP delay is removed from the player after they enter a PVP zone with an active PVP delay. When calling the OnPlayerPVPDelayRemoved hook, only 1 parameter is passed: <BasePlayer>player - The player from whom the PVP delay has been removed. void OnPlayerPVPDelayRemoved(BasePlayer player) { Puts($"PVP delay has been removed for player {player.displayName} as they entered a PVP zone!"); } OnZoneStatusText: Called when the text with the nice name for the specified zone is needed, to be displayed in the status bar. When calling the OnZoneStatusText hook, 2 parameters are passed: <BasePlayer>player - The player for whom the nice name for the zone is being requested; <string>zoneID - A unique identifier of PVP zone. object OnZoneStatusText(BasePlayer player, string zoneID) { Puts($"Text for the status bar is required for zone {zoneID}"); if (zoneID == "*Your unique zone identifier*") { return lang.GetMessage("*langKey*", this, player.UserIDString);//<string>Overriding the value for the status bar text } return null;//Leave unchanged } CanRedeemKit: Called before giving the starter kit, in the OnDefaultItemsReceive hook. A non-zero value cancels this action. When calling the CanRedeemKit hook, only 1 parameter is passed: <BasePlayer>player - The player to whom the kit is being attempted to be given. object CanRedeemKit(BasePlayer player) { Puts($"Attempting to give the kit to player {player.displayName}!"); if (player.IsAdmin) { return false;//Cancel the action } return null;//Leave unchanged }$39.99- 120 comments
- 3 reviews
-
- 4
-
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
Version 1.0.0
0 downloads
Want the power of a mega-clan fortress without committing to a massive bundle? This exclusive mini-pack features 5 of our most elite Tier 6 designs, perfect for those who want top-tier quality in a smaller, focused collection. Why this Mini-Pack? Hand-Picked Excellence: We’ve selected 5 high-performance clan bases that define the current meta. Pro-Level Defense: Each base includes advanced features like multi-TC coverage, wide-gap shooting floors, and unlootable room designs. Cost-Effective: Get the best architectural engineering at a fraction of the full bundle price. Perfect for Events: Ideal for server owners who want to host high-stakes Raidable Base events. The "Raid Luck" Experience What makes this mini-pack unique is the variable difficulty. We have intentionally included a mix of designs: The Strategic Trap: Some bases might appear easier at first glance but hide complex pathing and deceptive honeycombing. The Hardened Fortress: Others are pure nightmares of steel and high-quality metal, built to withstand hours of constant raiding. Your Luck, Your Raid: It all depends on your luck! You might encounter a "softer" target or a "brick wall" fortress. This variety keeps your players on their toes and ensures no two raids feel the same. The Element of Surprise: Deceptive Shells "You might notice that some bases in this pack share a similar exterior—and that is by design. We created these 'twin' structures to solve a common problem for server owners: Predictability. If a player raids the same base design multiple times, they learn exactly where the loot is hidden. To counter this, we’ve developed Deceptive Interiors: Identical Outsides: Keeps raiders guessing from the start. They won’t know which version they are facing until they blow the first door. Completely Different Internals: While the shells look the same, the pathing, loot room locations, and trap placements are entirely different. Anti-Meta Tech: This forces raiders to actually scout and use resources instead of relying on memory. Don't let them raid with their eyes closed. Keep your players on their toes with our unpredictable layouts!" 🛠 Technical Specs Quantity: 5 Elite Clan Bases. Format: Fully compatible with the CopyPaste plugin (.json files). Optimization: Tested for stability and raiding flow to ensure the best player experience. Important Reminder This is a Base Model Pack (.json files). It is NOT the Raidable Bases plugin script. These are the blueprints crafted by our professional building team. Level Up Your Server Don't settle for basic cubes. Give your players a challenge they’ll never forget. Whether you're looking for a "Hardcore" event or a permanent fortress for your top clan, these 5 bases are built to dominate. [ Buy Now & Start Building]$9.99-
- #raid
- #raids
-
(and 41 more)
Tagged with:
- #raid
- #raids
- #raider
- #raidder
- #raiders
- #raiding
- #raidable
- #raidbase
- #vk
- #raidlimit
- #raid logs
- #raidstats
- #raid loot
- #raidzones
- #raid base
- #raid mega
- #raid pack
- #raidables
- #raidbases
- #raidblock
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #v2
- #bases pack
- #vs
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #vip
- #base building
- #base packages
- #base upgrades
-
Version 1.0.0
5 downloads
CLAN BASES - THE FORTRESS COLLECTION (Tier 6) Take your server to the next level with our most ambitious project yet: The Clan Base Mega-Pack. These aren't just buildings; they are impenetrable fortresses designed for the most dominant groups in Rust. What Makes This Pack Elite? 36 Massive Designs: Engineered specifically for large teams (8+ players). Advanced Architecture: Includes Multi-TC setups, disconnectable externals, 360° coverage, and sophisticated "wide-gap" shooting floors. Raid-Proof Logic: Optimized honeycomb and pixel-perfect bunker gaps to drain any raider's resources. Ready to Deploy: Fully compatible with the CopyPaste plugin for instant spawning. Technical Disclaimer This pack contains Base Models (.json files) only. It is NOT the Raidable Bases plugin. You are purchasing the high-end architectural blueprints created by our professional building team. Dominance Guaranteed If you want your "Hard" or "Nightmare" events to be truly legendary, these 36 Clan Bases are the ultimate test. They represent the pinnacle of Rust building techniques, refined through thousands of hours of raid testing. Give your players a fortress worth fighting for!$24.99-
- #clan
- #clans
-
(and 41 more)
Tagged with:
- #clan
- #clans
- #vk
- #clan ui
- #clanbot
- #clanfly
- #clanhom
- #clan hom
- #clanhome
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #pack
- #pack1
- #packs
- #package
- #packages
- #packskinbox
- #packskinner
- #raid
- #raids
- #raider
- #raidder
- #raiders
- #raiding
- #raidable
- #raidbase
- #raidlimit
- #raid logs
- #raidstats
- #raid loot
- #raidzones
-
Version 1.0.0
1 download
Hello everyone! I am proud to present my 'Expert' Base Pack (Tier 4) – the ultimate collection. This pack features 36 elite-level bases, specifically designed for advanced players and large clans. Please note that this is not the Raidable Bases plugin; these are professional, custom-built base models created by my team. These are our most complex and high-effort designs to date. We hope they provide the ultimate defense for your server. Have fun and thank you for choosing our work$19.99-
- #base
- #based
-
(and 36 more)
Tagged with:
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
- #base upgrades
- #expert base
- #expert
- #expert raid
- #expert bases
- #expert base loot
- #expert raid base
- #expert loot table
- #expert raidable base
- #express
- #loot
- #loot++
- #loot x2
- #lootted
- #loot x3
- #lootbag
- #lootbox
- #looting
- #lootable
-
Version 1.0.0
2 downloads
Hello everyone! I am presenting my 'Hard' Base Pack (Tier 3 only). This pack includes a total of 30 high-end, complex bases. Please keep in mind that this is not the Raidable Bases plugin; these are custom base models professionally designed and built by my team. We have put a massive amount of effort into these top-tier designs, and we hope you find them challenging and fun. Enjoy and thank you for your support!$17.99-
- #rust
- #rust+
-
(and 53 more)
Tagged with:
- #rust
- #rust+
- #rusty
- #ruster
- #rustui
- #rust 5x
- #rust 2k
- #rust 2x
- #rust 2k map
- #rustgpt
- #rustwar
- #rustmap
- #rust cs
- #rust rp
- #rustapp
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
- #base upgrades
- #build
- #builder
- #builders
- #building
- #buildarea
- #buildings
- #buildcost
- #buildzone
- #buildable
- #buildables
- #build area
- #build base
- #build spot
- #build zone
- #buildplayer
- #buildsystem
- #buildhelper
- #build skins
- #build tools
- #build train
-
Version 1.0.4
18 downloads
Ever loaded into a server and wondered... where is everyone? Those first few moments can make or break a new player's experience. MapMap turns that empty map into a vibrant, growing civilization MapMap adds beautiful, configurable map markers for 22 entity types, encouraging organic social interaction- all with minimal performance impact • New players see activity and stay longer • Organic towns and communities form • You control every aspect Supports Tool Cupboard Legacy Shelter Boat Building Station Player Boat Tugboat PT Boat RHIB Rowboat Kayak Submarine Hot Air Balloon (New!) Minicopter Attack Helicopter Scrap Transport Helicopter Car Bike Snowmobile (New!) Horse Train Engine Train Car Supply Drop (New!) Locked Crate (New!) Performance You Can Trust • Dynamic entities (boats, tugboats, vehicles) update in real-time with an incredibly efficient system, no unnecessary processing • Static entities (cupboards, shelters, stations) are updated only when created or destroyed, zero ongoing overhead • Adjustable update interval lets you fine-tune performance vs real-time accuracy Simple, Clean Configuration Match your server's theme or make each entity type instantly recognizable with 12 vibrant colors, alongside adjustable size and transparency- each individually configurable. Example: "UpdateInterval": 1.0, "ToolCupboard": { "Enabled": true, "Radius": 0.1, "Alpha": 0.3, "Color": "green" }, "LegacyShelter": { "Enabled": true, ... Colors • Red • Orange • Yellow • Lime • Green • Blue • Indigo • Purple • Magenta • Pink • White • Gray Ready to watch your server come alive? Get MapMap today and turn your next wipe into a story your players will talk about. Drop the file in your carbon/plugins folder, load the plugin c.load MapMap), and configure carbon/configs/MapMap.json to your liking if you adjust the config, save it, then run c.reload MapMap in the console I provide long-term support and am always open to bug reports and constructive feedback$19.99 -
Version 1.0.6
1,349 downloads
Basements lets players build underground rooms beneath their bases. Place a hatch on your foundation and dig straight down into a hidden basement with walls, ceilings, and full building privileges. Great for stashing loot, setting up secret bunkers, or just adding extra space. Readme Link - Click Here for Instruction and Documentation Highly recommend reading the FAQ section! BUILD Build basements easily from your tool cupboard. Just place an entrance to get started. EXPAND Expand your basement by drilling underground. But don't forget to bring a headlamp - its dark down there! TRAVERSE Place multiple entryways, building out your labyrinth of tunnels beneath your base. DECORATE All deployables, electricity, and storage items can be placed in your basement. Take advantage of your new space! RAID Nothing is safe in Rust, including your basement. If all the entrances are destroyed, then the basement is too. Any loot below will float to the surface. Protect the entrance at all costs! API METHODS (For Plugin Developers) // Returns true if the given entityId is part of a basement. bool IsBasementEntity(ulong entityId) // Returns the building ids of the basements connected to a given surface building id. uint[] GetBasementBuildingIds(uint surfaceBuildingId) // Returns the building ids of the surface buildings connected to a given basement building id. uint[] GetSurfaceBuildingIds(uint basementBuildingId) Extension Plugins These are free plugins that add additional functionality to Basements. BasementsManager Provides a UI for admins to view and manage the basements on the server. Useful for debugging & fixing issues. Use with the /bm command, requires the basements.admin permission to use. BasementsManager.cs$29.99 -
Version 1.0.0
2 downloads
Hello everyone! I am presenting my 'Medium' Base Pack (Tier 2 only). This pack contains a total of 34 unique bases. Please note that this is not the Raidable Bases plugin; these are custom base models designed and built by my team. We have invested a lot of time and effort into these designs, and we hope they serve you well. Have fun and thank you for your support!$14.99-
- #r
- #rust
-
(and 46 more)
Tagged with:
- #r
- #rust
- #rust+
- #rusty
- #ruster
- #rustui
- #rust 5x
- #rust 2k
- #rust 2x
- #rustgpt
- #rustwar
- #rustmap
- #rust cs
- #rust rp
- #rustapp
- #rust ui
- #rustbot
- #rust 4k
- #rust pr
- #rust hud
- #rustplay
- #pack
- #pack1
- #packs
- #package
- #packages
- #packskinbox
- #packskinner
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
- #base upgrades
-
Version 1.0.0
1 download
Hello everyone! I am presenting my 'Easy' Base Pack (Tier 1 only). This pack contains a total of 39 unique bases. Please note that this is not the Raidable Bases plugin itself; these are the custom base models designed and built by my team. We have put a lot of work into these designs, and we hope you enjoy them. Have fun and thank you for your support!$14.99-
- #rust
- #rust+
-
(and 38 more)
Tagged with:
- #rust
- #rust+
- #rusty
- #ruster
- #rustui
- #rust 5x
- #rust 2k
- #rust 2x
- #rustgpt
- #rustwar
- #rustmap
- #rust cs
- #rust rp
- #rustapp
- #rust ui
- #rustbot
- #rust 4k
- #rust pr
- #vk
- #rust hud
- #base
- #based
- #bases
- #basepet
- #baseloot
- #basement
- #basepack
- #base loot
- #base pack
- #base build
- #base packs
- #bases pack
- #base design
- #base repair
- #base trains
- #base package
- #base and loot
- #base building
- #base packages
- #base upgrades
-
Version 4.2.0
1,397 downloads
Features: User-Friendly Interface: Manage all base upgrades, repairs, and skin applications directly through a convenient UI. No need for complicated commands. Comprehensive Skin Menu: Access a variety of built-in skins for different building grades directly through the UI. Easily apply skins to customize your base. Customizable Settings: Adjust settings like command cooldowns and upgrade delays to fit your playstyle. Tailor the experience to your server’s needs. Enhanced Tools: Use the powerful 'Remove Tool' with adjustable duration for quick and efficient block removal. Perfect for fine-tuning your base. Efficient Base Upgrades: Upgrade your entire base to a specific building grade with just a click. Supports Wood, Stone, Metal, and HQM upgrades. Repair System: Quickly repair your base using materials from the Tool Cupboard. No need to manually gather resources—just click and repair. /bup 1-4 Base Permissions o.grant group default <permission> or c.grant group default <permission> baseupgrade.up_wood baseupgrade.up_stone baseupgrade.up_metal baseupgrade.up_hqm baseupgrade.downgrade baseupgrade.up_repair baseupgrade.remove baseupgrade.show baseupgrade.bupUse Default Configuration { "UpgradeDelay(0.0 = insta upgrade)": 0.5, "CommandCooldown(in secs)": 60.0, "Hammer Duration": 300.0, "DefaultHammerSkin": 1116103194, "CheckAndResumeUpgradeEnabled": false, "RefundOnDowngrade (true/fasle)": true, "RepairCosts": { "Wood": 50, "Stone": 100, "Metal": 70, "TopTier": 10 }, "UpgradeCosts": { "Wood": 150, "Stone": 300, "Metal": 200, "TopTier": 25 }, "UISettings": { "UpgradePanel": { "OffsetMin": "-303.1 7.5", "OffsetMax": "-73.37 106.795" } } }$9.99- 78 comments
- 9 reviews
-
- 5
-
-
-
-
Version 1.2.0
2,448 downloads
Defend your home.. well.. defend what's left of it! Welcome to an epic new event where the players will defend their bases against waves of Frankenraiders! They will use any weapons they have available to try to raid your base. Some will come with whatever they can swing at you and your base, some will just try to defend their kin, some have found some heavy weaponry too! I think that one has a rocket launcher?! Description To launch the event first you must find a flare bright enough to attract their attention. You'll be able to find flares bright enough to attract an Easy Frankenraid in Bradley, Elite, Military, and Supply crates. When you've found a flare just toss it on or near the base within Tool Cupboard range. Once you successfully defend an Easy Frankenraiding party, you will be rewarded with a flare bright enough for a Medium party. Then upon defending successfully against a Medium raid, well if you really want to risk your wipe being wiped by a full Frankenraider party, then you will have earned a flare bright enough to attract a Hard Frankenraid! When you complete any difficulty level and are able to defend your base, a chinook will be sent to your location with rewards for your service to the island in clearing out the threat! If your base is destroyed, the event ends, chat notifications are sent, and there you stand in shame. Hopefully you're on a low pop server and not too many people noticed. It's okay champ, happens to the best of us some days! Just keep an eye on the in game UI like the timer and wave information to give yourself the best shot at keeping your base standing! There are various ways to configure this plugin to customize it for your server, for any level and number of players. The creativity is in your hands with the configuration file as well as your communities wants or needs. The loot table, the flare spawns, the different enemy types and their setups, everything is there for you to customize this if you so choose. Dependencies (optional, not required) True PVE GUI Announcements Notify AlphaLoot CustomLoot Base Repair Chat commands /defstop - in game command to end event in your current Tool Cupboard range (be near the event you are trying to end) - only for administrators! /checkfoundations - checks all the foundations of the house for the event (it is necessary to be inside the Cupboard area of the house) ⊘ - you or your friends are not the owner of the foundation ⊝ - the foundation does not match in height/depth ⊛ - the foundation does not match the topology (prohibited topologies: Cliff, Cliffside, Decor, Building, Monument, Clutter, Mountain) ◉ - the foundation is located within a radius of 40 meters from the custom monument Console commands (RCON only) giveflare {skinid} {steamid} - Console command to give a custom flare with a Steam Workshop SkinID ({skinid}) to a player using their SteamID ({steamid}) Plugin Config en - example of plugin configuration in English ru - example of plugin configuration in Russian My Discord: KpucTaJl#8923 Join the Mad Mappers Discord here! Check out more of my work here! Creator of the default configuration – jtedal Help in creating a plugin description – Jbird$40.00 -
Version 1.0.0
9 downloads
BaseCapsules is a Rust plugin that allows players to deploy ready-made bases using special throwable capsule items Each capsule represents a specific base design. Players can buy or receive a capsule, throw it in a valid location, and the selected base will begin deploying into the world. Instead of simply appearing instantly, the base is built in a staged and polished way, giving the deployment a much better visual feel The plugin is perfect for servers that want starter bases, VIP base capsules, event rewards, progression-based bases, or custom deployable structures - Features Throwable base capsule items Multiple base types Staged base deployment Clean in-game UI Base preview images Capsule prices Cooldowns Active base limits Permission-based access Refunds on failed deployment Optional lifetime cleanup Optional Economics support Optional ServerRewards support Deployment validation system Admin tools for giving and removing bases - Custom Bases Server owners can add their own base designs using the CopyPaste plugin Simply build the base in-game, save it with CopyPaste, then add it as a capsule inside the BaseCapsules configuration. This allows every server to create its own custom capsule collection using bases designed specifically for its gameplay style You can create starter bases, clan bases, VIP bases, event bases, raid bases, towers, shops, or any other structure that works with CopyPaste - Permissions Allows players to open and use the BaseCapsules menu Allows admins to use admin commands such as giving capsules, removing deployed bases, listing deployments, and reloading the plugin Permission for a specific capsule Example: basecapsules.starter_base This lets you lock certain capsules behind VIP ranks, kits, progression tiers, or special rewards - Commands$15.99 -
Version 1.6.6
708 downloads
Quarries have evolved into personal computers that can be placed within player bases, providing full customization. Everything, from fuel types to unlimited upgrades, is configurable, including upgrade requirements, mined items, and fuel. Seamlessly integrating with the industrial system. FEATURES Intuitive UI: Simulates old DOS programs for easy use Full Customization: Item output, fuel, and upgrade requirements can be adjusted Unlimited Upgrades: Use items, Economics, and ServerRewards for upgrades Base Placement: Quarry Computers can be placed inside bases Industrial Automation-Ready: With permissions for seamless integration Screen Activation: Easily see if the computer is on, with percentage displays Multi-Language Support: Fully translatable Player Permissions: Control how many quarries a player can own and upgrade Persistent Data: Upgrades and item levels are saved across restarts VIDEO SHOWCASE Here’s how to add the recycler to your shop: Use the Command: gq %steamID% PERMISSIONS "quarrycomputer.give" Grants the player the ability to use the customizable command (/gq <User>) to give themselves or other players a Quarry Computer. "quarrycomputer.industrialinput" AND "quarrycomputer.industrialoutput" Allows players to connect industrial storage adaptors to their quarries, enabling automated resource handling. "quarrycomputer.vip" Provides players with additional benefits or features, such as having a higher limit on the number of quarries they can deploy. "quarrycomputer.norequirements" Allows players to upgrade their quarries without needing to meet the usual item or resource requirements. "quarrycomputer.admin" Provides administrative control over players' quarries, such as the ability to manage or interact with any quarry regardless of ownership. CONFIGURATION You can have as many upgrade levels as you want. Use Economics and ServerRewards on the item shortnames to use currency. Any in-game item can be used. Requirements can utilize Economics and ServerRewards based on the item shortname. Item shortnames are validated when the plugin loads, with a warning issued if they need to be fixed.$15.00 -
Version 1.0.0
4 downloads
AbandonedBases CONFIG (PVE Ready) Turn abandoned base events into fully controlled PVE raid zones with this optimized config. • PVE Focused – No player damage, raid bases safely • Event System – Automatically generated abandoned bases to raid after 3 days of player inactivity (Amounts of days until Abandoned easily adjusted) • Smart Timers & Cooldowns – Balanced progression • Rewards Ready – ServerRewards integrated • Anti-Grief Protection – Protected raid zones & fair gameplay Perfect for PVE servers wanting exciting raid content without chaos CONFIG ONLY – Requires AbandonedBases plugin$4.99-
- 1
-
-
- #abandoned bases
- #abandoned base
- (and 9 more)