Search the Community
Showing results for tags 'bank'.
-
Version 1.3.12
1,010 downloads
Adds a banking system to the game. It is an extended system of economics. Features ATM system (each player can install his own ATM and receive profit from it) ATMs can break ATMs can be repaired Money transfer system between players HumanNPC support Ability for players to earn money Adds a new item to the game (banknotes) Auto Wipe (each item can be customized) Working through third-party economy plugins (optional) Conversion from ServerRewards and Economics Commands bank - open the bank interface bank.givenote [target] [amount] - give banknotes to the player bank.giveatm [target] - give ATM to the player bank.setbalance [target] - set balance to the player bank.deposit [target] - deposit money to the player bank.withdraw [target] - withdraw money from a player bank.transfer [player] [target] - transferring money from a player to another player bank.wipe [type] (0 - all, 1 - players, 2 - logs, 3 - ATMs) - wipe data bank.convert.economics - convert from Economics bank.convert.serverrewards- convert from ServerRewards Hooks private object CanPlayerCreateCard(BasePlayer player) private void OnPlayerCreatedCard(BasePlayer player) private void OnBalanceChanged(ulong member, int amount) API private bool HasCard(BasePlayer player) private bool HasCard(ulong member) private int Balance(BasePlayer player) private int Balance(ulong member) private bool Deposit(BasePlayer player, int amount) private bool Deposit(string member, int amount) private bool Deposit(ulong member, int amount) private bool Withdraw(BasePlayer player, int amount) private bool Withdraw(string member, int amount) private bool Withdraw(ulong member, int amount) private bool Transfer(BasePlayer member, BasePlayer target, int amount) private bool Transfer(string member, string target, int amount) private bool Transfer(ulong member, ulong target, int amount) Permissions You can set permission in config, for example: "Permission (example: banksystem.use)": "banksystem.use", You can also configure permissions for ATM breakage % FAQ Q: Where can I see an example of a config? A: Config$29.95 -
Version 1.0.3
92 downloads
The plugin allows you to grant permission to players who will be able to save some loot. Description: This plugin and the ability to store your belongings in a safe deposit box, which you can open using one of the specified commands. You can limit the number of items you can put in a cell, and also set up a blacklist of items that cannot be put in a cell. You can assign privileges to use a cell depending on the group of players.The player can also transfer their items from wipe to wipe. How does it work? The player prescribes a chat command, which is specified in the config. It opens a cell with slots that are configured in the config. He can put items there that are not blocked in the config. Closes the cell and the items are successfully saved. If the player runs out of privilege, when trying to open a cell, he will return all items to his inventory. en - example of plugin configuration in English ru - example of plugin configuration in Russian My Discord: CASHR#6906 Join the Mad Mappers Discord here! Check out more of my work here!$15.00 -
Version 1.5.20
1,267 downloads
Spawns custom bank hesits at specified locations. Optional Plugins Kits umod Part 1: Optional Bank Prefab Setup Part 2: Bank Plugin Setup Custom Prefabs: Prefab name should be labled as "bankheist" or "bankheist_1" for multiple banks. Permission bankheist.manage // Allow admins to setup bank events bankheist.worker // Stop guards attacking bank workers Commands 1. /bse <type>, spawn prefab entity of type for setup 2. /blp create|remove|update <profile-name>, manage bank loot profiles 3. /bgp create|remove|update|stationary <profile-name>, manage bank guard profiles 4. /bdp create|remove|update <profile-name>, manage bank door profiles 5. /bhm create|remove <bank-name>, create or remove a bank 6. /bhm parent <bank-name> <monument-name>, setup a parent monument for the bank 7. /bhm <guard|loot|door> profile <bank-name> <id> <profile-name>, setup profile for a door or loot to use 8. /bhm <guard|loot|door> remove <bank-name> <id>, remove entity from a specified bank 9. /bhm <guard|loot|door> create <bank-name>, create entity for the specified bank 10. /bhm mmr <bank-name> <radius>, map marker radius 11. /bhm pdr <bank-name> <radius>, player detection radius 12. /bhm tbr <bank-name> <seconds>, seconds before bank will reset 13. /bhm ato <bank-name> <seconds>, seconds before alarm will disable 0 = until bank reset 14. /bhm debug <bank-name> <option>, enable debug information options: loot, door, guard, info, everything 15. /bhm monuments Data { "BankEntries": [ { "bank display name": "Test Bank", "parent monument name": null, "time between resets": 1800.0, "alarm timeout seconds": 120.0, "alarm disable when all crates are looted": true, "spawn position": { "x": -668.1162, "y": 24.8576756, "z": 15.70411 }, "spawn rotation": { "x": 0.0, "y": 0.0, "z": 0.0 }, "player detection origin": { "x": 0.0, "y": 0.0, "z": 0.0 }, "player detection radius": 100.0, "map marker origin": { "x": 0.0, "y": 0.0, "z": 0.0 }, "map marker radius": 100.0, "map marker opacity": 0.6, "map marker ready color": "#2eff74", "map marker reset color": "#ff2e2e", "map marker outline color": "#ffffff", "loot spawn group entries": [ { "Id": 3177, "Prefab": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab", "Profile": "loot1", "Position": { "x": -0.04071045, "y": 0.04530716, "z": 0.196435928 }, "Rotation": { "x": -0.00194311875, "y": 283.140167, "z": 359.913574 } } ], "door spawn group entries": [ { "Id": 3593, "Prefab": "assets/prefabs/building/wall.frame.garagedoor/wall.frame.garagedoor.prefab", "Profile": "door1", "Position": { "x": 1.49249268, "y": 0.166625977, "z": -6.467394 }, "Rotation": { "x": 0.0, "y": 13.3333187, "z": 0.0 } }, { "Id": 9537, "Prefab": "assets/prefabs/building/wall.frame.garagedoor/wall.frame.garagedoor.prefab", "Profile": "door1", "Position": { "x": 4.67230225, "y": 0.354122162, "z": 5.18401432 }, "Rotation": { "x": 0.0, "y": 13.3333187, "z": 0.0 } } ], "npcs spawn group entries": [ { "Id": 1765, "Prefab": null, "Profile": "guard1", "Position": { "x": 3.79986572, "y": -0.289468765, "z": -7.350936 }, "Rotation": { "x": 0.0, "y": 0.0, "z": 0.0 } }, { "Id": 1227, "Prefab": null, "Profile": "guard1", "Position": { "x": 7.863037, "y": -0.0256900787, "z": 4.15430927 }, "Rotation": { "x": 0.0, "y": 0.0, "z": 0.0 } }, { "Id": 2957, "Prefab": null, "Profile": "guard1", "Position": { "x": 1.5680542, "y": 0.0291461945, "z": 4.185258 }, "Rotation": { "x": 0.0, "y": 0.0, "z": 0.0 } }, { "Id": 3914, "Prefab": null, "Profile": "guard1", "Position": { "x": -0.6699219, "y": 0.08488846, "z": -3.12963676 }, "Rotation": { "x": 0.0, "y": 0.0, "z": 0.0 } } ] } ] } Loot Profiles Example { "ProfileEntries": { "loot1": { "MinItems": 2, "MaxItems": 5, "SkinId": 0, "HackableSeconds": 60.0, "LootItems": [ { "Shortname": "shotgun.m4", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "rifle.m39", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "rifle.semiauto", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "military flamethrower", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "weapon.mod.extendedmags", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "smg.2", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "smg.thompson", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "homingmissile.launcher", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "rifle.bolt", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "rifle.l96", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "ammo.rocket.basic", "ItemName": null, "SkinID": 0, "MinAmount": 100, "MaxAmount": 100, "IsBlueprint": false }, { "Shortname": "ammo.rocket.hv", "ItemName": null, "SkinID": 0, "MinAmount": 100, "MaxAmount": 100, "IsBlueprint": false }, { "Shortname": "ammo.rifle.explosive", "ItemName": null, "SkinID": 0, "MinAmount": 1000, "MaxAmount": 1000, "IsBlueprint": false }, { "Shortname": "ammo.rocket.mlrs", "ItemName": null, "SkinID": 0, "MinAmount": 100, "MaxAmount": 100, "IsBlueprint": false }, { "Shortname": "ammo.rocket.fire", "ItemName": null, "SkinID": 0, "MinAmount": 100, "MaxAmount": 100, "IsBlueprint": false }, { "Shortname": "submarine.torpedo.straight", "ItemName": null, "SkinID": 0, "MinAmount": 100, "MaxAmount": 100, "IsBlueprint": false }, { "Shortname": "rifle.ak", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "hmlmg", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "smg.mp5", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "rifle.sks", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "rocket.launcher", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false }, { "Shortname": "lmg.m249", "ItemName": null, "SkinID": 0, "MinAmount": 1, "MaxAmount": 1, "IsBlueprint": false } ] } } } Door Profiles Example { "ProfileEntries": { "door1": { "Health": 10000.0, "SkinId": 0 } } } Guard Profiles Example { "ProfileEntries": { "guard1": { "Name": "Bank Guard", "WearItems": [ { "ShortName": "metal.facemask", "SkinID": 0 }, { "ShortName": "metal.plate.torso", "SkinID": 0 }, { "ShortName": "roadsign.kilt", "SkinID": 0 }, { "ShortName": "hoodie", "SkinID": 0 }, { "ShortName": "pants", "SkinID": 0 } ], "BeltItems": [ { "ShortName": "rifle.ak", "Amount": 1, "SkinID": 0, "Mods": [ "weapon.mod.holosight", "weapon.mod.lasersight" ], "Ammo": "ammo.rifle" } ], "Kit": "", "Health": 250.0, "RoamRange": 5.0, "ChaseRange": 25.0, "SenseRange": 75.0, "ListenRange": 37.5, "AttackRangeMultiplier": 8.0, "CheckVisionCone": false, "VisionCone": 180.0, "HostileTargetsOnly": false, "DamageScale": 1.0, "TurretDamageScale": 0.25, "AimConeScale": 0.35, "DisableRadio": false, "CanRunAwayWater": true, "CanSleep": false, "SleepDistance": 0.0, "Speed": 8.5, "HomePosition": "", "MemoryDuration": 30.0, "Stationary": true, "UseUnderGround": false } } } Configuration { "enable notifications": true, "enable visible bubble": true, "enable visible marker": true, "enable alarm trigger": true, "enable eliminate guards": true, "enable zone messages": true, "prevent worker looting bank": false, "prevent teleport from bank": false, "blocked zone commands": [], "spawnable prefabs": { "garage-door": "assets/prefabs/building/wall.frame.garagedoor/wall.frame.garagedoor.prefab", "vault-door": "assets/bundled/prefabs/modding/asset_store/bankheist_package/bankheist_vol03/prefabs/door.vault.static.prefab", "toptier-door": "assets/prefabs/building/door.hinged/door.hinged.toptier.prefab", "toptier-d-door": "assets/prefabs/building/door.double.hinged/door.double.hinged.toptier.prefab", "hackable-crate": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab", "elite-crate": "assets/bundled/prefabs/radtown/crate_elite.prefab", "crate-normal": "assets/bundled/prefabs/radtown/crate_normal.prefab", "crate-normal_2": "assets/bundled/prefabs/radtown/crate_normal_2.prefab" } }$10.00 -
Version 1.1.0
69 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).$39.90- 15 comments
- 2 reviews
-
- 4
-
- #andalusia
- #andalucia
-
(and 94 more)
Tagged with:
- #andalusia
- #andalucia
- #almeria
- #granada
- #malaga
- #jaen
- #cordoba
- #sevilla
- #cadiz
- #huelva
- #andalusiacustommap
- #andalusia custom map
- #andalusia custom map rust
- #map
- #custom
- #custom map
- #rust
- #rust map
- #rust custom map
- #rustedit
- #rust edit
- #españa
- #spain
- #apocalypse
- #apocalypse spain
- #build
- #build area
- #buildarea
- #monument
- #prefab
- #helitower
- #helicopter tower
- #hotel
- #motel
- #tower
- #zipline
- #train
- #station
- #train station
- #trainstation
- #monorail
- #halloween
- #fantasy
- #christmas
- #hallowennsale
- #christmassale
- #halloween monument
- #christmas monument
- #zeppelin
- #areciboobservatory
- #arecibo
- #arecibo observatory
- #h1z1
- #lentejas
- #badgyver
- #oxide
- #carbon
- #steam
- #playrust
- #pve
- #pvp
- #rp
- #roleplay
- #rolepay
- #rustadmin
- #rust admin
- #rust server
- #ferry terminal
- #nuclear silo
- #large oil plataform
- #small oil plataform
- #submarine laboratory
- #harbor
- #large fishing villages
- #launch site
- #satellite dish
- #the dome
- #hqm quarry
- #stone quarry
- #arctic research base
- #sewer branch
- #trainyard
- #junkyard
- #tiktok
- #viral
- #gameplayrust
- #stream
- #gameplay
- #abandoned base
- #military base
- #military tunnel
- #caves
- #large barns
- #ranch
- #bandit camp
- #power
-
Version 1.2.4
22 downloads
The Heart of the City was designed to give players the chance to build WITHIN city limits and provide a vast amount of additional features and locations to explore and call home. A massive casino houses the map vault, and is guarded by staff and a complicated puzzle. Many vacant buildings and basements can be found around the map to call home, some may even opt to use a 'keycard bunker' to store their loot. The roads are built to accomodate plugins such as Convoy or Traffic Drivers while still targetting the 'post-apocolyptic nature of the aesthetics. Take over a suburb neighborhood, industrial outskirt, or go right to the heart of downtown, there's a place for every lifestyle to call home! Promo and test videos below: Prefab Count: 152k Map Size: 4500 Players can build in and around all unmarked buildings. Supports Bank Heist, BetterNpc, Drone Event I plan to continue adding to this map every rotation, if there are any bugs or flaws I will correct them with a report. Custom Monuments: West Coast Casino - A large casino built at the heart of the city. This monument includes a complicated puzzle that can be tackled with some experimentation. The puzzle includes 'red-herring' switches and fuse boxes, toggling cameras, a timed elevator, and a turret guarding the vault. Skytrain Stations - Several Skytrain Stations around the map serve as spawn points for train wagons. Bradley Arena - A massive arena guarded by a circling Bradley. Abandoned Apartments - A vertical monument designed to have players search individual apartment units through the building. Diner X4 - A small and easy monument similar to oxum's gas station, built with dining area, bathrooms, office, and kitchen. West Coast Park - A desolate park with a dried up river and dead pine trees - Habitable. Oil Swamps - Sunken swamp land filled with oil from a collapsed factory - Habitable. Custom Abandoned Lighthouse - Lighthouse on a very tall cliff laid with abandoned dwellings Art Gallery - A Safe Zone for artists to paint with security Skatepark - A Safe Zone for players to hang out, and ride the new bikes Mini-Mall - Consists of 1 Supermarket and 3 additional similar storefronts with loot Roadside Fruitstand - Micro Monument outside of Junkyard with a small amount of loot Facepunch Monuments: Oxum's Gas Station X 4 Abandoned Supermarket X 4 Bandit Camp Large Barn Large Fishing Village Outpost Large Harbor Small Harbor Junkyard Powerplant Water Treatment Satellite Dish Train Station Arctic Research Base Large Oil Rig Small Oil Rig Underwater Labs$40.00 -
-
Version 1.0.0
9 downloads
This bundle contains 4 mini monuments, perfect for one grids or smaller maps in general. > MONUMENTS INCLUDED Apartment Building Ammunition Store Decomissioned Bank Deserted Motels > NOTES - This bundle is designed to offer better value over buying the monuments individually. - These monuments are constantly supported and updated for the current version of the game with all updates! - Each monument is designed to fit into the theme of rust. - Need help? I’m most active on my discord server @ discord.gg/TJxwpKT2Ge$18.90 -
Version 2.0
7 downloads
A decommissioned bank, now used by scientists as a storage space. Perfect for one grids or smaller maps in general. This monument is constantly supported and updated for the current version of the game with all updates! NOTES – If you need support, I’m most active on my discord server @ discord.gg/TJxwpKT2Ge – You can edit the monument. FEATURES – Topology, splat, and height masks are all included.$6.49 -
Version 1.0.0
31 downloads
My detailed bank, which I designed from the start to be compatible with Bank Heist, serves as a suitable place to host the event with a vault entrance measured for a garage door, space for loot and many NPCs, and is also compatible with the plugin ATM at my outside hole in the wall (Cash machine). *Plugins are not included or made by me. Quick Start Extract the zip file into your RustEdit install folder. Click on Prefabs at the top & open up your Prefab List. Under the Custom category, you will now find RobJs Premium Prefabs. Double-click on the prefab file, which will spawn it into the map for you. Drag it to the general area you want to place it Done Contact And Help If you need to contact me discord is best: RobJ2210#2553 For help/support my discord group is best: Join RustMaps By RobJ Discord$13.99- 4 comments
-
- 2
-
- #bank heist
- #bank
-
(and 4 more)
Tagged with:
-
Version 1.0.0
7 downloads
Introducing the Modern Bank Prefab for Rust Unlock the potential of your Rust server with the sleek and sophisticated Modern Bank prefab. Crafted with meticulous attention to detail, this prefab offers players the opportunity to immerse themselves in a dynamic banking experience unlike any other. Features: Contemporary Design: Step into a world where modern architecture meets functionality. The Modern Bank prefab boasts clean lines, expansive windows, and a sleek facade that adds a touch of elegance to any Rust landscape. Robust Security: Keep your valuables safe and sound with state-of-the-art security measures. From reinforced vault doors to advanced surveillance systems, this prefab ensures that your assets are protected around the clock. Customizable Interiors: Tailor your bank to suit your server's needs with fully customizable interiors. Whether you're adding teller stations, ATM machines, or even a luxurious lounge area, the possibilities are endless. Seamless Integration: With easy-to-use prefab placement, integrating the Modern Bank into your Rust server is a breeze. Simply place the prefab in your desired location and watch as players flock to experience the ultimate banking convenience. Optimized Performance: Designed with performance in mind, this prefab delivers seamless gameplay without sacrificing visual fidelity. Enjoy smooth framerates and immersive gameplay experiences, even in the busiest of Rust environments. Why Choose the Modern Bank Prefab? Enhanced Gameplay: Elevate your server with a unique and immersive banking experience that adds depth to Rust's gameplay mechanics. Player Engagement: Give your players a reason to explore and interact with their environment by introducing a dynamic financial system to your server. Endless Possibilities: Whether you're creating a bustling metropolis or a quaint village, the Modern Bank prefab offers endless possibilities for customization and creativity. Transform your Rust server into a thriving hub of commerce and intrigue with the Modern Bank prefab. Purchase yours today and redefine the way your players experience Rust.$9.99-
- #modern building
- #bank
-
(and 1 more)
Tagged with:
-
Version 1.0.0
4 downloads
MaLai's Bank is now taking care of your Rust Customers! A beautiful and modern Bank. Comes with NPC's and a Blue & Red card puzzle. It's also compatible with the Bank Heist Plugin by FoxMods. You just need to put the vault door ingame inside the vault frame via Bank Heist plugin.$15.99 -
Version 1.8.2
63 downloads
A small 2k map I made perfect for small servers contains two custom prefabs Made by me not password locked so you can edit it further with your own custom work but will remove the bridge and bank. This is my first map so if you see any issues let me know and ill do what I can to fix it. If you wish for a non bank version feel free to send me a message Due to the bank prefab if you want to add this map you now need RustEdit installed on your server. Contains: Airfield Launch Site Large Oil Rig Military Tunnel Outpost Bandit Camp Harbor Lighthouse Water Treatment Fishing Village Custom Bank Prefab (requires all 3 keycards to gain access to 2 hackable containers )$5.00 -
Version 1.0.0
26 downloads
This is a bundle of... 5 Buildings 1 Heli pad and 1 Camp sitting area. All together (1550) in prefabs. ...1 bank... ....1 Food shop.... ....1 Shop.... ....1 Hang out casino.... ....1 Skin shop/Buy skin shop.... ....1 Heli pad/computer room.... ....1 Camp sitting area.... No loot in buildings. You need your own shop keepers. This is just Prefabs. Feel free to message me i will do my best to get back with you. Has been tested on a server. https://youtu.be/N_fF1qZyG4M$8.00 -
Version 3.1
25 downloads
PuzzleBank originally was for the Bank heist plugin but decided to go standalone to work on PVE servers Features Puzzle consists of Keycard doors Green , Blue , Red and 1 Fusebox 2 Hackable crates in the vault 6 scientist guards Should come with everything biomes topology alpha splat the works You will need rust edit installed on your server for the IO if your interested in the older bank heist plugin version of this without the keycards leave a message. 441 approx assets$5.00 -
Version 1.0.1
691 downloads
this is a bank prefab. it has 3 samsites, 5 watchtowers, 1 red keycard reader to get behind the counter. this prefab have height mask, alpha mask and spat mask. there is loot behind the counter and downstairs at the vault. and you cant go out the way you came inn you have to go out trough a sewer hole entrance and all the doors are one way only and only the 1st door require fuse and a red keycard to enter. it works well with FoxMods - bankheist mod i removed the searchlight on the watchtowers.Free