-
Posts
57 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Forcet
-
KpucTaJl's Event plugin has been a hit among my players, injecting excitement into our gaming sessions. It's user-friendly for admins and players alike, offering a variety of engaging challenges. Since its implementation, player engagement has soared. KpucTaJl continues to impress with their stellar work.
- 32 comments
-
- #event
- #facepunch
- (and 17 more)
-
Version 1.0.0
253 downloads
The plugin is currently outdated, and unfortunately, there is no time to fix it at the moment. Cobalt Case is a plugin inspired by Escape from Tarkov's Scav Case. Players have the ability to dispatch Scientists on missions using scrap. From a loot table, the player can receive a maximum of four random items. After the arrival time, a collect button will appear, and the player will be able to collect their loot. Drawing its inspiration from Escape from Tarkov, Cobalt Case offers 5 different cases, each with varying times for the loot to arrive and costs for the various cases. For now, the only currency that is supported is scrap. More may be added in the future. This plugin ensures that if a player disconnects, their progression will continue after relogging. However, it should be noted that progression will not continue after a server restart, a feature planned for the future. Thanks voodoolights for assisting me. Permissions cobaltcase.use ----- Permission to use/open the GUI Commands /case ------ Opens graphical user interface (GUI) Loottable: { "CaseCosts": { "ResourceCase": 1000, "MedicCase": 1500, "ArmorCase": 2000, "WeaponCase": 2500, "SmugglersCase": 3000 }, "LootTables": { "ResourceCase": [ { "Item": "gunpowder", "MinAmount": 0, "MaxAmount": 500, "Chance": 5.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "sulfur", "MinAmount": 0, "MaxAmount": 800, "Chance": 15.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "scrap", "MinAmount": 0, "MaxAmount": 800, "Chance": 20.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "stones", "MinAmount": 1, "MaxAmount": 2500, "Chance": 25.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "metal.ore", "MinAmount": 1, "MaxAmount": 3500, "Chance": 35.0, "DelayMinutes": 20, "IsReady": false } ], "MedicCase": [ { "Item": "healingtea.pure", "MinAmount": 0, "MaxAmount": 3, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "maxhealthtea.pure", "MinAmount": 0, "MaxAmount": 2, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "largemedkit", "MinAmount": 1, "MaxAmount": 5, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "syringe.medical", "MinAmount": 1, "MaxAmount": 10, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "bandage", "MinAmount": 1, "MaxAmount": 10, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false } ], "ArmorCase": [ { "Item": "metal.facemask", "MinAmount": 0, "MaxAmount": 3, "Chance": 2.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "metal.plate.torso", "MinAmount": 0, "MaxAmount": 2, "Chance": 5.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "tactical.gloves", "MinAmount": 0, "MaxAmount": 3, "Chance": 10.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "scientistsuit_heavy", "MinAmount": 0, "MaxAmount": 1, "Chance": 10.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "coffeecan.helmet", "MinAmount": 0, "MaxAmount": 2, "Chance": 15.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "roadsign.jacket", "MinAmount": 0, "MaxAmount": 2, "Chance": 20.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "roadsign.kilt", "MinAmount": 0, "MaxAmount": 2, "Chance": 25.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "hat.wolf", "MinAmount": 0, "MaxAmount": 2, "Chance": 30.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "roadsign.gloves", "MinAmount": 0, "MaxAmount": 2, "Chance": 35.0, "DelayMinutes": 30, "IsReady": false } ], "WeaponCase": [ { "Item": "multiplegrenadelauncher", "MinAmount": 0, "MaxAmount": 1, "Chance": 2.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rocket.launcher.dragon", "MinAmount": 0, "MaxAmount": 2, "Chance": 5.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "smg.mp5", "MinAmount": 0, "MaxAmount": 10, "Chance": 10.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "lmg.m249", "MinAmount": 2000, "MaxAmount": 10000, "Chance": 10.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rifle.bolt", "MinAmount": 0, "MaxAmount": 2, "Chance": 15.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "hmlmg", "MinAmount": 0, "MaxAmount": 2, "Chance": 20.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rifle.lr300", "MinAmount": 0, "MaxAmount": 2, "Chance": 25.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "shotgun.m4", "MinAmount": 0, "MaxAmount": 2, "Chance": 30.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rifle.ak", "MinAmount": 0, "MaxAmount": 2, "Chance": 35.0, "DelayMinutes": 45, "IsReady": false } ], "SmugglersCase": [ { "Item": "explosive.timed", "MinAmount": 0, "MaxAmount": 10, "Chance": 2.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "electric.generator.small", "MinAmount": 0, "MaxAmount": 1, "Chance": 5.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "scraptea.pure", "MinAmount": 0, "MaxAmount": 10, "Chance": 10.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "gunpowder", "MinAmount": 2000, "MaxAmount": 10000, "Chance": 10.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "oretea.pure", "MinAmount": 0, "MaxAmount": 10, "Chance": 15.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "ammo.rocket.basic", "MinAmount": 0, "MaxAmount": 10, "Chance": 20.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "cctv.camera", "MinAmount": 0, "MaxAmount": 25, "Chance": 25.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "targeting.computer", "MinAmount": 0, "MaxAmount": 10, "Chance": 30.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "computerstation", "MinAmount": 0, "MaxAmount": 1, "Chance": 35.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "rifle.lr300", "MinAmount": 1, "MaxAmount": 2, "Chance": 35.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "sulfur", "MinAmount": 500, "MaxAmount": 1500, "Chance": 35.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "shotgun.m4", "MinAmount": 0, "MaxAmount": 1, "Chance": 40.0, "DelayMinutes": 60, "IsReady": false } ] } }Free -
- 19 comments
-
- 2
-
-
-
- #myvehicle
- #vehicle
- (and 5 more)
-
Version 1.0.1
22 downloads
About my Raidbases This package contains 9 Medium Bases. The goal of this pack is to introduce new players to the world of raiding. Your players can fully concentrate on learning base layouts and, more importantly, understanding them. Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Medium Bases" deepmed1 deepmed2 deepmed3 deepmed4 deepmed5 deepmed6 deepmed7 deepmed8 deepmed9 restart RB plugin or use the "rb.reloadconfig" command$4.99 -
Version 1.0.0
45 downloads
About my Raidbases This package contains 9 Easy Bases. The goal of this pack is to introduce new players to the world of raiding. None of these bases include trap shotguns, so don't worry—your players can fully concentrate on learning base layouts and, more importantly, understanding them. Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Easy Bases" deepeasy1 deepeasy2 deepeasy3 deepeasy4 deepeasy5 deepeasy6 deepeasy7 deepeasy8 deepeasy9 restart RB plugin or use the "rb.reloadconfig" command$4.99- 1 review
-
- 1
-
-
- 1 comment
-
- #cargoship
- #pve
-
(and 4 more)
Tagged with:
-
-
-
Version 3.0.7
222 downloads
This customization allows you to change out the icons for Server Hud to these amazing customized ones. Make your server feel refreshed and different from many other servers running Server Hud! I've designed these icons for my server, and they are intended for use with the plugin I've linked above, which is essential for their functionality. Notes before buying: These are just the png images, you must upload them and replace the link for the icons found in the Server Hud config. Icons Available: Space Event (X-Wing or Saturn) Harbor Airfield Gas Station Event Junkyard Event Power Plant Event Shipwreck Arctic Research Event (x3 because I couldn't decide) Satellite Dish Event WaterEvent (x3 Different versions) DefendableBases (x2 Different versions) WaterPatrol Event HeavyCargo Event PlaneCrash Event (x2 Different versions) Dangerous Treasures Air Event (x2 Different versions) Meteor Event FishingHotspot ArmoredTrain PookEvent Triangulation Supermarket Event Caravan Military Airfield Event Watertreatment Event(x2 Different versions) Flying Cargo Ship Event Ferry Terminal Event Paintball Event Survival Event TrainYard Event MissleSilo Event (x2 Different versions)$4.99
