Jedchado's Wishlist
-
Heavy Oil Rig Event
Heavy Oil Rig Event is a configurable plugin that allows for a new type of random event. Randomly a message will appear letting players know that there is a heavy oil rig being formed.
The Oil Rig will then be equipped with extra scientists, auto turrets, and a Bradley. Players must try to clear the oil rig and find the scientist who drops the code to disable the auto turrets OR destroy all the turrets. If the code is found, it can be entered into the code lock on the second to highest floor to disable the turrets. Once the turrets and scientists are dealt with, players must defeat the Bradley which guards the hackable crates. Finally, once the Bradley is defeated, players can collect all the loot. That's if someone else doesn't get to it first!
This is a great event to add to your server to give it a little more variety. It can be a fun PVP zone or a PVE event for non PVP servers.
EASY OPTIONAL SETUP - NO SETUP REQUIRED
You can simple drop the plugin in as-is and it will start the random event every 1 to 2 hours OR you can modify the config to your specific needs.
Configuration
Example - en
Admin Only Commands
/HeavyOilStart
/HeavyOilStop
Hooks
void HeavyOilRigEventStarted()
void HeavyOilRigEventStopped()
Customization
Spawn locations as well as the total number turrets, scientists, hackable crates, & APCbradleys can be modified. Simply go to the location in game you want to place the new item and use the command /HoPOS. It will message you the location. You can the add that location to the config in the appropriate section for want you want to modify. Reload the plugin and you're good to go!
Discord: cahnu
-
Heavy Water Treatment Event
Heavy Water Treatment Event is a configurable plugin that allows for a new type of random event. Randomly a message will appear letting players know that there is a Heavy Unit being formed at Water Treatment Event.
The Water Treatment Plant will then be equipped with regular scientists, heavy scientists, auto turrets, and a Bradley. Players must try to clear the water treatment plant and find the scientist who drops the code to disable the auto turrets OR destroy all the turrets. If the code is found, it can be entered into the code lock in one of the outer buildings to disable the turrets. Once the turrets and scientists are dealt with, players must defeat the Bradley which guards the hackable crates. Finally, once the Bradley is defeated, players can collect all the loot. That's if someone else doesn't get to it first!
This is a great event to add to your server to give it a little more variety. It can be a fun PVP zone or a PVE event for non PVP servers.
EASY OPTIONAL SETUP - NO SETUP REQUIRED
You can simple drop the plugin in as-is and it will start the random event every 1 to 2 hours OR you can modify the config to your specific needs.
Configuration
Example - en
Admin Only Commands
/HwtStart
/HwtStop
/HwtPos
Hooks
void HeavyWaterTreatmentEventStarted()
void HeavyWaterTreatmentEventStopped()
Customization
This plugin uses NpcSpawn for all of the Scientist Npcs. Clothes, weapons, health, & other settings can all be customized for the scientists with NpcSpawn.
Spawn locations as well as the total number turrets, scientists, hackable crates, & APCbradleys can be modified. Simply go to the location in game you want to place the new item and use the command /HwtPOS. It will message you the location. You can the add that location to the config in the appropriate section for want you want to modify. Reload the plugin and you're good to go!
Discord: cahnu
-
Tugboat Pirates
By The_Kiiiing in Plugins
Experience the thrill of high-seas plunder with "Tugboat Pirates". Encounter a Tugboat, brimming with NPC pirates protecting their valuable loot. Engage in intense battles, eliminate the captain for an access code, and seize the treasure.
Features
Tugboat with Pirate NPCs and loot patrols the ocean Kill the captain to get access to the loot room Fully configurable boat interior Boat location marked on the map Fully customizable NPCs (you can even give them rocket launchers in their kits) Event starts automatically (configurable time, can be disabled) Announcements via gametip and/or chat NPC are turret NPC that do not move from their station on the Tugboat
Door code of the loot room can be found in the captain's corpse (pirate quotes can be changed in the config)
Commands
All Commands require the admin permission
/tugboatstart - Manually start the event /tugboatstop - Manually end the event
Hooks
(void) OnTugboatPiratesStarted() // Called when the event has started (void) OnTugboatPiratesEnded() // Called after the event has ended
Permissions
tugboatpirates.admin - Required to use admin commands
Configuration
{ "Time between events (minutes, set to -1 to disable scheduled events)": 60, "Event duration (seconds)": 3600, "Show toast when event starts": true, "Announce event in chat": true, "Boat leave time before despawning (seconds)": 120, "Time before boat despawn when captain is killed (seconds)": 1200, "Boat configurations": [ { "Location offset (used when spawning multiple boats)": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Npc profile for captain (must be a valid profile)": "captain", "Npc spawn locations and profiles": { "back_right": "pirate_lr", "back_left": "pirate_lr", "upper_front_right": "pirate_lr", "upper_front_left": "pirate_lr", "upper_back_right": "pirate_lr", "upper_back_left": "pirate_lr", "roof_back": "pirate_lr", "entrance_right": "pirate_lr", "entrance_left": "pirate_lr", "roof_right": "pirate_lr", "roof_left": "pirate_lr", "front": "pirate_lr", "right": "pirate_mp5", "left": "pirate_mp5" }, "Interior objects (crates, decoration, etc.)": [ { "Prefab path": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab", "Rotation": 180.0, "Position on boat": { "x": 0.0, "y": 2.0, "z": 4.2 }, "Skin id": 1394363785, "Loot profile (only for crates, leave empty for default loot)": "" }, // Removed some lines for readability reasons ] } ], "Npc profiles": { "pirate_lr": { "name": "Pirate", "health": 200.0, "enableRadio": true, "senseRange": 50.0, "visionCone": 135.0, "damageScale": 1.0, "memoryDuration": 60.0, "lootProfile": "pirate", "kit": "", "Clothing items": [ { "shortName": "hat.boonie", "amount": 1, "skinId": 965553937 }, { "shortName": "hoodie", "amount": 1, "skinId": 2984978438 }, { "shortName": "pants", "amount": 1, "skinId": 2984977257 }, { "shortName": "attire.hide.boots", "amount": 1, "skinId": 861468674 } ], "Belt items": [ { "shortName": "rifle.lr300", "amount": 1, "skinId": 0 } ] }, "pirate_mp5": { "name": "Pirate", "health": 150.0, "enableRadio": true, "senseRange": 50.0, "visionCone": 135.0, "damageScale": 1.0, "memoryDuration": 60.0, "lootProfile": "pirate", "kit": "", "Clothing items": [ { "shortName": "hat.boonie", "amount": 1, "skinId": 965553937 }, { "shortName": "hoodie", "amount": 1, "skinId": 2984978438 }, { "shortName": "pants", "amount": 1, "skinId": 2984977257 }, { "shortName": "attire.hide.boots", "amount": 1, "skinId": 861468674 } ], "Belt items": [ { "shortName": "smg.mp5", "amount": 1, "skinId": 0 } ] }, "captain": { "name": "Captain", "health": 100.0, "enableRadio": false, "senseRange": 0.0, "visionCone": 0.0, "damageScale": 1.0, "memoryDuration": 0.0, "lootProfile": "pirate", "kit": "", "Clothing items": [ { "shortName": "hat.boonie", "amount": 1, "skinId": 965553937 }, { "shortName": "tshirt", "amount": 1, "skinId": 811762477 }, { "shortName": "pants.shorts", "amount": 1, "skinId": 849256923 }, { "shortName": "attire.hide.boots", "amount": 1, "skinId": 861468674 } ], "Belt items": [ { "shortName": "mace.baseballbat", "amount": 1, "skinId": 0 } ] } }, "Loot profiles": { "crate_2": [ { "Short name": "scrap", "Min amount": 2, "Max amount": 20, "Chance": 1.0, "Skin id": 0 }, { "Short name": "metal.refined", "Min amount": 4, "Max amount": 8, "Chance": 0.5, "Skin id": 0 }, { "Short name": "gears", "Min amount": 1, "Max amount": 3, "Chance": 0.2, "Skin id": 0 }, { "Short name": "sewingkit", "Min amount": 1, "Max amount": 3, "Chance": 0.2, "Skin id": 0 }, { "Short name": "rope", "Min amount": 1, "Max amount": 3, "Chance": 0.2, "Skin id": 0 }, { "Short name": "sheetmetal", "Min amount": 1, "Max amount": 2, "Chance": 0.2, "Skin id": 0 }, { "Short name": "grenade.molotov", "Min amount": 1, "Max amount": 2, "Chance": 0.1, "Skin id": 0 }, { "Short name": "grenade.f1", "Min amount": 1, "Max amount": 4, "Chance": 0.1, "Skin id": 0 }, { "Short name": "telephone", "Min amount": 1, "Max amount": 1, "Chance": 0.1, "Skin id": 0 }, { "Short name": "multiplegrenadelauncher", "Min amount": 1, "Max amount": 1, "Chance": 0.1, "Skin id": 0 } ], "pirate": [ { "Short name": "scrap", "Min amount": 2, "Max amount": 6, "Chance": 1.0, "Skin id": 0 }, { "Short name": "bottle.vodka", "Min amount": 1, "Max amount": 1, "Chance": 0.7, "Skin id": 0 }, { "Short name": "pistol.eoka", "Min amount": 1, "Max amount": 1, "Chance": 0.2, "Skin id": 0 }, { "Short name": "ammo.handmade.shell", "Min amount": 5, "Max amount": 10, "Chance": 0.2, "Skin id": 0 }, { "Short name": "rope", "Min amount": 1, "Max amount": 3, "Chance": 0.3, "Skin id": 0 }, { "Short name": "sewingkit", "Min amount": 1, "Max amount": 2, "Chance": 0.3, "Skin id": 0 } ] }, "Priate quotes (inluded in captain's note)": [ "If rum can’t fix it, ye are not using enough rum.", "But… why is the rum gone?", "Be who you arrrr...", "All for rum and rum for all!", "Land was created to provide a place for boats to visit.", "If ye can read this ye be stupid." ] }
-
Heavy Excavator Event
Heavy Excavator Event is a configurable plugin that allows for a new type of random event. Randomly a message will appear letting players know that there is a heavy excavator being formed.
The excavator will then start mining resources. A heavy unit is stationed by each resource output pile. A heavy unit includes extra scientists, auto turrets, and a bradley. You must fight your way through the heavy units to get the resources that are mined by the Excavator. There's also two hackable crates positioned in the core of the Excavator, guarded by additional scientists and auto turrets. You must work to clear the heavy units and hold the Excavator until it finishes mining resources for maximum loot. That's if other players don't get to it first!
This is a great event to add to your server to give it a little more variety. It can be a fun PVP zone or a PVE event for non PVP servers.
EASY OPTIONAL SETUP - NO SETUP REQUIRED
You can simple drop the plugin in as-is and it will start the random event every 1 to 2 hours OR you can modify the config to your specific needs.
Configuration
Example - en
Admin Only Commands
/HeavyExcavatorStart
/HeavyExcavatorStop
/HePOS
Hooks
void HeavyExcavatorEventStarted()
void HeavyExcavatorEventStopped()
Customization
Spawn locations as well as the total number of turrets, scientists, hackable crates, & bradleys can be modified. Simply go to the location in game you want to place the new item and use the command /HePOS. It will message you the location. You can the add that location to the config in the appropriate section for want you want to modify. Reload the plugin and you're good to go!
Discord: cahnu
-
Monsters Land (map size 4000k+5000k)
Hello everyone, I present to your attention a new scary map. The map is suitable for all types of PVE, PVP servers. The set includes 2 map sizes, 4000k and 5000k. A lot of flat planes for your favorite plugins, as well as all Facepunch monuments are present on the maps, where you can also hold events, I took into account most of your desires and embodied them in this work.
The style of this map will immerse you in an atmosphere of horror. The locations are made in the style of the most creepy horror films, these documents contain zombies wandering in the twilight and fog. Also, custom monuments are guarded by huge monsters, in some monsters you can build a small base. Also, at the request of the server owners, rivers and fresh lakes have been added, as well as custom places for building bases.
Custom monuments:
☣Railway depot (Large Monument) ☣Fish Farm (Large Monument) ☣Old Sawmill (Large Monument) ☣Sinister Church (Large Monument) ☣Abandoned Mines (Large Monument) ☣Last Height (Medium Monument) ☣Old Gas Station (Small Monument) ☣Old Warehouse (Small Monument) ☣Mini Command Center (Small Monument on Barge) ☣Auto Barge (Small Monument on Barge) ☣Water Post (Small Monument on Barge) ☣Junk Camp (Small Monument on Barge) ☣Kvakazyabra (Big Monster) ☣Creeping Pumpkin (Big Monster) ☣Terrible Spider (Big Monster) ☣Skeleton of a giant (Build Base) ☣Gargoyle (Monster) ☣Lots of places to build bases, inside monsters, on the ground, under water Monuments of FP:
– Outpost - Radtown – Bandit Camp - Nuclear Silo - Ferry Terminal – Power Plant – Water Treatment Plant – Train Yard – Launch Site – Satellite Dish – Airfield – Big Excavator Pit – Harbor – The Dome – Oilrig – Underground tunnels – Lighthouse – Quarry – Fishing village – Underwater Laboratory - Water Well- #halloween
- #gruber
-
(and 4 more)
Tagged with: