Jump to content

GangstaPichu's Wishlist

  1. More information about "Vehicle Speed"

    $18.00

    Vehicle Speed

    SUPPORTS EVERY VEHICLE IN THE GAME! A simple plugin that brings in new types of fuel. Depending on the fuel type helis fly faster or slower.
    Out of the box this plugin adds 2 new fuel types to the game: Medium Grade Fuel and High Quality Fuel. For each fuel type you can configure a speed multilplier. For example High Quality Fuel makes helis go 3x as fast by default. Furthermore you can configure the fuel consumption per minute for each fuel type.
     
    Supported vehicles:
    Minicopter, Scrap Heli, Attack Heli Rowboat, RHIB Modular Car Small & Large Submarine Horse Motorbike  
    Configuration:
    Item name: The name of the ingame item; set it to null to use the default item name.
    Fuel skin id: the skin id of the fuel item. Note that each skin id has to be unique and can not be used for multiple fuel types
    Speed multiplier: the speed multiplier for the heli, 1 = default speed. It is not recommended to set this higher than 4.
    Fuel consumption per minute: fuel consumption per minute, set to -1 to use the default fuel consumption.
     
    Loot Table integration:
    This plugin supports the custom item api of Loot Table and Stack Size GUI, so you can easily add your custom fuel items to the loot table. When both plugins are installed on the server, the fuel items you configured will show up in the custom items tab of Loottable (right image):
     

     
    Admin commands:
    fuel list - View fuel types and their id fuel <id> <amount> - Give yourself x amount of fuel with the given id fuel <id> <amount> <player name or id> - Give the specified player x amount of fuel with the given id These commands are intended for admin use only and require the permission
    helispeed.admin  
    Default configuration:
    { "Fuel Configuration": [ { "Item name": null, "Fuel skin id": 0, "Minicopter speed multiplier": 0.8, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 0.8, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 0.8, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 0.8, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 0.8, "Tugboat speed multiplier": 0.8, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 0.8, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 }, { "Item name": "Medium Grade Fuel", "Fuel skin id": 2501207890, "Minicopter speed multiplier": 1.5, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 1.5, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 1.5, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 1.5, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 1.5, "Tugboat speed multiplier": 1.5, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 1.5, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 }, { "Item name": "High Quality Fuel", "Fuel skin id": 2664651800, "Minicopter speed multiplier": 3.0, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 3.0, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 3.0, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 3.0, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 3.0, "Tugboat speed multiplier": 3.0, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 3.0, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 } ] }  
  2. More information about "Deployable Nature"

    $15.00

    Deployable Nature

    Adds 62 new deployable items to your server!. Custom item collection system. Players can obtain these items while cutting trees, mining rocks and collecting plants. Includes a built in market that can be accessed via a chat command or a HumanNPC. Each base item can be configured to allow for a wide variety of placement options/restrictions. A large amount of configuration options are available for each item. Adjustable placement options while holding shift. Items can be picked up by holding a hammer, looking at the deployed entity and pressing your mouse3 button (scroll wheel button).  
     

    deployablenature.admin - Required to use the giveprefab command.
    deployablenature.market.chat - Required to use the market chat command.
    deployablenature.ignore.restrictions - Allows a player to deploy items without restriction (TC etc).
    deployablenature.gather - Required for players to obtain drops while gathering.
    deployablenature.use - Required to deploy nature items.
    deployablenature.free - allows access to the nature market for free.
    There is also the option to create groups via the config, which will receive discounts in the market based on the value assigned to them.
    Example:
     
    "Permissions that will receive a discount on the store cost when purchasing [1.0 is full price]. Prefix with deployablenature.": { "deployablenature.vip": 0.5 }, This would give players with the deployablenature.vip permission a discount of 50% off of the market price.
     

    Command: giveprefab
    Parameters: <skin id> <quantity>
    Example: /giveprefab 2609145017 100 - spawns the user 100x medium clutter rocks"
    Permission: deployablenature.admin
    Command: naturemarket
    Permission: deployablenature.market.chat
    Command: dnpickup
    Permission: None
    Command: giveprefab (console)
    Parameters:   <player id/name> <skin id> <quantity>
    Example: /giveprefab "new guy" 2609145017 100 - spawns the user 100x medium clutter rocks for new guy"
    Permission: deployablenature.admin
    Command: dnsetprefab
    Parameters: None
    Console Command: dnkillentities - wipes all nature entities from the map.
    Parameters:   <optional parameter: true> - this wipes the data after the command executes. If not used, the nature items will respawn on plugin reload.
    Example: dnkillentities or dnkillentities   true.
    Permission: deployablenature.admin if running from player console.
    Console Command: dnkillentitiesforplayer - wipes all nature entities from the map for the specified player
    Parameters:   <player name/id>
    Example: dnkillentitiesforplayer "new guy" - would delete all entities for the player whose name contained "new guy".
    Permission: deployablenature.admin if running from player console.
    Console Command: dnpurge - enables purge mode, wiping all entities from the map (does not delete data), and preventing them from spawning on server start/being deployed by players while active. Automatically resets to false on server wipe.
    Parameters:   <true/false>
    Example: dnpurge true - would enable purge mode.
    Permission: deployablenature.admin if running from player console.
     

    You most likely won't need the below information, but it is here for more advanced users.
    Prefab Types
    0: Rock 1: Tree 2: Bush 3: Animal 4: Furniture  
    Tree Types
    0: None 1: Palm 2: Oak 3: Swamp 4: Birch 5: Beech 6: Pine 7: Cacti 8: Snow 9: Mauritia_Flexuosa 10: Hura_Crepitans 11: Trumpet_Tree 12: Dead_Log 13: Dead_Log_Snow 14: Driftwood  
    Bush Types
    0: None 1: Willow 2: Willow_snow 3: Spice 4: Spice_snow 5: Creosote 6: Berries 7: Mushrooms 8: Ocotillo 9: Monstera_Deliciosa 10: Bromeliad 11: Heliconia_Rostrata  
    Example config
    https://pastebin.com/E5duDqtf
     
    API
    public bool IsDeployableNature(BaseEntity entity) Returns if an entity is a DeployableNature entity that has the prevent_gather attribute.
  3. More information about "Inventory Helper"

    $8.88

    Inventory Helper

    Make life easier for the players on your server, this plugin allows you to craft items if there is a vault nearby with the right resources, and you can easily move items from one vault to another.
    🗒️Features:
    When you want to craft an item and you don't have enough resources but there is a craft store that has enough resources, they will be moved to your crafting inventory Three resource movement modes Basic transfer - By hitting one vault with Hammer and then the other one in transfer all items from the 1st to the 2nd vault. My transfer - transferring items from all available storages in the area (radius in the config) into your inventory and vice versa Advance transfer - move from any available storage within the radius to any other
     
       
       

    📕Commands: (You need to hold the hammer in your hands to use it)
    Press "R" - for open the UI change transfer mode. Press "RMB" - for open the UI transfer menu. Permissions:  
    "inventoryhelper.all" - allow you use full functionality "inventoryhelper.swap" - allows you to swap the contents "inventoryhelper.pull"   - allows you to get items from containers when he try to craft something "inventoryhelper.basictransfer" - allows you to transfer items between containers "inventoryhelper.mytransfer" - allows you to trasfer all your items to the container "inventoryhelper.adtransfer" - allows you to transfer items between continaser with UI 🔖Config:
    { "Pull request cooldown": 3.0, "Use UI messages": true, "Use Chat messages": true, "UI message duration": 3.0, "Storage pull|search radius": 18.5 } 🏳️Lang:
    { "CH_CPBB": "<color=#ff0a0a>You can't pull resources in Building Block zone.</color>", "CH_PCD": "<color=#ff0a0a>Pull cooldown {0}s</color>", "CH_PMR": "<color=#ff0a0a>Not enough resources for pull:</color>{0}", "CH_PRC": "<color=#beff7f>Resources pulled for {0} craft. ({1} items pulled)</color>", "CH_SS": "<color=#ff0a0a>This is the same storage</color>", "CH_STFA": "<color=#ff0a0a>The storage is too far away</color>", "CH_SSL": "<color=#ffff00>Select a storage location where you want to move items</color>", "CH_SISEMPTY": "<color=#ff0a0a>The storage is empty</color>", "CH_FULLINV": "<color=#ff0a0a>There's not enough room in your inventory</color>", "CH_FULLSTORAGE": "<color=#ff0a0a>There's not enough room in the storage</color>", "CH_TRASFITEMS": "<color=#beff7f>{0} items trasfered from {1} to {2}</color>", "CH_NOTAVALIBLE": "<color=#ff0a0a>The storage isn't avalible</color>", "CH_PERM": "<color=#ff0a0a>You don't have enough permission</color>" }
  4. More information about "Dungeon Bases"

    $19.99 $15.99

    Dungeon Bases

    The plugin adds a dungeon event to your server. Dungeons are bases with puzzles, NPC defenders, turrets and more. You can create your own dungeons of varying difficulty
     
    You can build your own bases or modify existing ones:

    There are moving NPC guardians in the dungeons:

    There are puzzles with protective doors in the dungeons:

    In the dungeons there are secret notes with codes in boxes or on NPCs:

    Commands:
    dungbase_start - force start event
    dungbase_stop - force stop event
    Hooks:
    void DungeonBasesEventStarted() - // called when event starts
    void DungeonBasesEventEnded() - // called when event ends
    Configuration:
    { "Allow only the event owner (the one who entered the dungeon first) into the dungeon": true, "Allow owner's teammates to enter the dungeon": true, "Message that you cannot enter the dungeon without being the owner of the event or its teammate": "You cannot enter the dungeon without being the owner of the event or its teammate", "Event marker on the map": true, "Event marker name": "Dungeon Base", "Event marker transparency(0-1)": 0.55, "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, "Display event owner name on marker": true, "Display the time remaining until the end of the event on the marker": true, "Autostart event(disable if you want to trigger the event only manually)": false, "Minimum time to event start(in seconds)": 3600, "Maximum time to event start(in seconds)": 7200, "Minimum event duration(in seconds)": 2000, "Maximum event duration(in seconds)": 3000, "Minimum number of online players to trigger an event": 1, "Event message": "The dungeon bases event has started, find the entrance to the base and get the loot", "End event message": "The dungeon bases event has ended", "Dungeons list": [ "#dung#base1", "#dung#base2", "#dung#base3", "#dung#base4" ], "Entrances list": [ "#dung#entrance1", "#dung#entrance2", "#dung#entrance3", "#dung#entrance4" ], "Random order of choosing a dungeon from the list (if false, will be selected in turn)": false, "Random order of choosing the entrance to the dungeon from the list (if false, will be selected in turn)": false, "Change the time of day when entering the dungeon(from 0 to 23, if -1 - do not change the time)": 0.0, "How long before the end of the event does radiation start to affect players inside the dungeon": 180, "How long after the event ends should the entrance be destroyed": 60, "Close the entrance and exit to the dungeon when the event time is over": true, "Message about closing the entrance and exit": "Time is up, the entrance and exit to the dungeon are closed forever!" } Note: The plugin is guaranteed to work correctly with bases enabled. NPCs will not behave as standard, as they use different algorithms. Only one dungeon can spawn on the map at a time.
  5. More information about "Dungeon Events"

    $25.00

    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.
     
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

126k

Files Sold

Total number of files sold.

2.6m

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.