Jump to content

Search the Community

Showing results for tags 'pvpzone'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 14 results

  1. Version 1.0.2

    58 downloads

    Displays the name of the zone the player is in. You can customize text, text color, background color, etc. This plugin takes information about zones from zonemanager, all information is saved in a config file, after which you can customize information about these zones, which will be displayed Commands: /rzinfo - update zone information Config file: { "Settings outside the zone": { "Id": "0", "Name": "Outside", "AnchorMin": "0.649 0.041", "AnchorMax": "0.695 0.081", "Color_Background": "0.1 0.1 0.8 0.8", "Color_Text": "1 1 1 1", "TextSize": "16", "TextPlaceHolder": "Outside" }, "Default settings for the new zone": { "Id": "0", "Name": "Default", "AnchorMin": "0.649 0.041", "AnchorMax": "0.695 0.081", "Color_Background": "0.1 0.8 0.1 0.8", "Color_Text": "1 1 1 1", "TextSize": "16", "TextPlaceHolder": "Default" }, "Zones list": [] }
    $4.99
  2. Fruster

    Drone Event

    Version 1.1.5

    647 downloads

    Adds drones to your server. Drones can attack with grenades and shoot at players, you can destroy drones, they have loot. Drones spawn near monuments, also you can add custom spawn points. Features: Easy to set up. Excellent customization options in the config. You can customize the monuments where the drones will spawn. You can customize the contents of the drone in the config file: you can set up a list of items that will be inside you can choose drop chance (1 - 100%) you can choose skins for items You can also customize the health and respawn time of the drones. Commands(admin only): dreshowpoints - displays all spawn points on the map dreshowdrones - displays all drones on the map dreshowzone - displays nearby areas with drones drerespawndrones - respawn all drones on the map forcibly dreremovedrones - removes all drones from the map dre_removepoint - removes custom spawn point (you need to be close to it) dre_addpoint - adds a custom spawn point (at the place where you are). You can also enter the command with arguments: /dre_addpoint "name" "flightRadius" "use" Developer API: (void) DroneCustomSpawn(Vector3 position, int aggressiveness, int radius, int attackRange, int health, float speed, bool grenade, float grenDmg, bool light, string turWpn, float turDmg) Spawns a drone at the coordinates "position" aggressiveness - drone aggressiveness from 0 to 100 radius - flight radius attackRange - attack range health - drone health speed - drone speed (0.5 - 1 recommended) grenade - if "true", then the drone will attack with grenades grenDmg - grenade damage scale (0-1) light - if "true", then a spotlight will be added to the drone turWpn - short name of the weapon for the turret, if empty, the turret will not be added to the drone turDmg - turret damage scale (0-1) Config file: { "Minimum respawn time(in minutes)": 15, "Maximum respawn time(in minutes)": 30, "Drone health (hits amount)": 2, "Drone speed(0.5 - 1 recommended)": 0.7, "Grenade damage scale": 1.0, "Attack range": 40, "Drone aggressiveness, from 0 to 100 (the more, the more often the drone attacks)": 10, "Adds a searchlight for drones": false, "Adds a turret for drones": false, "Turret damage scale": 1.0, "Turret weapon short name": "pistol.revolver", "The drone will throw grenades at players": true, "Do not calculate collisions while the drone is just flying (set to true if you have problems with your server performance)": false, "Monument settings": [ { "name": "gas_station", "flightRadius": 15, "offset": { "x": 17.0, "y": 30.0, "z": 0.0 }, "use": true }, { "name": "supermarket", "flightRadius": 15, "offset": { "x": 0.0, "y": 15.0, "z": 0.0 }, "use": true }, { "name": "warehouse", "flightRadius": 15, "offset": { "x": -5.0, "y": 15.0, "z": 0.0 }, "use": true }, { "name": "water_treatment", "flightRadius": 15, "offset": { "x": -60.0, "y": 20.0, "z": 0.0 }, "use": true }, { "name": "junkyard", "flightRadius": 15, "offset": { "x": 0.0, "y": 15.0, "z": 0.0 }, "use": true }, { "name": "lighthouse", "flightRadius": 15, "offset": { "x": 0.0, "y": 35.0, "z": 40.0 }, "use": true }, { "name": "sphere_tank", "flightRadius": 15, "offset": { "x": 60.0, "y": 30.0, "z": 40.0 }, "use": true }, { "name": "harbor_1", "flightRadius": 15, "offset": { "x": 20.0, "y": 15.0, "z": 90.0 }, "use": true }, { "name": "harbor_2", "flightRadius": 15, "offset": { "x": -100.0, "y": 20.0, "z": -20.0 }, "use": true }, { "name": "desert_military_base", "flightRadius": 15, "offset": { "x": -15.0, "y": 20.0, "z": -5.0 }, "use": true }, { "name": "excavator", "flightRadius": 15, "offset": { "x": 65.0, "y": 20.0, "z": -10.0 }, "use": true }, { "name": "swamp", "flightRadius": 15, "offset": { "x": -10.0, "y": 30.0, "z": -15.0 }, "use": false }, { "name": "radtown_small", "flightRadius": 15, "offset": { "x": -5.0, "y": 30.0, "z": -5.0 }, "use": true }, { "name": "water_well", "flightRadius": 15, "offset": { "x": 0.0, "y": 30.0, "z": 0.0 }, "use": true }, { "name": "mining_quarry", "flightRadius": 15, "offset": { "x": 0.0, "y": 25.0, "z": 0.0 }, "use": false }, { "name": "satellite_dish", "flightRadius": 15, "offset": { "x": -40.0, "y": 25.0, "z": -20.0 }, "use": false }, { "name": "cave_small", "flightRadius": 15, "offset": { "x": 0.0, "y": 30.0, "z": 0.0 }, "use": false }, { "name": "cave_medium", "flightRadius": 15, "offset": { "x": 0.0, "y": 30.0, "z": 0.0 }, "use": false }, { "name": "cave_large", "flightRadius": 30, "offset": { "x": 0.0, "y": 35.0, "z": 0.0 }, "use": false }, { "name": "airfield", "flightRadius": 25, "offset": { "x": -75.0, "y": 20.0, "z": 0.0 }, "use": false }, { "name": "launch_site", "flightRadius": 15, "offset": { "x": 0.0, "y": 20.0, "z": 130.0 }, "use": false }, { "name": "powerplant", "flightRadius": 25, "offset": { "x": -75.0, "y": 20.0, "z": -40.0 }, "use": false }, { "name": "trainyard", "flightRadius": 15, "offset": { "x": -70.0, "y": 20.0, "z": 0.0 }, "use": false }, { "name": "arctic_research_base", "flightRadius": 25, "offset": { "x": 10.0, "y": 15.0, "z": -25.0 }, "use": true }, { "name": "ice_lake", "flightRadius": 15, "offset": { "x": 0.0, "y": 20.0, "z": 0.0 }, "use": false }, { "name": "military_tunnel", "flightRadius": 15, "offset": { "x": 20.0, "y": 25.0, "z": -15.0 }, "use": false }, { "name": "power_sub_big", "flightRadius": 10, "offset": { "x": 0.0, "y": 20.0, "z": 0.0 }, "use": false } ], "Custom spawn points settings": [ { "name": "point1", "flightRadius": 15, "position": { "x": 0.0, "y": 100.0, "z": 0.0 }, "use": false }, { "name": "point2", "flightRadius": 15, "position": { "x": 0.0, "y": 200.0, "z": 0.0 }, "use": false } ], "Drop items list": [ { "name": "metal.fragments", "dropChance": 100, "minAmount": 50.0, "maxAmount": 300, "skinID": 0 }, { "name": "metal.refined", "dropChance": 100, "minAmount": 5.0, "maxAmount": 10, "skinID": 0 }, { "name": "scrap", "dropChance": 100, "minAmount": 10.0, "maxAmount": 20, "skinID": 0 }, { "name": "techparts", "dropChance": 50, "minAmount": 1.0, "maxAmount": 2, "skinID": 0 } ] }
    $14.99
  3. Version 1.1.4

    411 downloads

    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: { "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, "Cooldown message": "You can't call airstrike that often", "Prohibition message": "You do not have permission to use airstrike", "Grenade throw force scaling": 1.0, "Damage to buildings": 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 }
    $11.99
  4. Version 1.1.0

    85 downloads

    Introduction Automatically manages PVP zones for player bases, legacy shelters and tugboats. Features Manages its own Zone Manager zones and maps them as True PVE exclusion zones (Re)creates zones on plugin load and cleans them up on unload Provides tool cupboard based zones: Configurable creation & deletion delays Automatic resizing to always encompass the base as building blocks are added/destroyed, with configurable delay Configurable minimum total base and per-building-block buffer sizes Provides legacy shelter based zones: Configurable zone size Provides tugboat based zones: Configurable zone size Zone moves with the tugboat Optional support for visible zone spheres: Configurable sphere darkness Option to globally network tugboats to prevent spheres from disappearing Optional support for language file based zone creation/deletion and entry/exit notifications Configurable PVP expiration delay on player exit from zones Compatibility Hard dependency on Zone Manager for creating zones. Should work with various PVE plugins - tested with TruePVE and SimplePVE. Configuration Default configuration: { "Zone creation delay in seconds (excludes tugboat)": 60.0, "Zone creation delay notifications (owner only, excludes tugboat)": true, "Zone deletion delay in seconds": 300.0, "Zone deletion delay notifications (all players in zone)": true, "Zone creation/deletion notification prefix": "[PBPZ] ", "Zone exit PvP delay in seconds (0 for none)": 5.0, "Zone sphere darkness (0 to disable, maximum 10)": 0, "Zone entry/exit ZoneManager messages": true, "Zone TruePVE mappings ruleset name": "exclude", "Building settings": { "Building update check delay in seconds": 5.0, "Building zone overall minimum radius": 16.0, "Building zone per-block minimum radius": 16.0 }, "Shelter settings": { "Shelter zone radius": 8.0 }, "Tugboat settings": { "Tugboat force global rendering on/off when spheres enabled (null=skip)": null, "Tugboat force enable buoyancy when forcing global rendering": false, "Tugboat zone radius": 32.0 } } NOTE: The tugboat rendering options should be left at defaults. The options are provided for the case that you are running other plugins that force global networking/rendering for tugboats, which can cause spheres to disappear when a tugboat comes back into client render range.This plugin will automatically attempt to synchronize tugboat sphere networking with each tugboat's networking type when (re)creating the spheres. Developer API Supported API calls: string OnPlayerBasePvpDelayQuery(ulong playerID) Provides the ability to query whether a player has an active PVP delay Returns the triggering zone ID if the referenced player has an active PVP delay Returns an empty string If no PVP delay is active Hooks: void OnPlayerBasePvpDelayStart(ulong playerID, string zoneID) Called when PVP exit delay is applied to a player as a result of their exiting a base zone playerID is the ID of the triggering player zoneID is the Zone Manager zone ID whose exit triggered the delay void OnPlayerBasePvpDelayStop(ulong playerID, string zoneID) Called when PVP exit delay expires from a player playerID is the ID of the triggering player zoneID is the Zone Manager zone ID whose exit triggered the delay Zone Manager / PVE Plugin Integration Zone Manager zones are maintained for all bases, and are mapped to the configured True PVE ruleset (`exclude` by default). This will cause True PVE to treat them as vanilla areas by default, allowing for PVP to take place. Zone names are broken into categories in case you want other plugins to recognize them separately: `PlayerBasePVP:building` for building block bases `PlayerBasePVP:shelter` for legacy wood shelters `PlayerBasePVP:tugboat` for tugboats Developer note: Zone IDs are `PlayerBasePVP:` followed by a unique identifier. Background Player Base PVP Zones is meant for hybrid PVP servers that want to allow online raiding. It is meant to complement Dynamic PVP which only provides zones for monuments and events. Zone Manager is a hard requirement in order to implement moving zones for tugboats, as it doesn't officially support this feature. A PVE mod is required to make this useful. I only tested with True PVE for various reasons. Credits Thanks to the following folks for making this plugin possible: bmgjet (help with / code for tugboat sphere issues) CatMeat & Arainrr (moving Zone Manager zones code examples in Dynamic PVP) Karuza (help with unique entity identifiers & tugboat sphere issues) Kulltero (help with TC/building relationship) WhiteThunder (help with tugboat sphere issues) AFKBank and Mooselips whose bases I took screenshots of on my server during testing
    Free
  5. Version 1.2.0

    3 downloads

    Penitentiary is a beautiful custom Rust monument inspired by the Prison Simulator video game. Prefab: ~ 4200 1 red door with fuse 2 green doors 1 desk with credit card 1 Chinook drop point __________ This monument is thought Vanilla pvp but can very well be used for Pve or Rp after some minor modifications. Electricity operational, which can be controlled. 36 cell. Some parts of the monument are radioactive. No NPCs. Changes can be made if requested. __________
    $7.50
  6. Version 1.0.5

    144 downloads

    The plugin allows to automatically display pvp zones on the map in real time, works with airdrops and events. If airdrop or event is finished the pvp zone disappears automatically. Zones are created automatically with the Dynamic-Pvp plugin. The plugin is optimized to be light. No need for configuration Need prerequisite in order for the plugin to work: https://codefling.com/plugins/marker-manager-modified https://umod.org/plugins/zone-manager https://umod.org/plugins/dynamic-pvp
    $11.99
  7. Version 1.6.0

    93 downloads

    Adds a highly configurable GUI to players' HUDs indicating whether they are currently in a PvE, PvP, or Safe Zone area, or are currently subject to a PvP expiration delay. Features: PvE/PvP status for Zone Manager zones Supports matching on zone name, True PVE exclusion mappings, or zone flags Tested with Dynamic PVP, but should also work with Agile Zones, Zone Manager Auto Zones, etc. PvE/PvP status detection for: Abandoned Bases (untested) Dangerous Treasures Dynamic PVP Player Base PVP Zones Raidable Bases PvP status detection for: Adem event plugins (Caravan, Convoy Reforged) (untested) KpucTaJl event plugins (Air Event, Arctic Base Event, Ferry Terminal Event, Gas Station Event, Harbor Event, Junkyard Event, Power Plant Event, Satellite Dish Event, Supermarket Event, Water Event) (untested) Cargo Train Event (untested) Player height (sky / seasonal dungeons, train tunnels, etc.) PvP expiration delay status detection for: Abandoned Bases (untested) Dynamic PVP Player Base PVP Zones Raidable Bases Safe Zone status detection Tutorial Island detection (treated as PVE) Player notification on state changes not covered by other plugins (e.g. holiday dungeon / train tunnel / safe zone entry/exit) Can be enabled in chat and/or in Popup Notifications Optional Simple Status support Commands: /pvxui (configurable) toggles the UI off and back on Configuration: { "Server Default PVx (PVP or PVE)": "PVE", "Assume PVP Below Height": -50.0, "Assume PVP Above Height": 1000.0, "Toggle UI Command (empty string to disable)": "pvxui", "Seconds Between Updates": 1.0, "Force Updates On State Change": true, "Minimum Seconds Data File Saves": 5.0, "PVE Exclusion Mapping Names (case insensitive substrings / none to disable)": [ "exclude" ], "PVE Zone Names (case insensitive substrings / none to disable)": [ "PVE" ], "PVP Zone Names (case insensitive substrings / none to disable)": [ "PVP" ], "Notification Settings": { "Chat notify enabled": false, "Chat notify prefix (empty string to disable)": "[SuperPVxInfo]: ", "PopupNotifications notify enabled": true, "PopupNotifications notify prefix (empty string to disable)": "", "Individual Notification Toggles": { "Unexpected Exit From Abandoned Or Raidable Base": true, "Unexpected Exit From Dangerous Treasures Event": true, "Safe Zone Entry": true, "Safe Zone Exit": true, "PVP Height Entry": true, "PVP Height Exit": true, "PVP Depth Entry": true, "PVP Depth Exit": true } }, "Default UI Settings": { "PVE": { "Enabled": true, "Min Anchor": "0.5 0", "Max Anchor": "0.5 0", "Min Offset": "190 30", "Max Offset": "250 60", "Layer": "Hud", "Text": "PVE", "Text Size": 14, "Text Color": "1.0 1.0 1.0 1.0", "Background Color": "0.0 1.0 0.0 0.8", "Fade In": 0.25, "Fade Out": 0.25 }, "PVP": { "Enabled": true, "Min Anchor": "0.5 0", "Max Anchor": "0.5 0", "Min Offset": "190 30", "Max Offset": "250 60", "Layer": "Hud", "Text": "PVP", "Text Size": 14, "Text Color": "1.0 1.0 1.0 1.0", "Background Color": "1.0 0.0 0.0 0.8", "Fade In": 0.25, "Fade Out": 0.25 }, "PVPDelay": { "Enabled": true, "Min Anchor": "0.5 0", "Max Anchor": "0.5 0", "Min Offset": "190 30", "Max Offset": "250 60", "Layer": "Hud", "Text": "WAIT", "Text Size": 14, "Text Color": "1.0 1.0 1.0 1.0", "Background Color": "1.0 0.5 0.0 0.8", "Fade In": 0.25, "Fade Out": 0.25 }, "SafeZone": { "Enabled": true, "Min Anchor": "0.5 0", "Max Anchor": "0.5 0", "Min Offset": "190 30", "Max Offset": "250 60", "Layer": "Hud", "Text": "SAFE", "Text Size": 14, "Text Color": "1.0 1.0 1.0 1.0", "Background Color": "0.0 0.0 1.0 0.8", "Fade In": 0.25, "Fade Out": 0.25 } }, "Simple Status UI Settings": { "PVE": { "Enabled": false, "Background Color": "0.0 0.7 0.0 0.8", "Title Text": "PVE", "Title Color": "1.0 1.0 1.0 1.0", "Status Text": "SuperPVxInfo", "Status Color": "0.0 1.0 0.0 0.2", "Icon Path": "assets/icons/resource.png", "Icon Color": "0.5 1.0 0.5 1.0" }, "PVP": { "Enabled": false, "Background Color": "0.7 0.0 0.0 0.8", "Title Text": "PVP", "Title Color": "1.0 1.0 1.0 1.0", "Status Text": "SuperPVxInfo", "Status Color": "1.0 0.0 0.0 0.2", "Icon Path": "assets/icons/warning_2.png", "Icon Color": "1.0 0.5 0.5 1.0" }, "PVPDelay": { "Enabled": false, "Background Color": "0.7 0.7 0.0 0.8", "Title Text": "WAIT", "Title Color": "1.0 1.0 1.0 1.0", "Status Text": "SuperPVxInfo", "Status Color": "1.0 1.0 0.0 0.2", "Icon Path": "assets/icons/stopwatch.png", "Icon Color": "1.0 1.0 0.5 1.0" }, "SafeZone": { "Enabled": false, "Background Color": "0.0 0.0 0.7 0.8", "Title Text": "SAFE", "Title Color": "1.0 1.0 1.0 1.0", "Status Text": "SuperPVxInfo", "Status Color": "0.0 0.0 1.0 0.2", "Icon Path": "assets/icons/peace.png", "Icon Color": "0.5 0.5 1.0 1.0" } } } Background: Super PVx Info attaches a watcher to each player on login that monitors for any changes to PvE/PvP/delay/safezone state, and updates the player's HUD. By default this is done once per second, or as soon as possible after a hook-based change has occurred - but both of these behaviors are configurable, so you can reduce server load (at the cost of reduced GUI responsiveness) by increasing "Seconds Between Updates" and/or disabling "Force Updates On State Change". This approach is needed to monitor the player's height, and for more accurate safe zone detection (Facepunch is bad at providing triggers for things like exiting Train Tunnels into Outpost). This plugin is a complete overhaul of Zone PVx Info by BuzZ[PHOQUE]/Arainrr, which I was inspired to attempt after struggling to get it to work with Zone Manager Auto Zones (since abandoned in favor of DynamicPVP). Credits: BuzZ[PHOQUE] & Arainrr for creating Zone PVx Info Bug Man & Cannabis on Carbon's Discord server for suggesting the FacepunchBehavior approach and offering examples Nivex for putting up with all of my Abandoned/Raidable Bases and TruePVE questions and fixing/enhancing/documenting those plugins KpucTaJl for providing API clarification
    Free
  8. Mercury

    IQHotPoints

    Version 1.4.9

    138 downloads

    IQHotPoints - adds a dynamic display of markers on the G map to your server! The more dynamic and massive the PvP or raid on a point is, the bigger the marker will be! Plugin Features : PVP and Raid markers are configured separately in the configuration You can enable or disable the PvP/Raid markerSetting the smoothness of the marker appearance/marker stage Setting the smoothness of marker removal/marker stage Ability to enable marker display when killing an NPC The ability to specify the maximum size of the marker The ability to specify the starting size of the marker The ability to specify any number of acceptable stages for the marker and specify for each stage : Setting up Marker stroke Setting the marker color Setting the transparency of the marker The lifetime of the marker stage (before narrowing by a stage less) Screenshot with an example of how it looks on an active server : ViDEO : Configuration : { "Setting up the PVP Marker": { "Use marker? (true - yes/false - no)": false, "Smoothness of marker stage removal": 10, "Display marker when killing NPCs": true, "Marker start radius": 0.13, "Maximum marker radius": 1.0, "Customizing marker stages": [ { "HEX : Marker outline color": "#70ff36", "HEX : Marker color": "#70ff36", "0.0 - 1.0 - marker transparency": 0.3, "Marker/Stage Lifetime (Seconds)": 5 }, { "HEX : Marker outline color": "#d5ff36", "HEX : Marker color": "#d5ff36", "0.0 - 1.0 - marker transparency": 0.35, "Marker/Stage Lifetime (Seconds)": 10 }, { "HEX : Marker outline color": "#f7ff36", "HEX : Marker color": "#f7ff36", "0.0 - 1.0 - marker transparency": 0.45, "Marker/Stage Lifetime (Seconds)": 15 }, { "HEX : Marker outline color": "#ffd836", "HEX : Marker color": "#ffd836", "0.0 - 1.0 - marker transparency": 0.55, "Marker/Stage Lifetime (Seconds)": 20 }, { "HEX : Marker outline color": "#ffac36", "HEX : Marker color": "#ffac36", "0.0 - 1.0 - marker transparency": 0.65, "Marker/Stage Lifetime (Seconds)": 25 }, { "HEX : Marker outline color": "#ff9e36", "HEX : Marker color": "#ff9e36", "0.0 - 1.0 - marker transparency": 0.75, "Marker/Stage Lifetime (Seconds)": 30 }, { "HEX : Marker outline color": "#ff9e36", "HEX : Marker color": "#ff9e36", "0.0 - 1.0 - marker transparency": 0.8, "Marker/Stage Lifetime (Seconds)": 35 }, { "HEX : Marker outline color": "#ff6f36", "HEX : Marker color": "#ff6f36", "0.0 - 1.0 - marker transparency": 0.85, "Marker/Stage Lifetime (Seconds)": 45 }, { "HEX : Marker outline color": "#ff5736", "HEX : Marker color": "#ff5736", "0.0 - 1.0 - marker transparency": 0.9, "Marker/Stage Lifetime (Seconds)": 50 }, { "HEX : Marker outline color": "#ff3c1e", "HEX : Marker color": "#ff3c1e", "0.0 - 1.0 - marker transparency": 0.95, "Marker/Stage Lifetime (Seconds)": 55 }, { "HEX : Marker outline color": "#ff0000", "HEX : Marker color": "#ff0000", "0.0 - 1.0 - marker transparency": 1.0, "Marker/Stage Lifetime (Seconds)": 60 } ] }, "Setting up a Raid Marker": { "Use marker? (true - yes/false - no)": false, "Smoothness of marker stage removal": 10, "Display marker when killing NPCs": true, "Marker start radius": 0.13, "Maximum marker radius": 1.0, "Customizing marker stages": [ { "HEX : Marker outline color": "#36dcff", "HEX : Marker color": "#36dcff", "0.0 - 1.0 - marker transparency": 0.3, "Marker/Stage Lifetime (Seconds)": 5 }, { "HEX : Marker outline color": "#36adff", "HEX : Marker color": "#36adff", "0.0 - 1.0 - marker transparency": 0.35, "Marker/Stage Lifetime (Seconds)": 10 }, { "HEX : Marker outline color": "#3698ff", "HEX : Marker color": "#3698ff", "0.0 - 1.0 - marker transparency": 0.45, "Marker/Stage Lifetime (Seconds)": 15 }, { "HEX : Marker outline color": "#3692ff", "HEX : Marker color": "#3692ff", "0.0 - 1.0 - marker transparency": 0.55, "Marker/Stage Lifetime (Seconds)": 20 }, { "HEX : Marker outline color": "#3670ff", "HEX : Marker color": "#3670ff", "0.0 - 1.0 - marker transparency": 0.65, "Marker/Stage Lifetime (Seconds)": 25 }, { "HEX : Marker outline color": "#3652ff", "HEX : Marker color": "#3652ff", "0.0 - 1.0 - marker transparency": 0.75, "Marker/Stage Lifetime (Seconds)": 30 }, { "HEX : Marker outline color": "#8a36ff", "HEX : Marker color": "#8a36ff", "0.0 - 1.0 - marker transparency": 0.8, "Marker/Stage Lifetime (Seconds)": 35 }, { "HEX : Marker outline color": "#9b36ff", "HEX : Marker color": "#9b36ff", "0.0 - 1.0 - marker transparency": 0.85, "Marker/Stage Lifetime (Seconds)": 45 }, { "HEX : Marker outline color": "#ac36ff", "HEX : Marker color": "#ac36ff", "0.0 - 1.0 - marker transparency": 0.9, "Marker/Stage Lifetime (Seconds)": 50 }, { "HEX : Marker outline color": "#c336ff", "HEX : Marker color": "#c336ff", "0.0 - 1.0 - marker transparency": 0.95, "Marker/Stage Lifetime (Seconds)": 55 }, { "HEX : Marker outline color": "#b236ff", "HEX : Marker color": "#b236ff", "0.0 - 1.0 - marker transparency": 1.0, "Marker/Stage Lifetime (Seconds)": 60 } ] } }
    $10.00
  9. Version 1.1.1

    33 downloads

    READ BELOW FOR REQUIRED FIX FOR ABANDONEDBASES PLUGIN (CARBON ONLY)! READ BELOW FOR REQUIRED FIX FOR DYNAMICPVP PLUGIN (OXIDE & CARBON) YOU NEED TO HAVE RAIDABLEBASES 2.8.9 OR NEWER TO USE COUNTING DOWN PVPDELAY FOR RAIDABLE BASES (OXIDE & CARBON) Features: Tested on Carbon and Oxide Uses SimpleStatus to make a sleek customizable UI to show PVxStatus (PVE, PVP, PVPCooldown) Each UI Component can be individually toggled off or on Color settings allow for both: html color codes or rust colors (eg. #3AC916 OR 0.23 0.79 0.09 1 ) (NOTE: You will need to use the Rust color codes, if you would like to use transparency) Includes PVPDelay display and checking that integrates with: DynamicPVP, AbandonedBases, RaidableBases PVPDelay display should work with any plugin that utilizes DynamicPVP (eg. https://codefling.com/plugins/convoy) As long as the ZoneManger zone's name includes "pvp", the pvp tag will show up Option in config to enable Automatic FullPVP, if there are no PVE plugins detected (TruePVE, RealPVE, NextGenPVE, SImplePVE) Integrates with TruePVE pvp schedule (I will work on integrating schedules for other PVE plugins also) Specify additional PVE zones by including "pve" in the zone's name Command to mark the whole server as PVP, regardless of zones (such as PURGE on PVE servers (this setting saves and persists on server restart, you will need to re-issue the command, or edit the settings file to revert back) Customizable information for all 3 PVxStatus UI (Title, Text, Icon, and colors) Ability to use Rust icons, on the UI (eg. assets/icons/weapon.png) Ability to use Rust item images on the UI (eg. itemid:1055319033) NOTE: the itemID MUST have itemid: at the beginning Custom image from URL, and item images instead of only being able to use Icons (NOTE: URL MUST contain http:// OR https:// otherwise it will be seen as invalid) Integrates with DynamicPVP, AbandonedBases, RaidableBases for PVPDelay time remaining to allow for a live update of PVPDelay status with a draining UI bar (NOTE: "Separate UI Icon" AND "PVPDelay Countdown" need to be set to true to take advantage of this new UI Setting Commands: From the RCON, Console, or chat as an admin, you can type: pvpall (/pvpall for chat) to toggle the server to PVP displayed everywhere Planned Features: Languages to provide multi-language support proper integration with other PVE plugins Known Issues: PVP zone will still display, even if you are in a "Safe Zone", with FullPVP enabled Disappearing UI sometimes when leaving DynamicPVP zone. Make sure the change line specified below when using countdown PVPDelay, sometimes UI disappears and console spams "[AddUI] Unable to update object 'ss.PVxZoneStatus': can't be found" - Working on locating the underlying issue, to fix: set "PVPDelay Countdown": false, in the config and reload plugin (This should be fixed in version 1.1.0, but will leave it here for now and monitor) Recommended: Set the Default color as needed: eg. if you have PVE hidden, and PVP shown, set the default color to PVP (this is caused by an issue where the UI will flash to the default color scheme when showing the UI) Recommend setting RaidableBases DelayUI to disabled in your RaidableBases config file Tips: Using "Separate UI Icon": true in the config file will give you a slightly different design Using "PVPDelay Countdown": true in the config will give you a counting down timer/bar for your PVP delay RaidableBases config: Delay UI": { "Enabled": false, REQUIRED MODIFICATIONS!! Carbon: AbandonedBases If you are running AbandonedBases version <= 2.1.4, you need modify on Line 2667: (Line number would change depending on version, this line number is as of the most recent version of 2.1.4) if (!TryGetDelayValue(player.userID, out var ds)) to the following: if (TryGetDelayValue(player.userID, out var ds)) { ds.Timer?.Destroy(); PvpDelay.Remove(player.userID); } if (!TryGetDelayValue(player.userID, out ds)) This is to fix a bug with the timers in Carbon with Abandoned bases, as a player can clear their PVP Delay by running in and out of the base (CARBON ONLY) OXIDE & CARBON: DynamicPVP THIS IS ONLY IF YOU WOULD LIKE TO USE: "PVPDelay Countdown": true If you are running DynamicPVP version 4.2.17, you need modify on Line 1627 : (Line number would change depending on version, this line number is as of the most recent version of 4.2.17) Interface.CallHook("OnPlayerAddedToPVPDelay", player.userID, zoneId, baseEvent.PvpDelayTime); Change to: Interface.CallHook("OnPlayerAddedToPVPDelay", player.userID.Get(), zoneId, baseEvent.PvpDelayTime); Default Config { "Mark whole server as PVP Zone": false, "Default Colors (PVE, PVP, or PVPDelay)": "PVE", "FullPVP if no PVE Plugins Found": false, "Enable Schedule (TruePVE)": false, "Scheduled PVP mapping": "pvp", "Separate UI Icon": false, "PVPDelay Countdown": false, "Pvx UI Settings": { "PVE": { "Show on UI": true, "Title": "PVE Zone!", "Title Color": "#FFFFFF", "Text": "SAFE", "Text Color": "#FFFFFF", "Icon": "assets/icons/weapon.png", "Icon Color": "#FFFFFF", "Background Color": "#738D45" }, "PVP": { "Show on UI": true, "Title": "PVP Zone!", "Title Color": "#FFFFFF", "Text": "UNSAFE", "Text Color": "#FFFFFF", "Icon": "assets/icons/weapon.png", "Icon Color": "#FFFFFF", "Background Color": "#C44D43" }, "PVPDelay": { "Show on UI": true, "Title": "PVP Cooldown!", "Title Color": "#FFFFFF", "Text": "UNSAFE", "Text Color": "#FFFFFF", "Icon": "assets/icons/weapon.png", "Icon Color": "#FFFFFF", "Background Color": "#B35F1E" } } } Shoutout to @ELF for deciding to YOLO and live test
    $12.00
  10. Version 1.0.2

    680 downloads

    With this plugin you can create loot tables and apply them to default entities like loot barrels, crates, toolboxes, hackable crates etc. You can also use loot tables for custom storage containers, including using API. You can create loot tables with unique items using displayname and skins for them (please only use this for items with max stacksize count of 1, like for weapons). Developer API: (void) GetSetItems(BaseEntity entity, string tableName, int minAmount, int maxAmount, float multiplier) // Will fill your custom crate with a set of items using your chosen loot table entity - crate or any storage container tableName - loot table filename minAmount - minimum number of items maxAmount - maximum number of items multiplier - items multiplier
    Free
  11. Version 1.2.1

    812 downloads

    Heli Crash Event is a configurable plugin that allows for a new type of random event. Randomly a malfunctioning heli will spawn and crash somewhere on the map after a short period of time. Notifications will broadcast in chat giving players a heads-up that it’s malfunctioning and might crash after a period of time. Once the heli crashes, players can race to the loot and secure the crash site until the flames go out. Npcs can optionally be spawned at the crash site to guard the loot. This is a great PVP event for servers that have set PVP areas or can simply be a new type of event to add to your server. EASY OPTIONAL SETUP - NO SETUP REQUIRED You can simple drop the plugin in as-is and it will start the random event every 30min to 90min OR you can modify the config to change how often it should occur and/or how long until the heli crashes. Admin Only Commands: /HeliCrashStart - Will manually start the event regardless of minimum of player threshold. /HeliCrashStop - Will despawn the heli for the current event. (If it's crashed already it will not despawn loot crates) Configuration Options: "Maximum time between events(minutes):": 90, "Minimum time between events(minutes):": 30 "How long until Heli should crash after first notification(minutes):": 1, "Minimum number of players to start event:": 4, --- added in version 1.0.1 Support Discord: cahnu
    $9.99
  12. Version 1.0.0

    64 downloads

    Introducing "Hardcore Entities": A Game-Changing Rust Plugin Embark on a thrilling Rust experience like never before with our new plugin, "Hardcore Entities". Designed for players who crave an extra layer of challenge and excitement, this plugin redefines the concept of survival and strategy in the game. Key Features: Reset and Rebuild: Upon death, players are prompted to start anew, making each life in the game precious and each decision critical. This feature significantly ramps up the gameplay difficulty, perfect for those who love a good challenge. Exclusive Bypass Permission: For players who prefer a more forgiving experience, the bypass permission grants immunity from the reset-on-death feature. This flexibility allows server admins to tailor the gameplay experience to suit different player preferences. Customizable and Controlled: "Hardcore Entities" comes with a Default Use permission that is not automatically assigned. Server admins have complete control to activate it for specific groups as desired, ensuring a balanced and fair environment for all players. Elevate Your Server's Gameplay: Whether you're looking to intensify the survival aspect or provide a diverse range of experiences for your players, "Hardcore Entities" offers the perfect blend of challenge and control. Plugin Permissions: hardcoreentities.use: Activate the hardcore reset feature for a group. hardcoreentities.bypass: Grant immunity from the reset feature for a select group. Your Feedback Matters: We are committed to continuously enhancing the "Hardcore Entities" plugin. Your suggestions and feedback are invaluable to us, and we welcome your ideas to make this plugin even better. Elevate your Rust server experience with "Hardcore Entities" – where every life counts, and every death is a new beginning. Enjoy the challenge!
    $15.00
  13. Melons

    Jaded Island

    Version V3

    10 downloads

    V3 Map size 3000 Introducing a unique and immersive custom map for Rust, designed with a focus on the captivating Forest. This sprawling landscape features an encompassing expanse of deep, dense forest, creating an atmospheric setting like no other. Embark on your adventures within this enchanting environment, where you'll encounter four meticulously crafted custom monuments that are sure to pique your interest. map has 4 custom monuments "Cruise Ship" "Death Train" , "Haunted House" , "Subway (bypass's PVP zone)". CRUISE SHIP 9 Rooms Casino Newer style elevators Swimming Pool Roof top heli pad Junk Town No cards required for this monument Regular crates & Military crates & Elite crates Working scrappers with 6 snowmobile & 2 Cranes 50 Scrap per shredding DEATH TRAIN This monument has a puzzle that requires a red card. 10 Elite Crates (Custom Loot Table) 12+ NPC's patrolling the grounds 2 Vending machines (Custom Loot Table) 4 Automated Trains that circle the monument (Aim Training) Haunted House This monument has a Blue card puzzle. 10+ Zombie NPC's patrolling the grounds 4 Elite Crates Can you figure out how to get inside the house? Can you figure out how to leave now? Hidden loot room? Subway Want a way to cross the PVP zone without risking your precious loot? 2 Automated Trains 10+ NPC's that are not so friendly FacePunch Monuments Missile Silo Launch Site Military Tunnel Power Plant Air feild 2x Oxums Gas Stations 2x Abandoned Supermarkets Train Yard 2x Large Fishing Village Small Fishing Village Bandit Camp Outpost Configuration files for the workcart plugin included. After purchasing you are free to edit the map password included. Map may not be resold privately or commercially.
    $20.00
  14. Version 1.3.2

    746 downloads

    Heavy Cargo Ship Event is a configurable plugin that allows for a new type of random event. Randomly a message will appear letting players know that there's an incoming heavy cargo ship. The ship is equipped with extra scientists, auto turrets, and a Bradley. Players must try to board the ship and kill the scientists in the lower decks to find 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 the lower decks to disable the turrets. Once the turrets are dealt with, players must defeat the Bradley. This can be a real challenge while on a moving ship. 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 simply 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 change how often it should occur and/or how long until the Heavy Cargo Ship comes. Configuration "How many hackable loot crates should spawn.": 4, "If this is true auto turrets will target and kill NPCs as well as players on the cargo ship.": false, "If this is true it will spawn auto turrets on the cargo ship.": true, "If this is true it will spawn the APC Bradley on the cargo ship.": true, "Maximum time between events(minutes):": 180, "Minimum number of players before event will start": 4, "Minimum time between events(minutes):": 60, "Set this to true if you want to use the custom loot table in this config. If it's false, it will use your server default.": false, "Should the event start automatically(false if you only want manually start with HeavyCargoStart command": true Admin Only Commands /HeavyCargoStart /HeavyCargoStop Hooks void HeavyCargoShipEventStarted() void HeavyCargoShipEventStopped() Discord: cahnu
    $19.99
1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.7k

Files Sold

Total number of files sold.

2m

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.