Jump to content

Search the Community

Showing results for tags 'rp'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

  1. _senyaa

    Jet Ski

    Version 1.4.8

    1,075 downloads

    This plugin adds jet skis with customizable physics! Chat Commands /jetski - Spawns jet ski near player (requires jetski.spawn permission) /jetski remove - despawns player's jet ski (requires jetski.despawn permission) /buyjetski - allows player to buy jet ski item and deploy it later (requires jetski.buy permission) Console Commands givejetski <amount> <player name> - give specified amount of jet skis to specified player (can be run in the server console or by player with jetski.admin permission) Admin Chat Commands (requires jetski.admin permission) /jetski_debug - show buoyancy points Each buoyancy point has force and size parameters Permissions jetski.admin - admin permission jetski.spawn - allows players to spawn a jetski via /jetski jetski.buy - allows players to buy jet ski deployable via /buyjetski jetski.free - allows players to use /jetski for free (if price is not 0) jetski.despawn - allows players to despawn a jet ski via /jetski remove Localization English Russian Configuration Example of JetSki.json { "(1.1) Jet ski price (set value to 0 to make it free, use ServerRewards or Economics as a shortname to use RP points or Economics balance respectively)": { "ShortName": "scrap", "Amount": 75, "SkinID": 0 }, "(1.2) Spawn cooldown (in seconds)": 120, "(1.3) Allow only 1 jet ski per player": false, "(1.4) Allow spawning jet skis only on beaches": false, "(1.5) Amount of jet skis /buyjetski command gives": 1, "(1.6) Starting fuel": 0, "(2.1) Allow picking up the jet ski only in building privilege": false, "(2.2) How much HP is reduced when the jet ski is picked up (0-100)": 25.0, "(2.3) Jet ski item name": "Jet Ski", "(2.4) Jet ski item skin ID": 2935987835, "(2.5) Jet ski item ID": 794443127, "(3.1)Make all snowmobiles jet ski": true, "(3.2) Allow Jet ski to drive on land": true, "(4.1) Enable 'boost' button (Left Shift)": false, "(4.2) 'Boost' button thrust": 10000.0, "(4.3) 'Boost' duration (seconds)": 5.0, "(4.4) 'Boost' cooldown (seconds)": 30.0, "(5.1) Engine thrust": 5000, "(5.2) Engine thrust on land": 49, "(5.3) Move slowly on grass or roads": true, "(5.4) Steering scale": 0.05, "(5.5) Automatically flip jet skis": false, "(5.6) Off axis drag": 0.35, "(5.7) Buoyancy force": 730.0, "(6.1) Jet ski prefab": "assets/content/vehicles/snowmobiles/tomahasnowmobile.prefab", "(6.2) Thrust point position": { "x": -0.001150894, "y": 0.055, "z": -1.125 }, "(6.3) Buoyancy points": [ { "Position": { "x": -0.62, "y": 0.09, "z": -1.284 }, "Size": 1.3 }, ... } ] } API BaseEntity SpawnJetski(Vector3 position, Quaternion rotation) Item CreateJetskiItem()
    $16.99
  2. Version 1.0.0

    48 downloads

    This is a simple RPG wooden house pack with two detailed RPG homes for any roleplay rust servers. This pack has a leather shop and a house for those who need a rest. 1000+ prefabs per building. No complex instructions, place and play. You may also purchase a license to resell these prefabs on your own maps maps below. As always, please enjoy! Special Thanks to Raul Sorban!
    Free
  3. Version 1.1.0

    3 downloads

    Enhance your Rust server with the Vehicle Registration plugin, designed to bring a realistic and organized vehicle management system to your gameplay. This plugin allows players to register their vehicles and manage their registration details seamlessly. Ideal for role-playing servers or any server looking to add depth to their vehicle interactions. Features Players can register their vehicles, providing necessary details like owner name, registration number, date of birth, and expiration date. Tutorial video (This is an old version of this plugin) (New Coming Soon) Permission-Based Access vehicleregistration.dealer: Allows players to register vehicles. vehicleregistration.police: Allows players to view vehicle registration details and fines/cases. Data Management: Store car registration data and associated notes. Load and save data efficiently to ensure information persistence across server restarts. Chat Commands: /registervehicleto <playerName> <registrationNumber> <dateOfBirth> <expirationDate> : Register a vehicle to a specified player. (only vehicleregistration.dealer can do this) /editregistration <Name> <DOB (dd-MM-yyyy)> <ExpirationDate (dd-MM-yyyy)> : Edit already register vehicle details. (only vehicleregistration.dealer can do this) /checkregistration : For checking registration details with fines/cases. (only vehicleregistration.police can do this) /showregistration : Any normal player can see the registration number only. (No permission required) /fine <Car RegistrationNumber> <Charges> : For add fine to a vehicle. (only vehicleregistration.police can do this) /editfine <Car RegistrationNumber> <Case Number> <New Charges> : For edit the old fines/cases. (only vehicleregistration.police can do this) /deletecase <Car RegistrationNumber> <case number> : For delete a fine/case. (only vehicleregistration.police can do this) Manage Registration Fine: Add fine to vehicle registrations to keep track of important details or incidents related to the vehicle. Installation: Download the Vehicle Registration plugin. Place the plugin file in your server’s oxide/plugins or carbon/plugins directory. Reload the server or use the appropriate command to load the plugin. Config: "RegisterCommand": "registervehicle", "EditCommand": "editregistration", "ShowCommand": "showregistration", "CheckCommand": "checkregistration", "AddFineCommand": "addfine", "EditFineCommand": "editfine", "DeleteCaseCommand": "deletecase", "RegisterUsageMessage": "Usage: /registervehicle <Name> <DOB (dd-MM-yyyy)> <ExpirationDate (dd-MM-yyyy)>", "InvalidDOBMessage": "Invalid date of birth format. Use dd-MM-yyyy.", "InvalidExpirationDateMessage": "Invalid expiration date format. Use dd-MM-yyyy.", "MustBeMountedMessage": "You must be mounted on a vehicle to register it.", "AlreadyRegisteredMessage": "This vehicle is already registered.", "RegistrationSuccessMessage": "Vehicle registered successfully. \n <color=#00FF00>Registration Number:{0}", "EditUsageMessage": "Usage: /editregistration <Name> <DOB (dd-MM-yyyy)> <ExpirationDate (dd-MM-yyyy)>", "NotRegisteredMessage": "This vehicle is not registered.", "EditSuccessMessage": "Registration details updated successfully.", "MustBeLookingAtVehicleMessage": "You must be looking at a vehicle to see its registration number.", "ShowRegistrationMessage": "Registration Number: {0}", "CheckRegistrationMessage": "<color=#FF00FF>================================\n<color=#FFFFFF>Registration Number: {0} \nOwner: {1}\nDOB: {2:dd-MM-yyyy}\nExpiry: {3:dd-MM-yyyy}\n<color=#FF00FF>================================", "CheckRegistrationNoteMessage": "Case Number: {0} \n <color=orange> Charges: {1} \n \n <color=#FFFFFF>--------------------------------------------", "AddFineUsageMessage": "Usage: /addfine <Car RegistrationNumber> <Charges>", "AddFineSuccessMessage": "Fine added successfully to Registration Number: {0}", "EditFineUsageMessage": "Usage: /editfine <Car RegistrationNumber> <Case Number> <New Charges>", "InvalidCaseNumberMessage": "Invalid case number. Please provide a valid case number.", "EditFineSuccessMessage": "Case number {0} edited successfully for Registration Number: {1}", "DeleteCaseUsageMessage": "Usage: /deletecase <Car RegistrationNumber> <case number>", "DeleteCaseSuccessMessage": "Case number {0} deleted successfully for Registration Number: {1}", "MountedUnregisteredVehicleMessage": "<color=#FF0000>Unknown Vehicle Number Plate.", "MountedRegisteredVehicleMessage": "<color=#00FF00>Vehicle Number Plate: {0}" Support: For any issues or support, please visit my support page or contact us through the server’s community channels. Bring order and realism to your server’s vehicle management with the Vehicle Registration plugin!
    $9.99
  4. Version 1.0.26

    1,795 downloads

    Adds 53 new deployable items to your server!. Custom item collection system. Players can obtain these items while cutting trees, mining rocks and collecting plants. Includes a built in market that can be accessed via a chat command or a HumanNPC. Each base item can be configured to allow for a wide variety of placement options/restrictions. A large amount of configuration options are available for each item. Adjustable placement options while holding shift. Items can be picked up by holding a hammer, looking at the deployed entity and pressing your mouse3 button (scroll wheel button). deployablenature.admin - Required to use the giveprefab command. deployablenature.market.chat - Required to use the market chat command. deployablenature.ignore.restrictions - Allows a player to deploy items without restriction (TC etc). deployablenature.gather - Required for players to obtain drops while gathering. deployablenature.use - Required to deploy nature items. deployablenature.free - allows access to the nature market for free. There is also the option to create groups via the config, which will receive discounts in the market based on the value assigned to them. Example: "Permissions that will receive a discount on the store cost when purchasing [1.0 is full price]. Prefix with deployablenature.": { "deployablenature.vip": 0.5 }, This would give players with the deployablenature.vip permission a discount of 50% off of the market price. Command: giveprefab Parameters: <skin id> <quantity> Example: /giveprefab 2609145017 100 - spawns the user 100x medium clutter rocks" Permission: deployablenature.admin Command: naturemarket Permission: deployablenature.market.chat Command: dnpickup Permission: None Command: giveprefab (console) Parameters: <player id/name> <skin id> <quantity> Example: /giveprefab "new guy" 2609145017 100 - spawns the user 100x medium clutter rocks for new guy" Permission: deployablenature.admin Console Command: dnkillentities - wipes all nature entities from the map. Parameters: <optional parameter: true> - this wipes the data after the command executes. If not used, the nature items will respawn on plugin reload. Example: dnkillentities or dnkillentities true. Permission: deployablenature.admin if running from player console. Console Command: dnkillentitiesforplayer - wipes all nature entities from the map for the specified player Parameters: <player name/id> Example: dnkillentitiesforplayer "new guy" - would delete all entities for the player whose name contained "new guy". Permission: deployablenature.admin if running from player console. Console Command: dnpurge - enables purge mode, wiping all entities from the map (does not delete data), and preventing them from spawning on server start/being deployed by players while active. Automatically resets to false on server wipe. Parameters: <true/false> Example: dnpurge true - would enable purge mode. Permission: deployablenature.admin if running from player console. You most likely won't need the below information, but it is here for more advanced users. Prefab Types 0: Rock 1: Tree 2: Bush 3: Animal Tree Types 0: None 1: Palm 2: Oak 3: Swamp 4: Birch 5: Beech 6: Pine 7: Cacti 8: Snow Bush Types 0: None 1: Willow 2: Willow_snow 3: Spice 4: Spice_snow 5: Creosote 6: Berries 7: Mushrooms Example config https://pastebin.com/E5duDqtf API public bool IsDeployableNature(BaseEntity entity) Returns if an entity is a DeployableNature entity that has the prevent_gather attribute.
    $15.00
  5. ArtiIOMI

    Nature

    Version 1.1.8

    54 downloads

    The plugin changes the system of plants and trees to a more realistic one. Features Watering plants planted in the ground. Fertilizing plants planted in the ground. Possibility to block planting in unauthorized fields. All trees grow and have stages of growth. Tree seedlings were introduced. The method of obtaining wood has been changed. Video Preview https://youtu.be/stoRXnVGpik https://streamable.com/tktvrq https://streamable.com/my4z28 https://streamable.com/mcyvwl UNINSTALLING Delete the file from the plugins folder, or disable the feature in the configuration file. A server restart is required to uninstall the new plant system! Configuration Credits @UmodTeam for adding hooks. @Steenamaroo, @Billy Joe, @Raul-Sorin SorbanThanks you so much! Love you!!!
    $25.00
  6. Version 1.0.5

    95 downloads

    Identity Card is a roleplay base plugin that gives you the opportunity to create an id card that displays the name, location, and profession of a player. By typing in /idcard players with the proper permission will be able to open up a form to enter in all the needed information for the id card. The id card item it the green key card and will be displayed with a custom icon in your inventory. Everybody on the server is able to pick up an id card and view it in his active hotbar slot by pressing E to open the view and R to close it. Id cards should not be placed in Backpacks and should not be stackable, so make sure to block the green key card from your backpack system if you have one and do not allow green key cards to be stacked in a stackmodifying plugin. Discord: https://discord.gg/jMfCUJd4eE Summary Video Permissions Identitycard.create - allows you to open the UI and create a id card. Chat Commands /idcard - allows you to open the UI if permission identitycard.create is granted. Lang Files German and English translation included Data File Identity Cards will be saved in a data file
    $25.00
  7. CommandoSoldat

    Phone

    Version 1.0.5

    34 downloads

    Phone is a roleplay based Plugin that give you a much better Phone book then the standart one from rust itselfe. You can search for Phones by name and call directly from the ui. If you have missed a call from a other person you can see those missed calls in the Missedcalls list and call them back from that list. Also you are able to register more Apps in the PhoneUI and make it a universal tool to execute other plugin commands by a visual Phone app. Whatch my Tutorial video to see all the details about it. For more help and service check out my discord server. Discord: https://discord.gg/5DDvvgyzsG Tutorial Video !!! [UI Updated] UI is not the same as in the video see pictures above !!! Permissions Phone.use - allows the player to use the Phone Plugin Lang files German and English translation included Data file Missed calls will be saved Config { "UI-Phone-Images": { "PhoneBook": { "URL": "https://cdn.discordapp.com/attachments/1096420611460448288/1113742113180495923/telefonbuch.png", "Command": "tb" } } }
    $25.00
  8. Version 1.0.2

    25 downloads

    NPCKit is a Plugin made for any type of server pvp, pve or roleplay. With this Plugin you can create NPCs and add Kits to each of them as you like. They can be created with Clothing vanilla or skined and will wave to you, once you interact or leave the NPC. Each Kit can have its own cooldown and a default or Vip permission. Once a Kit is created you can delete it as well with the right permission, without deleting the whole NPC. You can also have unlimited Kits. If you create more then 4 kits, you will be able you navigate through multiple pages to see all the kitsyou created. Add as many NPC on you server as you like and give your players the ability to receive kits by interacting with one of your NPCs. All NPCs will also be displayed on the map with a shop marker. To interact with an NPC press the E key on your keyboard Whatch my showcase Video below to get a good starting point of my plugin. Check out my Discord to get even more help or request private plugins. Discord: https://discord.gg/jMfCUJd4eE Showcase video Permission createnpc - create an NPC and Kits (NOTE!: this is the Admin permission so only Admins should have it to create, delete NPCs/Kits) default - grand this permission to any player who will then be able to receive every kit with the default permission vip - grand this permission to any player who will then be able to receive every kit with the vip permission Chat Commands /createnpc - opens a panel to create the NPC (after that interact with the E key on your keyboard) Lang Files German and English translation included Config { "Use_MapMarker_For_NPC": true } Data File with all the NPC, kit and player information stored will be created
    $25.00
  9. Version 1.5.1

    3,907 downloads

    This plugin will allow players with permission to spawn police vehicles. This is perfect for any RP server. Current vehicles available are police car, police transport vehicle, police miniheli, police scrap transport helicopter and police boat. Each player may only have one vehicle spawned and in use at once, this is to stop players crashing the server. If the player has the permission for unlimited vehicles then they can spawn an unlimited amount, to remove a vehicle if the player has the unlimited permission they must look at the vehicle they wish to remove and use the removal vehicle command, if the player only has the use permission then they do not need to look at the vehicle. Each vehicle will spawn with an amount of fuel set in the configuration file. The siren is a new feature which uses web radio to function, some issues have been found where the siren stops or gets stuck in a loop, this is due to the radio station not the plugin as it is hosted for free as this is a free plugin, the station can be changed in the config if you would like to set up your own siren sound or a premium station. Any issues found can be resolved by stopping and starting the radio if you do not want to set up your own station. Permission required for player to use plugin: PoliceVehicles.use Permission required to allow player to spawn unlimited vehicles: PoliceVehicles.unlimited Commands: "/policecar" spawns police car "/policetransport" spawns police transport vehicle "/policeheli" spawns police minicopter "/policehelilarge" spawns police scrap transport helicopter "/policeheliattack" spawns police attack helicopter "/policeboat" spawns police boat "/policetugboat" spawns police tugboat with doors, locks, CCTV station, Phones and Cells "/policesnowmobile" spawns police snowmobile "/policetrain" spawnss a police train (must be looking at train tracks and no other trains blocking spawn position) "/removevehicle" destroys players current vehicle, allowing them to spawn an new/different one Configuration file: { "Police car fuel amount on spawn": 500, "Police transport vehicle fuel amount on spawn": 500, "Police snowmobile vehicle fuel amount on spawn": 500, "Police heli fuel amount on spawn": 500, "Police heli large fuel amount on spawn": 500, "Police attack heli fuel amount on spawn": 500, "Police boat fuel amount on spawn": 500, "Police tugboat fuel amount on spawn": 500, "Police train fuel amount on spawn": 500, "Lock police car engine parts": true, "Lock police transport vehicle engine parts": true, "Police car engine parts tier": 3, "Police Transport engine parts tier": 3, "Lock police car fuel": true, "Lock police transport fuel": true, "Lock police snowmobile fuel": true, "Lock police heli fuel": true, "Lock police heli large fuel": true, "Lock police boat fuel": false, "Lock police train fuel": true, "Police Heli spawn spotlight": true, "Police Boat spawn spotlight": true, "Broadcast message when vehicles spawn": false, "Siren radio station": "http://stream.zeno.fm/7cyp2kaxhchvv" } Requires Spawn Modular Car plugin for police car and police transport vehicle: https://umod.org/plugins/spawn-modular-car Optionally Vehicle Deployed Locks can be installed which allows all vehicles to spawn with codelocks https://umod.org/plugins/vehicle-deployed-locks
    Free
  10. Version 1.0.2

    18 downloads

    A modern house built in an old ruin. You can still see the remains of the old walls. Large windows and a lot of space make this house a special place. Right next to it flows a small stream that turns this place into an oasis of well-being. Offer your players a special building place like this. Perfect for RP/PVE servers. In one of the rooms there is a hole in the roof that fits perfectly for a staircase or an elevator, so you can still build on the roof. The trees and plants in the pictures are not included, but they are spawned by the topology layer. Prefabs count: ~220 Modifiers: Height, Topology, Biome, Splat Installation: 1. Download file 2. Unzip the file and copy the folder to RustEdit\CustomPrefabs 3. Open RustEdit and place the prefab 4. Apply the modifiers (Height/Topology/Biome/Splat) Skins: I am happy to share with you suitable skins for your skin mods (you will find the ID's in the READ ME file): Big Window (Garage Door) Large Window (Garage Door) Glass-Wood Door (Sheet Metal Double Door) If you have any questions or problems, feel free to contact me on Discord: ilineus - J.A.R.V.I.S.#5700
    $3.49
  11. Version 1.0.5

    41 downloads

    This earth house is hidden from the outside but wow from the inside! This base comes with a large kitchen, a bathroom and a modern fireplace. The rooms are open plan so players can build and decorate as they wish. Perfect for PVE/Roleplay servers. Prefabs count: ~403 Modifiers: Height, Topology Installation: 1. Download file 2. Unzip the file and copy the folder to RustEdit\CustomPrefabs 3. Open RustEdit and place the prefab 4. Apply the Height/Topology modifier Skins I am happy to share with you suitable skins for your skin mods (you will find the ID's in the READ ME file): Window Loft (Garage Door) Plaster Wall (Garage Door) Brick Wall red dark (Garage Door) If you have any questions or problems, feel free to contact me on Discord: ilineus - J.A.R.V.I.S.#5700
    $5.99
  12. Version 1.0.3

    17 downloads

    This base is based on a real building that was shown in the TV show "Grand Designs". I was so fascinated by this Sculpture House that I had to build an inspired version for Rust. Here you can see the original: https://www.squirrel-design.co.uk/projects/hux-shard-paragraph-55-dwelling/ The house is winding, yet you can always see out through the many windows. Lights on the ceiling and also in the kitchen, make this base something very special. The Base has a lot of space, so your players can do the interior design themselves. You will find a modern kitchen as well as a nice bathroom already in the base. Since the base has a complex cut, I have marked with a black field where you have to place square foundations. For the rest, triangular foundations are needed. Prefabs count: ~318 Modifiers: Height, Topology Installation: 1. Download file 2. Unzip the file and copy the folder to RustEdit\CustomPrefabs 3. Open RustEdit and place the prefab 4. Apply the Height/Topology modifier I am happy to share with you suitable skins for your skin mods: Plaster Wall (Garage Door) Big Window (Garage Door) Copper Door (Sheet Metal Double Door) If you have any questions or problems, feel free to contact me on Discord: ilineus - J.A.R.V.I.S.#5700
    $2.99
  13. Version 1.0.4

    15 downloads

    A nice big base with an outdoor hot tub for your creative players. This base comes equipped with a kitchen with kitchen island and a bathroom. The rooms are all very open plan so players can build their base in it according to their own ideas. Perfect for PVE/Roleplay servers. Prefabs count: ~183 Modifiers: Height, Topology Installation: 1. Download file 2. Unzip the file and copy the folder to RustEdit\CustomPrefabs 3. Open RustEdit and place the prefab 4. Apply the Height/Topology modifier I am happy to share with you suitable skins for your skin mods (you'll find the skin IDs in the READ ME file): Window Loft (Garage Door) Brick Wall red (Garage Door) If you have any questions or problems, feel free to contact me on Discord: ilineus - J.A.R.V.I.S.#5700
    $2.99
  14. Version 1.0.3

    15 downloads

    Always dreamed of a house with a pool? Make this dream come true for your players and place this modern house with pool. This house comes equipped with kitchen, bathroom and a big pool. In the bathroom it has extra space for a sprinkler so players can build a shower. The rest of the rooms are open plan so everyone can design and decorate their base themselves to their own liking. You'll be amazed at how creative the players can get! Perfect for PVE/Roleplay servers. Prefabs count: ~139 Modifiers: Height (optional!), Topology Modifier: The Height modifier is absolutely optional. The pool looks great when placed on a cliff, in this case I would not recommend the modifier and manually adjust the terrain at the pool (if you need help just contact me via Discord). Installation: 1. Download file 2. Unzip the file and copy the folder to RustEdit\CustomPrefabs 3. Open RustEdit and place the prefab 4. Apply the Height/Topology modifier Important: Do not place the prefab too close to the ocean coast, otherwise it may not show the pool correctly. But you would already see this in the RustEdit. I am happy to share with you suitable skins for your skin mods (you'll find the IDs in the READ ME file): Window (Garage Door) Brick Wall grey (Garage Door) If you have any questions or problems, feel free to contact me on Discord: ilineus - J.A.R.V.I.S.#5700
    $2.99
  15. Version 1.0.0

    171 downloads

    Shipping containers are not only good decoration, but also give a good base! This base consists of two oversized shipping containers and a wooden house part connected with a long glass staircase. It offers a lot of space for several floors or open designed for a modern loft feeling. Perfect for PVE/Roleplay servers. Prefabs count: ~67 No modifiers Installation: 1. Download file 2. Unzip the file and copy the folder to RustEdit\CustomPrefabs 3. Open RustEdit and place the prefab If you want to remove the grass in the building paint with the Topology "Building" or Splat "Dirt", that way it removes the grass. If you have any questions or problems, feel free to contact me on Discord under ilineus - J.A.R.V.I.S.#5700
    Free
  16. Version 1.0.0

    153 downloads

    In this beach house you can do whatever you want with your creativity. The modern roof offers nice shade and through the wooden slatted walls you can always see what's happening around. Have fun with it! Prefabs count: ~663 Modifiers: Height, Topology Installation: 1. Download file 2. Unzip the file and copy the folder to RustEdit\CustomPrefabs 3. Open RustEdit and place the prefab 4. Apply the Height/Topology modifier If you have any questions or problems, feel free to contact me on Discord: ilineus - J.A.R.V.I.S.#5700
    Free
  17. Version 1.0.0

    8 downloads

    Give your professional players another reason to excel with this volcano. - To access the volcano you will have to overcome the oil ring to get to the main box, activate the elevator with a button that will give you access to the elevator door. - As you go down to the volcano via the elevator, you can equip yourself and take some anti-radiation pills, you will need them. - Inside the volcano you will have to choose wisely the way to activate the door using a fuse and a red card, be careful, the access to this mechanism is dangerous, remember you are in a volcano, the ground is lava!!!!
    $12.90
  18. Version 1.0.1

    9 downloads

    The Arecibo Observatory, also known as the National Astronomy and Ionosphere Center (NAIC) and formerly known as the Arecibo Ionosphere Observatory, is an observatory in Barrio Esperanza, Arecibo, Puerto Rico owned by the US National Science Foundation (NSF). IT CONTAINS: Great variety of Parkour, Puzzles, NPCs, Loot, Hackable Crates and a nice decoration. RECOMMENDATION: This monument has a high difficulty to complete, it is recommended for two players, although with higher difficulty one player can also complete this monument.
    $12.90
  19. Version 1.0.0

    8 downloads

    Now you will have a Rust style space for your clan, group or game team. The community is a circular space with several construction zones for your base or house. Surrounded by a large wall which offers a defense for your team. The community offers a decorative space for your Rust server, junkyard style.
    $12.90
  20. Version 1.0.0

    2 downloads

    Fear of the deep sea? Now you can overcome it with this wonderful window to the ocean. Stand out on your server with Underwater Train Station, an underwater train station with access to the subway tunnel. - Contains: NPCS, Loot, Puzzles and a nice decoration. - Tip: You can remove the train tracks and put your own custom ones (Existing tracks can serve as a guide, or if you prefer you can keep them as they are fully functional).
    $12.90
  21. Version 1.0.1

    7 downloads

    - Mars Attacks Arena Mars Attacks Arena is a booby-trapped battlefield where players must fight to the death. Beautifully decorated in a sci-fi style, Mars Attacks Arena will leave your players with their mouths agape. - Includes: Two zones: Floor 1 and 2, with Traps, Barricades, Parkour, Radiation Zone, NPCS and Loots.
    $14.90
  22. Version 1.0.0

    3 downloads

    Mazinger Z (Head), the robot that made a generation of children dream now available for Rust. Mazinger Z's head is wrapped in a collector's box. "Do you dare to discover its interior?" - CONTAINS: Maze Parkour Puzzle Loot Room NPCs - TIPS: Measure your steps with caution or you will meet your death. Have fun
    $14.90
  23. badgyver

    Andalusia

    Version 1.1.0

    67 downloads

    Andalusia Custom Map for Rust, containing a wide variety of custom prefabs, terrains and real rivers of Andalusia. • Andalusia is a map with all the main rivers of Andalusia (Spain). • It contains the terrain, topology and real biome of Andalusia (Spain). • Size: 6000. • Objects: 88779. • Map protection plugin included. • The map can be edited: Yes. - Contains all Official Monuments: • Ferry Terminal • Nuclear missile silo • Large oil platform (This monument contains an access to the subway, you can reach this monument from the train) • Small oil platform (This monument contains an access to the subway, you can reach this monument from the train) • Submarine laboratories • Harbor • Large fishing villages • Fishing villages • Launch site (Customized, with a monorail surrounding this monument, it also contains: Ziplines, a small store, customized loot, npcs and a tug on which you will find a red card respawn) • Satellite dish (Customized, with attack helicopter respawn, recycler, custom loot, npcs and a small resting place) • The Dome • HQM Quarry • Stone quarry • Sulfur quarry • Arctic Research Base • Sewer Branch • Train yard • Junkyard • Abandoned military bases • Military tunnel • Caves • Large barns • Ranch • Bandit camp • Power plant • Swamp • Airfield (Customized, contains platforms with cranes, custom loot and npcs. Several zip lines with which you can cross the entire Aerodrome, in addition to a tank that guards this site) • Giant excavation • Outpost • Lighthouse - Prefabs and custom monuments: • Zeppelin (Puzzle-parkour). • Ghostbusters Barracks, this is a faithful monument to the fire station used by the ghostbusters, contains puzzles, traps, loot, npc, ghostbusters logo. • Civil Guard Barracks, a construction zone for the server administrator. This monument-zone contains helicopter respawns and loot. • Arena, zone with loots, defenses, towers, barricades and crate with code, everything you need for your server to contain a PVP zone. You can also use this zone for other things. • Bank, a monument created for the Bank Heist plugin. If you do not have this plugin, you can use this monument for the player to search for resources. • Aircraft carrier, the aircraft carrier has been created especially for the Biplane plugin, you can also use it as a monument, it contains helicopters, loot and NPCs. • Inferno Arena, is a battlefield with traps, death and fire. • Train Stations, with waiting room, loot and NPC, with secondary rail respawn. • Aerial platforms, each aerial platform contains several platforms connected to each other. • Epic Tower Construction Zone for players. • Train tracks scattered all over the map, carefully designed. • City, with collapsed skyscrapers. • Custom Oil plataform, with four oil platforms, two small and two large. (This monument contains an access to the subway, you can reach this monument from the train). • The Arecibo Observatory, also known as the National Astronomy and Ionosphere Center (NAIC) and formerly known as the Arecibo Ionosphere Observatory, is an observatory in Barrio Esperanza, Arecibo, Puerto Rico owned by the US National Science Foundation (NSF). • H1Z1 Lab is an experimental laboratory with various puzzles to solve. It contains Zombies, NPC, traps, puzzles and an original crystal box in which you will get two hackable oil rig crates, plus extra loot of elite crates. • Underwater glass dome, the player will be able to build underwater. • A variety of custom sites for the player to build, you can find these sites easily from the map, they are marked with an X mark. • Customized rivers navigable with motorboats. • Access by train to all the Oil Shelf Plaforms. - Monuments will be added to recreate-simulate Andalusia (Spain).
    $45.90
1.3m

Downloads

Total number of downloads.

6.6k

Customers

Total customers served.

97.7k

Files Sold

Total number of files sold.

1.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.