SLATE's Wishlist
-
Artifacts
Plugin add artifacts with passive and active abilities
🎬 PROMO
💎FEATURES
50+ passive and active abilities (will added more) Groups and Permissons for artifacts Easy to create and edit admin menu Fully customizable screen button Translate to EN, RU, DE, FR lang Rust inventory for artifacts with fine look UI Drop artifacts on death Dynamic slots amount with perms Prohibition on the use of identical artifacts Prohibition of using artifacts with the same abilities Auto wipe players on WIPE Full customization for all kinds of abilities Artifacts have durability and can be broken Cooldown for active abilities Maximum stats for active and passive abilities Broadcasting for active and passive abilities Custom tags for lang Beautiful visual effects Patch default stack size with Harmony Artifacts Synthesis - Synthesis table, when you can combine artifacts (free addon) Meteor Event - Artifacts drop from sky (free addon) Gather Event - Artifacts drop from special ores, that spawn throughout entire map (free addon) ❗️ Informational and updates videos
About plugins V1 Release 25 passives and 5 active abilities V1.1 Balls Update v1.2 11 new passives abilities 📂 Plugin Structure
├── Info.txt - Commands and permissions │ ├── lang/ │ ├── en - English │ ├── ru - Russian │ ├── de - German │ └── fr - French │ ├── plugins/ │ ├── Artifacts.cs - Main plugin │ ├── ArtifactsSynthesis.cs - Synthesis table │ ├── ArtifactsMeteorEvent.cs - Meteor event │ └── ArtifactsGatherEvent.cs - Gather event │ └── data/Artifacts/ ├── Artifacts/ - Artifacts configurations ├── Players/ - Player data storage └── Prefabs/ - Custom plugin prefabs
🌀PASSIVE ABILITIES
"Miner" - Increases ore gathering efficiency Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Woodcutter" - Boosts wood amount collected Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Picker" - Increases all resources collected from the ground Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Butcher" - Improves harvesting from animals Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Angler" - Increases fish catch quantity Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Start amount X from config (ex. 2 start 2 from config = 4 finish ) "Scavenger" - Finds more scrap in loot containers Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Start amount X from config (ex. 2 start 2 from config = 4 finish ) "Farmer" - Improves crop yield Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "HeatBane" - Reduces damage from high temperatures 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "FrostBane" - Reduces damage from freezing conditions 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "RadBane" - Decreases radiation damage 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "Fatstack" - Increases calories and hydration when eating Start amount + ability % (ex. 10 c+h, 12% value = 11 c+h) "BleedResistance" - Reduces bleeding damage 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "BeastResistant" - Decreases damage taken from animals 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "BeastSlayer" - Increases damage dealt to animals 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "ScientistResistant" - Reduces damage from scientists 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "ScientistSlayer" - Boosts damage against scientists 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "BradleySlayer" - Increases damage dealt to Bradley 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "BradleyResistant" - Reduces damage from Bradley 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "HeliSlayer" - Increases damage dealt to helicopter 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "HeliResistant" - Reduces damage from helicopter 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "LuckyShot" - Chance for critical hit damage Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Damage X from config (ex. 20 damage 2.0 from config = 40 damage) "Feather" - Reduces damage from falling Start amount - ability % (ex. 10 damage, 30% value = 7 damage) "Vampire" - Gains health when dealing damage Damage ability % (ex. 20 damage 20% value = 20.0 0.2 = 4 heal) [Types] Scientist, Animal, Heli, Bradley "Medic" - Increases healing amount from medic tool (work with instant heal only) Start amount + (Start amount ability %) (ex. 10 heal, 50% value = 10 + (10 0.5) = 15 heal) "LuckyMiner" - Chance to get loot when finish mining ore Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Spawn random prefab from config on Ore position "Smelter" - Processes ore during mining Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "CoalMiner" - Сonverts wood into coal during mining Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Gunsmith" - Chance to return bullet when firing Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Archer" - Chance to return arrow when shooting Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Researcher" - Chance to return scrap when researching Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Builder" - Chance to return resources when upgrading structure Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Chef" - Cooking meat while butchering animals Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "GoldenHands" - Items take longer to break Return to item % from loose condition (ex. loose 2.0, value 50% = return 1.0 ) "SuperMiner" - Faster ore extraction Gather speed = start speed + value % * 2 (ex. 1.5(start) * 200% * 2 = 5.5(speed)) "SuperWoodcutter" - Faster tree cutting Gather speed = start speed + value % * 2 (ex. 1.5(start) * 200% * 2 = 5.5(speed)) "FireResistance" - Increased fire resistance 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "ExplosiveResistance" - Increased explosion protection 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "SiegeMan" - Increases the damage to buildings from explosives 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "LuckyRaider" - The chance of a double explosion Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "ExperienceRaider" - Increases the chance of detonation for satchels and beancans Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%)
💥ACTIVE ABILITIES
"Collector" - Searching loot around you Work with radius around player "Pathfinder" - Searching animals around you Work with radius around player "Geologist" - Searching ores around you Work with radius around player "Ranger" - Searching scientists around you Work with radius around player "Raider" - Searching traps around you Work with radius around player "Flora" - Everything starts to grow around you Work with radius around player "Fire Ball" - Launches a fireball in front of you Damage depends on the value of the artifact Radius is taken from the config "Ore Ball" - Gather ores around you Work with radius around player "Tree Ball" - Gather tree around you Work with radius around player "Loot Ball" - Loot containers around you Work with radius around player "Killer Ball" - Launches a killerball to your target, when you attack The damage depends on the value of the artifact
⚡PERMISSIONS ABILITIES
You can add permissions to artifact
Permissions will be added when player move artifact to special container and remove when artifact will be removed from container
📚Recommendations
Use only unique perm for artifact
Not use on different artifacts one perm
Not use perm that use other plugin
If you remove artifact with perm, then remove this perm
👥GROUPS ABILITIES
You can add groups to artifact
Groups will be added when player move artifact to special container and remove where artifact will be removed from container
📚Recommendations
Use only unique perm for artifact
Not use on different artifacts one group
Not use group that use other plugin
If you remove artifact with group, then remove this group
If you need use one perm on different artifact, then create different groups and grant them with that perm
🔧PLUGIN COMMANDS
👑Admin:
artifact.admin - show admin menu (need be admin) artifact.give "skinId" "Player Name\SteamId" - give artifact to player (console or perm : artifacts.give) table.give "Player Name\SteamId" - give synthesis table to player (console or perm: artifactssynthesis.give) /agather.spawn "Optional: Ore Presset Name" - spawn custom ore front of you (need be admin) (if presset empty, spawn first from config) /ameteor.spawn "Optional: Artifact id" - spawn meteor on your position (need be admin)
🎮Player:
artifact.use "config ability name" - try use active ability artifact.broadcast - on/off broadcast of ability's message and effect artifact.open - open main artifact menu
🔧PLUGIN PERMISSIONS
artifacts.give - grant to use command artifact.give artifactssynthesis.give - grant to use command table.give artifacts.slots.default, artifacts.slots.vip, artifacts.slots.premium - set amount of slots for artifacts (may change in config)
🎁THREE FREE ADD-ONS
🔮Synthesis table - сombine artifacts to create stronger ones
⛏️Gather event - сustom ores appear all over the map, mine them so that you can get an artifact at the end
☄️Meteor event - artifacts fall from the sky to the island as meteorite
🧪 TEST SERVER
Join our test server to view and experience all our unique features yourself!
Copy the IP Address below to start playing!
connect 194.147.90.147:28015
📡API
JObject GetArtifact(ulong skinId) Get artifact info by skinId ["name"] string ["skinId"] ulong ["onlyOne"] bool ["condition"] float ["passives"] Dictionary<string, float> ["actives"] Dictionary<string, float> ["groups"] List<string> ["permissions"] List<string>
Item CreateArtifact(ulong skinId) Create artifact by skinId
Item GiveArtifact(BasePlayer player, ulong skinId) Create artifact by skinId and give to player
Item GiveArtifact(ItemContainer container, ulong skinId) Create artifact by skinId and move to container
BaseEntity DropArtifact(ulong skinId, Vector3 position) Create artifact by skinId and drop on position
float GetPlayerAbilityValue(ulong userId, string ability) Return player ability value (not count max stat)
bool IsItemArtifact(Item item) Return true if item is artifact, else false
⚙️CONFIGS
Main Synthesis table Gather event Meteor event -
Farmers Paradise (FarmPro)
FarmPro turns regular planter boxes into a fully automated, wireless farming system.
No pipes, no cables—just place a FarmPro barrel anywhere, and nearby planters will instantly link over the air.
It takes care of everything for you: planting, watering, cloning, fertilizing, harvesting, and even generating special items. All of this happens virtually, with no visible devices or messy connections.
Whether you're growing hemp, berries, potatoes, or something more exotic, FarmPro makes your farm faster, cleaner, and way more fun to manage.
⚙️ What You Can Do with FarmPro
Plant and harvest automatically – Seeds and clones are planted into empty sockets, and ripe crops are harvested or cloned depending on your settings. Go 100% wireless – No industrial piping or power required. Planters connect wirelessly within a radius that you define. Choose between clone or harvest mode – Each planter can be switched between cloning or harvesting, and you'll see visual feedback when it's changed. Use simulated farming hardware – Sprinklers, heaters, and lights work virtually—no deployables. Craft special items – Combine specific fertilizers with plants and gene patterns to generate rare, customized items with unique names and effects. Access an in-game shop – Use a clean UI to buy FarmPro gear, fertilizers, and consumables. You can even sell items back for scrap or RP. Add NPC vendors – Spawn a FarmPro seller at the Outpost or anywhere you want, with a visible map marker and fully configurable stock. 🔥 Special Items with Real Buffs
Grow plants using the right fertilizer and genes to generate rare items like: Ore Booster – Boosts mining yield and radiation resistance Beer of Strength – Gives cooling and comfort Recovery Balm – Increases max health and speeds up healing Energy Bloom – Makes you run and ride faster Recycler Fuel – Increases scrap yield and vision in darkness Each item is visually distinct and applies real, timed modifiers when used. 👥 Player Groups and Permissions
You can set up multiple player tiers with different farming powers. For example: Control how many planters a player can use Adjust the wireless detection radius Set cloning and harvesting multipliers per crop Choose whether new planters start with full water Enable or disable access to the in-game shop You might have a "Default" group, and then extra perks for VIP1, VIP2, VIP3, VIP4, and Admins—each with more benefits. 💬 Useful Chat Commands
/farmpro.give – Gives yourself a FarmPro box (permission: farmpro.give) /farmpro.menu – Opens the shop menu (only if allowed by your tier) /farmpro.spawnnpc – Spawns a vendor NPC where you're standing /farmpro.removenpc – Removes the nearest FarmPro NPC /farmpro.planters – Shows how many planters are currently on the server (admin only) /farmgive <identifier> <amount> <playerName|playerId> Parameters: <identifier>: The unique identifier for the custom item to be given. <amount>: The number of items to give. If the value is invalid or less than 1, it defaults to 1. <playerName|playerId>: The target player's display name or Steam64 ID. 🛒 Shop and Economy Integration
FarmPro supports Scrap, Economics, and ServerRewards.
All prices, items, and categories are fully configurable.
Here’s the default FarmPro item setup:
"Item Short Prefab Name": "box.wooden.large",
"Item SkinID": 3529006189
You can also add your own items and fertilizers to the shop.
🔌 Plugin Compatibility
FarmPro works great alongside:
Ganja – Integrates with cannabis-related plants and items
SkillTree – Grants XP and activates buffs on harvest
Economics, ServerRewards – All fully supported
✅ Why Server Owners Love It
No visible wiring or clutter
Custom farming economy that players can grow into
Clean, mobile-friendly UI
Flexible configuration and permissions
Powerful admin controls
Fully monetizable with VIP perks and special items
Start farming smarter today.
No wires, no mess—just FarmPro.
Configuration File
- #farm
- #automatic
- (and 6 more)
-
Zombie Rocks
By Krungh Crow in Plugins
When running in the forest on the quest of finding some ore nodes and finally hitting the rock to get some valuable resources , there can be a zombie sleeping under the rock
Features :
Set configurable chance of a [Rock Zombie] spawning after a ore node is depleted (last hit) Set configurable chance of a [Ore/Wood Zombie] spawning after a ore or wood spawn is picked up Set configurable chance of a [Tree Zombie] spawning after a tree is cut down Configurable NPC (HP, Damage scaling, spawn amount and more) Support for Kits. The NPC can drop a backpack (internal lootprofile through configuration) The npc can only spawn on the surface (no support for tunnel/cave nodes) npc has 2 starter outfits and changes weapon each time it spawns out of the box (or when assigned kit(s) is not found) Ore/Wood zombies use their Stone and Tree zombie kits Permissions :
zombierocks.pickup : Assign to players/groups to trigger the resource pickup mini event zombierocks.nodestone : Assign to players/groups to trigger stone mining mini event zombierocks.nodeiron : Assign to players/groups to trigger the iron mining mini event zombierocks.nodesulfur : Assign to players/groups to trigger the sulfur mining mini event zombierocks.tree: Assign to players/groups to trigger the tree cutting mini event Pickup items :
On resource pickups only 1 npc can spawn
Wood stones iron sulfur Commands :
/zrinfo : Replies plugin info and version to chat Configuration :
To make a item spawn as a blueprint add .bp behind the shortname (for example ammo.pistol.bp) Probability from value 0 to 1 is the spawn chance of any item Usage of custom naming is now possible (> v1.2.4) Example of custom items like the ExtendedRecycler plugins recycler item.
If multiple skins are added it will pick a random skin (make sure they are TOS safe) { "probability": 1.0, "shortname": "pickaxe", "name": "", "Skin list": [ 3163818649, 1962043729 ], "amountMin": 1, "amount": 1 },
{ "Use Debug": false, "Only Trigger at Night Time": false, "Night start": 20, "Night end": 8, "Tree spawns": { "Can spawn from trees": false, "Spawn chance (1-100%)": 10.0 }, "Pickup spawns": { "Can spawn from resource pickups": false, "Spawn chance (1-100%)": 10.0 }, "Node spawns": { "Stone Nodes": { "Can spawn from stone nodes": true, "Spawn chance (1-100%)": 10.0 }, "Sulfur Nodes": { "Can spawn from sulfur nodes": true, "Spawn chance (1-100%)": 10.0 }, "Metal Nodes": { "Can spawn from metal nodes": true, "Spawn chance (1-100%)": 10.0 } }, "NPC Settings": { "Spawn Amount Nodes": 1, "Spawn Amount Pickups": 1, "Health": 250, "Max Roam Distance": 20, "Damage multiplier": 0.6, "Lifetime (minutes)": 10.0, "Use kit (clothing)": false, "Kit ID Rock Zombie": [], "Kit ID Tree Zombie": [], "Show messages": true, "NPC drop a Backpack with loot": false, "Spawn Min Amount Items": 2, "Spawn Max Amount Items": 6, "Loot Table": [ { "probability": 1.0, "shortname": "ammo.pistol", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.pistol.fire", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.rifle.explosive", "name": "", "Skin list": [ 0 ], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.rifle.hv", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.rifle.incendiary", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.shotgun", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.shotgun", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "explosive.timed", "name": "", "Skin list": [], "amountMin": 1, "amount": 5 }, { "probability": 1.0, "shortname": "explosives", "name": "", "Skin list": [], "amountMin": 200, "amount": 200 }, { "probability": 1.0, "shortname": "pistol.m92", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "shotgun.spas12", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "pickaxe", "name": "", "Skin list": [ 3163818649, 1962043729 ], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "hatchet", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "can.beans", "name": "", "Skin list": [], "amountMin": 3, "amount": 5 }, { "probability": 1.0, "shortname": "can.tuna", "name": "", "Skin list": [], "amountMin": 3, "amount": 5 }, { "probability": 1.0, "shortname": "black.raspberries", "name": "", "Skin list": [], "amountMin": 3, "amount": 5 }, { "probability": 0.0, "shortname": "box.repair.bench", "name": "Recycler", "Skin list": [ 1594245394 ], "amountMin": 1, "amount": 1 }, { "probability": 0.6, "shortname": "hmlmg", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 0.6, "shortname": "supply.signal", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 } ] } } Localisation :
English language file included to use a different language just make a new file in the language folder.
{ "Zombie_Spawn": "Braaains", "Zombie_Dropped_Backpack": "{npc} dropped his old Backpack !", "Prefix": "[<color=green>Rock Zombie</color>] : ", "infoRock": "The diffrent stone/sulfur/metal rocks can hide a Zombie that can ressurect from their rocky grave.", "infoTree": "When cutting down Trees a Zombie can ressurect from under their roots.", "infoPickup": "When picking up resources a Zombie can sneak up behind you.", "Nodes": "<<color=orange>Nodes</color>> ", "Trees": "<<color=green>Trees</color>> ", "Pickups": "<<color=orange>Pickups</color>> " } API :
bool IsZombieRocksNpc(global::HumanNPC npc) example call :
object OnEntityDeath(global::HumanNPC npc, HitInfo info) { if (npc == null) return null; if (ZombieRocks.Call<bool>("IsZombieRocksNpc", npc)) { Puts($"Target : {npc} net.ID : [{npc.net.ID}] Event : ZombieRocks NPC"); } return null; }
- #zombie
- #krungh crow
-
(and 5 more)
Tagged with:
-
CHRONUS
CHRONUS - Jungle Map is a planet with an intense Jungle biome. Get ready to explore a world full of ancient monuments inspired by the Aliens saga. Build on monuments located in the sky, sea and land. Use the RAID Islands for your favorite events.
- HISTORY
LONG AGO, A RACE CALLED CHRONERS
WERE FORCED TO ABANDON THEIR HOME PLANET.
EXPLORERS AND INSEMINATORS OF WORLDS,
THE CRONERS FOUND A PLANET WITH A PRIMITIVE HUMANOID SPECIES.
PRIMITIVES AND CRONERS MINGLED WITH A SINGLE GOAL,
TO DEFEAT TIME, EXPLORE SPACE AND FIND THE TRUE CREATORS.
THE REASON FOR THE EXTINCTION OF BOTH RACES IS UNKNOWN,
BUT IN AN ANCIENT TEMPLE THEY LEFT EVIDENCE OF A THIRD SPECIES.
- FEATURES
• Size: 5000.
• Objects: 114875.
• Map protection plugin included.
• The map can be edited: Yes.
- CONTAINS ALL OFFICIAL MONUMENTS
• Ziggurat temple • Jungle ruins • Radtown • Ferry Terminal • Nuclear missile silo • Large oil platform • Small oil platform • Submarine laboratories • Harbor • Large fishing villages • Fishing villages • Launch site • Satellite dish • 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 • Giant excavation • Outpost • Lighthouse
- PREFABS AND CUSTOM MONUMENTS
• Bradley Arena, A great battle against Helldivers style tanks.
• Train Stations, With waiting room, loot and NPC, with secondary rail respawn.
• Temple of Rebirth, A temple where players will start their adventure (respawn room).
• Air Plataforms, Construction area.
• Power Towers, Construction area.
• Cuesta Verde, Residential Construction area (Inspired by the movie Poltergeist).
• Underwater Train Station.
• Power Towers, Construction area.
• Mars Attacks, An arena with NPCs and loot (Inspired by the movie Mars Attacks).
• Arena Dome, Contains NPCs, loot, walls for players to cover their backs, and several towers for players to shoot from above.
• Heli Tower, A public self-defense tower against patrol helicopters.
• Volcanic Research, A volcano with parkour, puzzles, loot and NPCs.
• Crater, Area with resources and zombies.
• Six islands for events, Located around the map. You can use the islands for the Raidable Bases plugin.
• Custom rivers.
• Chrons Temple, This Custom Monument with a touch of the movie Alien challenges you with a variety of tests and traps you'll have to overcome to get the loot from the Chrons Temple.
• Facehugger, Creatures from the Aliens saga.
• Alien eggs, Eggs from the Aliens saga.
- TIPS
• If you want your players to respawn on the beaches, remove the Temple of Rebirth respawn points with Rust Edit.
• Equip yourself with a rock, pickaxe or jackhammer to be able to leave Chrons Temple.
• Have fun 🙂
- #chronus
- #chronius
-
(and 36 more)
Tagged with:
- #chronus
- #chronius
- #chrons
- #chrons temple
- #jungle
- #jungle biome
- #scifi
- #sci-fi
- #alien
- #aliens
- #alien chronus
- #custom map
- #custom prefab
- #rust
- #rustedit
- #build area
- #cuesta verde
- #bradley arena
- #heli tower
- #train station
- #arena
- #raidablebases
- #custom monument
- #badgyver
- #zipline
- #halloween
- #fantasy
- #oxide
- #carbon
- #facepunch
- #steam
- #pvp
- #pve
- #roleplay
- #puzzle
- #parkour
- #jungle map
- #tower
-
Bank Heist
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" } }
