Jump to content

venda_vole's Wishlist

  1. More information about "Quarry Computer"

    $14.99 $7.49

    Quarry Computer

    Quarries have evolved into personal computers that can be placed within player bases, providing full customization. Everything, from fuel types to unlimited upgrades, is configurable, including upgrade requirements, mined items, and fuel. Seamlessly integrating with the industrial system.

    FEATURES
    Intuitive UI: Simulates old DOS programs for easy use Full Customization: Item output, fuel, and upgrade requirements can be adjusted Unlimited Upgrades: Use items, Economics, and ServerRewards for upgrades Base Placement: Quarry Computers can be placed inside bases Industrial Automation-Ready: With permissions for seamless integration Screen Activation: Easily see if the computer is on, with percentage displays Multi-Language Support: Fully translatable Player Permissions: Control how many quarries a player can own and upgrade Persistent Data: Upgrades and item levels are saved across restarts
    VIDEO SHOWCASE
     
    Here’s how to add the recycler to your shop:
    Use the Command:
    gq %steamID%
     
    PERMISSIONS
    "quarrycomputer.give"
    Grants the player the ability to use the customizable command (/gq <User>) to give themselves or other players a Quarry Computer.
    "quarrycomputer.industrialinput" AND "quarrycomputer.industrialoutput"
    Allows players to connect industrial storage adaptors to their quarries, enabling automated resource handling.
    "quarrycomputer.vip"
    Provides players with additional benefits or features, such as having a higher limit on the number of quarries they can deploy.
    "quarrycomputer.norequirements"
    Allows players to upgrade their quarries without needing to meet the usual item or resource requirements.
    "quarrycomputer.admin"
    Provides administrative control over players' quarries, such as the ability to manage or interact with any quarry regardless of ownership.
     
    CONFIGURATION
    You can have as many upgrade levels as you want. Use Economics and ServerRewards on the item shortnames to use currency. Any in-game item can be used. Requirements can utilize Economics and ServerRewards based on the item shortname. Item shortnames are validated when the plugin loads, with a warning issued if they need to be fixed.  
  2. More information about "Dungeon Events"

    $29.00 $14.50

    Dungeon Events

    Dungeons are dynamically generated, ensuring each one is unique, with different seeds—just like how the game generates Halloween dungeons! Multiple dungeons are combined based on the configured tier, with up to five dungeons seamlessly connected to form a massive, challenging dungeon. Elevate your server experience with Dungeon Events – the ultimate, fully customizable dynamic dungeon plugin that redefines challenge and reward. With Dungeon Events, you can easily spawn dungeons anywhere on the map, featuring interactive NPCs, strategically placed auto turrets, and lucrative loot crates.
     
    Key Features:
    Advanced NPC & Boss Customization:  Fine-tune NPC and boss health, damage, gear, movement ranges, and drop tables (requires the free NpcSpawn plugin) for a tailored combat experience. Deadly Turrets & Hazard Control:  Deploy auto turrets with customizable weapon loadouts to create nerve-wracking corridors and high-stakes encounters. Customizable Loot & Rewards:  Configure loot boxes down to item probabilities, quantities, custom names, and skins to perfectly balance risk and reward. Tiered Difficulties for Every Player:  From "Easy” to "Nightmare,” choose from multiple difficulty tiers to suit both beginners and hardcore raiders. Flexible Spawn Options:  Set dungeons to auto-spawn on timers or trigger them manually with admin or player commands – ideal for dynamic events and special occasions. Buyable Dungeons:  Let players invest scrap, Economics currency, or ServerRewards points to unlock their very own private dungeon adventures. Informative Map Markers:  Each dungeon is clearly marked with custom icons and radius indicators that display the dungeon’s name, tier, and owner, ensuring players always know where the action is. Plus, with in-depth debug logging and an intuitive configuration system, tweaking spawn logic, removal conditions, economy integration, and more is effortless.
    Dungeon Events is designed to deliver an unparalleled, immersive experience that will have your community coming back for more. Transform your gameplay and create epic moments that players will talk about long after the battle ends!
    Required Dependency (Free): NpcSpawn
    Admin Commands:
    • /createdungeon <tierName> – Spawns a new dungeon at a random valid location.
    • /removeinactivedungeons – Removes dungeons that meet your removal conditions.
    • /removealldungeons – Instantly removes all active dungeons.
    • /forceremovealldungeons – Force-cleans every dungeon entity.
    Player Commands:
    • /buydungeon – Opens a UI to purchase a new dungeon (or use /buydungeon <tierName> in console with your user ID).
    Console (RCON) Commands:
    • buydungeon <tierName> <playerID> – Purchase a dungeon for a specific player.
    • spawnrandomdungeon
    Forces a random dungeon to spawn immediately.
    • spawnfixeddungeon <tierName>
    Spawns a specific tier of dungeon (for example, "spawnfixeddungeon hard").
    Available Permissions:
    • dungeonevents.admin – Access to all admin commands and features.
    • dungeonevents.buy – Allows players to purchase dungeons.
    • dungeonevents.enter – Grants access to enter dungeons.
    Hooks:
    void OnDungeonSpawn(ulong OwnerID, Vector3 Position, string Grid, string TierName)
    {
        PrintWarning($"Dungeon spawned at {Position} by {OwnerID} Grid: {Grid}, Tier: {TierName}");
    }
    void OnDungeonDespawn(ulong OwnerID, Vector3 Position, string Grid, string TierName)
    {
        PrintWarning($"Dungeon despawned at {Position} by {OwnerID} Grid: {Grid}, Tier: {TierName}");
    }
     
    Supported Languages: EN, PT-BR, DE, ES, RU
    Take control of your server’s destiny – customize every aspect of your dungeons from tiers and loot to turret configurations and auto-removal conditions. Dungeon Events is your gateway to creating challenging, immersive, and truly unique adventures for your community!
     
    Plugin config, where you can change tiers, loot items, turret settings, dependencies, spawn logic, auto-removal conditions, economy integration, and more.
     
  3. More information about "F15 AirStrike"

    $11.99 $7.99

    F15 AirStrike

    Adds the ability to call an airstrike, the player throws a supply signal in the place where he wants to call an airstrike.
    This plugin uses the default supply signal, but the item skin must be 2982472774. Please use only default stack size for supply signal. This is the only way the plugin will work properly.
    Since this is not an item that players can usually get through loot,  you can use a plugin like BetterLoot to insert a supply signal with skin 2982472774 into your loot tables, and then that player-picked item can be used as a signal to call an airstrike.
    There is also support for the plug-in HomingMissiles
    Commands (admin only):
    /GiveF15AirStrikeSignal  <Player or steamID> <number of items>   -  give the player a supply airstrike signal
    /GiveF15AirStrikeSignalToAll <number of items>   -  give to all players a supply airstrike signal
    /adminCallF15 -  causes an airstrike to a point with the player's coordinates
    Developer API:
    (void) CallF15AirStrike(Vector3 pos, BasePlayer player)  -  launch an airstrike on a point with coordinates pos, player -  airstrike initiator(null can be specified)
     
    This plugin uses the permission system
    Permissions:
    f15AirStrike.use -  required to use airstrike
    f15AirStrike.vip - for VIP permissions, the "Cooldown time for VIP” setting is available
    To assign a permission, use:    oxide.grant <user or group> <name or steam id> f15AirStrike.use
    To remove a permission, use:    oxide.revoke <user or group> <name or steam id> f15AirStrike.use
     
     
     
    Config:
    { "F15 flight altitude": 250.0, "Rockets speed": 150, "Attack radius": 150, "Damage scale (1 = 100%)": 1.0, "Rate of fire(number of shots per second)": 2.5, "Time to trigger a signal grenade": 3.0, "Cooldown time": 1.0, "Cooldown time for VIP": 1.0, "Supply signal display name": "SUPPLY SIGNAL F15", "Grenade throw force scaling": 1.0, "Damage to buildings": false, "Always deal damage to Raidable Bases": false, "Attack the initiator": true, "Attack the players": true, "Attack NPCs": true, "Attack the place where the signal supply was thrown (attacks only in the area, not aiming at players and NPCs)": false, "F15 will only attack at right angles above the center of the impact area (only for area targeting)": false, "Attack accuracy (used only when attacking in an area)": 30, "Use homing missiles(need HomingMissiles plugin)": false }  
  4. More information about "Cargo Plane Crash"

    $19.99 $15.99

    Cargo Plane Crash

    Adds a cargo plane crash event to your server. The crash site is guarded by NPCs that patrol the area and can chase players.
    You can also set up custom loot using the "SimpleLootTable" plugin.

    Features:
    Support for third-party plugins Great customization options in the config
    Console commands:
    callcargoplane -  force the event to start callcargoplane {steamID} - the event will be reserved for one player crashcargoplane -  force a cargo plane to crash cpc_stop -  force the event to end
    Chat commands(need admin privileges):
    showcrashzone -  displays the crash area setcrashzonecenter -  set the center of the crash zone to where the player is callcargoplane -  force the event to start crashcargoplane -  force a cargo plane to crash cpc_stop -  force the event to end cpc_add_crashzone - adds a new zone at the location where the player is, can be used if you use multiple zones(you can set the name and radius - /cpc_add_crashzone "name" "radius") Hooks:
    void CargoPlaneCrashStarted() // called when the event starts
    void CargoPlaneCrashCrashed() //  called when a cargo plane crashes
    void CargoPlaneCrashEnded() //  called when the event ends
     
    CargoPlaneCrash config:
    { "PVE mode (crates can only be looted by the player who first dealt damage to the NPC)": false, "Give event ownership to the owner's teammates if he is no longer the owner. Only if teammates are within the event radius (for PVE mode)": true, "Radius for event(for PVE mode)": 380, "Create a dome for PVE mode": false, "Dome transparency (the higher the value, the darker the dome, recommended 4)": 4, "Time after which the owner of the event will be deleted if he left the dome or left the server (for PVE mode)": 300, "Message when a player enters the event dome(only for PVE mode if there is a dome)": "You have entered the Cargo Plane Crash Event", "Message when the event owner leaves the event dome (only for PVE mode if there is a dome)": "Return to the event dome, otherwise after 300 seconds you will no longer be the owner of this event", "Do not allow other players into the event(only for PVE mode if there is a dome) Be careful, if the crash site is near the player's base and the player is not the owner of the event, he will be ejected from his base outside the dome": false, "Message when a player is ejected from the event dome(only for PVE mode if there is a dome)": "You cannot be here, you are not the owner of this event", "Allow admin to be in event dome (only for PVE mode if there is a dome)": true, "Triggering an event by timer (disable if you want to trigger the event only manually)": true, "Time to event start(in seconds)": 3600.0, "Random time to event start": false, "Minimum time to event start(in seconds)": 600, "Maximum time to event start(in seconds)": 10800, "CargoPlane speed(recommended 4 to 6)": 5.0, "Minimum amount of online players to trigger the event": 1, "Minimum crates amount(spawn after crash)": 1, "Maximum crates amount(spawn after crash)": 1, "Crate simple loot table name(plugin SimpleLootTable is required)": "", "Minimum number of items in a crate(plugin SimpleLootTable is required)": 0, "Maximum number of items in a crate(plugin SimpleLootTable is required)": 0, "Crates lifetime(in seconds). The crate will not be destroyed if it has been activated": 3600, "Crates timer(in seconds)": 900, "Remove crates after being looted by a player(in seconds)": 300, "Minimum airdrops amount(spawn after crash)": 1, "Maximum airdrops amount(spawn after crash)": 1, "Airdrop simple loot table name(plugin SimpleLootTable is required)": "", "Minimum number of items in an airdrop(plugin SimpleLootTable is required)": 0, "Maximum number of items in an airdrop(plugin SimpleLootTable is required)": 0, "Airdrops lifetime(in seconds)": 3600, "Fireballs amount(spawn after crash)": 5, "Passengers amount(spawn after crash)": 2, "Explosion marker on the map(spawn after crash)": true, "Explosion marker lifetime(in seconds)": 300, "Enable signal smoke(spawn after crash)": true, "Signal smoke lifetime(in seconds, max 214)": 214, "Map size(crash zone size), you can see the zone, use the chat command /showcrashzone": 4500.0, "Starting altitude, defaults to map size, can be increased if cargo plane hits high ground(no more than 10000 recommended)": 4500.0, "Crash zone center. Use chat command /setcrashzonecenter to set to player position. You can check crash zone center, use the chat command /showcrashzone": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Use multiple zones": false, "Select a zone from the list sequentially(if false, then the crash zone will be chosen randomly)": false, "Zones list": [ { "name": "0", "radius": 300, "center": { "x": -300.0, "y": 0.0, "z": 0.0 } }, { "name": "1", "radius": 200, "center": { "x": 100.0, "y": 0.0, "z": 0.0 } } ], "Event message(if empty, no message will be displayed)": "CargoPlane event started", "Crash message(if empty, no message will be displayed)": "Cargo plane crashed", "Event end message(if empty, no message will be displayed)": "CargoPlaneCrash event ended", "Message about coordinates(will display the coordinates of the crash site. If empty, no message will be displayed)": "", "Kit name(you can use kits for passengers if you have Kits plugin)": "", "Passenger name": "Mister bot", "Use NPC prefab for passengers": false, "Minimum NPCs amount(spawn after crash)": 2, "Maximum NPCs amount(spawn after crash)": 2, "NPCs lifetime(in seconds)": 3600, "NPCs type(NPCs prefab, experimental setting, it is not known how the NPCs will behave) 0 - tunneldweller; 1 - underwaterdweller; 2 - excavator; 3 - full_any; 4 - lr300; 5 - mp5; 6 - pistol; 7 - shotgun; 8 - heavy; 9 - junkpile_pistol; 10 - oilrig; 11 - patrol; 12 - peacekeeper; 13 - roam; 14 - roamtethered; 15 - bandit_guard; 16 - cargo; 17 - cargo_turret_any; 18 - cargo_turret_lr300; 19 - ch47_gunner": 8, "NPCs health(0 - default)": 0, "NPCs damage multiplier": 1.0, "NPCs accuracy(the lower the value, the more accurate, 0 - maximum accuracy)": 2.0, "NPCs attack range": 75.0, "Radius of chasing the player(NPCs will chase the player as soon as he comes closer than the specified radius, must be no greater than the attack range)": 60.0, "Minimum distance to NPC damage": 75.0, "Message if the player attacks far away NPCs": "NPC is too far away, he doesn't take damage", "Kit for NPCs. The NPC will use the weapon that is in the first slot of the belt(requires Kits plugin)": "", "Default displayName for NPC(for SimpleKillFeed/DeathNotes plugin)": "Crashsite NPC", "List of displayNames for each NPC(for SimpleKillFeed/DeathNotes plugin)": [ "Crashsite NPC1", "Crashsite NPC2", "Crashsite NPC3" ], "Will NPCs attack zombies": true, "Remove NPC corpses": false, "Prohibit building near the crash site": false, "Building prohibition radius": 20.0, "How long construction is prohibited near the crash site(in seconds)": 1800, "Event marker on the map(spawn an event marker at the crash site)": false, "Display approximate end time of event on marker": false, "Event marker name": "Cargo plane crash site", "Event marker lifetime(in seconds)": 3600, "Event marker transparency(0-1)": 0.75, "Event marker radius": 0.5, "Event marker color.R(0-1)": 1.0, "Event marker color.G(0-1)": 0.0, "Event marker color.B(0-1)": 0.0, "Do not spawn crates and NPCs when a cargo plane falls under water (if the water depth is greater than)": 0.5, "Do not choose a crash site near monuments": false, "If possible, the crash site will not be chosen near player bases": true, "SteamID for chat message icon": 0, "Complete the event if all crates were destroyed after looting": false, "Use Notify plugin for messages": false, "Notify message type": 0 }
  5. More information about "PogoStick"

    $9.99

    PogoStick

    I bring to you a new plugin that will add Pogo Sticks to your server! These Pogo Sticks will allow players to jump, somersault, and parkour in ways never seen before in the game. With default configuration, Pogo Sticks don't do as well on sand and snow, for obvious reasons right? But don't worry you can configure any of the pogo presets, such as the speed and height of jump for example.
    The Pogo Stick is an ordinary worn item with a skinID that can be given to the player by console command, or any of the other unique ways you might want to give them out in your servers.

    There are two activation modes for Pogo Sticks. With default configuration, the player has to put the item in a belt container. In this mode, the Pogo Stick is only used when it is selected as an active item. In the second mode, the Pogo Stick is activated when it is added to a clothing/armor container. In order to use the second mode, replace the shortnames of all Pogo Sticks with a clothing item. As an example "burlap.gloves.new" to replace a less noticable part of your wardrobe. In this second mode, players will be able to shoot and use items while on the Pogo Stick! The creativity is in your hands, have fun with it!
     
    Chat commands (only for administrators)
    /givepogo  <pogoPresetName> -  give the pogo stick to yourself  
    Console commands (RCON only)
    givepogo <userID> <pogoPresetName> <amount>  –   give the pogo stick to player.  
    Config
    plugin_en –  example of plugin configuration in English plugin_ru  –  example of plugin configuration in Russian  
    Dependencies (optional, not required)
    GUI Announcements Notify ZoneManager  
    My  Discord:  Adem#9554
    Join the Mad Mappers Discord  here!
    Check out more of my work  here!
1.9m

Downloads

Total number of downloads.

9.1k

Customers

Total customers served.

133k

Files Sold

Total number of files sold.

2.8m

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.