Jump to content

Search the Community

Showing results for tags 'pickup'.

  • 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

Forums

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

Product Groups

  • Creator Services
  • Host Services

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 4 results

  1. Version 1.0.5

    8 downloads

    "Skin Popup & Command" enhances the item pickup experience by providing special notifications and commands for items with specific skins. The plugin offers a more immersive and interactive experience for players when they acquire skinned items in the game. Main Features: Custom Command Execution: The plugin will automatically execute predefined commands from the config (set by owner/admin) when players picks up the skinned items, allowing for instant activation of server events, announcements, and more. Customizable Popups: Create your own popup backgrounds using your own images (Currently is https://postimg.cc/8JZnvgvp). Plugin Integration: If you want a more visual creativity you can set the notification to use popular plugins such as UINotify, Notify, and Toastfy. This allows for more themed integration into your server. Easy Configuration: Customize your notification timing, message content, and popup amount through the config file (Example Below). Simple Notifications: If you do not want to use any fancy popup or Notification plugin you can simply just send the message to the chat. EXAMPLE CUSTOM CONFIG (NOT THE DEFAULT): { "Show notification via: TOASTIFY | NOTIFY | POPUP | CHAT": "POPUP", "Alert ID when using NOTIFY/UINotify?": 0, "Alert ID when using TOASTIFY?": "success", "Duration of alerts (ONLY FOR POPUP & TOASTIFY)?": 5.0, "POPUP Background Image URL": "https://i.postimg.cc/SR40wyNM/paper.png", "List of Skins": [ { "Skin ID?": 2420097877, "Item Name Used for Skin ID": "Cash", "How many Times to show alert?": 100, "Message on Special Item Skin Pickup?": "<color=black>Hey {player}, you just picked up some <color=orange>CASH</color>, use it to buy items and upgrades. Use your <color=orange>CASH</color> to upgrade your TC, BackPacks and much more!</color>", "Run a Command on pickup?": false, "If enable, what command to run?": null }, { "Skin ID?": 2834920066, "Item Name Used for Skin ID": "Epic Scrap", "How many Times to show alert?": 10, "Message on Special Item Skin Pickup?": "<color=white>Hey {player}, you just picked up some <color=orange>EPIC SCRAP</color>, use it to buy items and upgrades. Use your <color=orange>EPIC SCRAP</color> to upgrade your TC, BackPacks and much more!</color>", "Run a Command on pickup?": true, "If enable, what command to run?": "say This message was sent through console command, {player} after you picked up skin id:2834920066" } ], "Popup Co-ordinates": { "Anchor Min X": 0.78, "Anchor Max X": 0.98, "Anchor Min Y": 0.5, "Anchor Max Y": 0.62 } } Features to be implemented: Permissions Set Images per each skinned it popup
    $5.99
  2. Version 1.0.3

    70 downloads

    Spawn floating, rotating, collectable items. Includes instant-autoheal option for meds/foods, duration limit option for armour, and optional player UI to notify of heal amount and possession of temporary armour. Perfect addition to fast-paced arena games, but also useful for custom maps or placing health/armour perks around monuments. Permissions arenaitems.admin - allows use of UI and commands. Commands /arenaitems - Opens UI /arenaitems create <data-set-name> - Creates a new data set with your specified name. /arenaitems <data-set-name> add - Adds the item you're holding to the specified data set. *When adding an item, ammo type, attachments, skin, and ammo quantity are all recorded. UI options Buttons are included for : Loading/unloading of complete data sets. Deletion of data sets. Deletion of items. Replacement of items (with current held item) Adjustment of repsawn timer per-item, in seconds. Adjustment of item stack/ammunition amount, where applicable. Quitting the UI automatically reloads all items, applying new settings. Configuration "AutoHeal": true, Toggles between collect or instant use medical items. "AutoHealNotify": true, Notifies of collected item heal amount for 1 second via UI. "ArmourEffectDuration": 10, Select duration of armour perk. 0 means no limit is applied. "ArmourBoostNotify": true, Notifies if player has an armour perk which will expire. "RotateSpeed": 10, Adjust rotation speed of floating items. "FloatHeight": 0.6, Adjust elevation of floating items. "PickupDuplicateWeapons": false, Toggle whether player can pick up more than one of each weapon. "AllowPartialHeal": true, Toggle auto-use of medical items where item heal value exceeds player health defecit. "UiSettings": { "GuiTransparency": 0.9, "ButtonColour": "0.7 0.32 0.17 1" } This site has a handy colour picker, with RGBA decimal output, for CUI colours. Data. Item data is stored in /data/ArenaItems.json. Users should not need to manually edit this file – All options are adjustable via CUI. Notes. Item skins are saved and recalled. Water/fuel weapons work. Amounts are controlled in UI, the same as regular ammo. Ammo types are saved and recalled. (hv, incendiary, etc). Some game items, particularly ammo items, do not have a custom world models and will show as burlap bag. I recommend locating these ammo types close to their weapon spawns for clarity. Item axis have been manually adjusted to look right. If you notice any items which spin on the wrong axis or look out of place, please let me know. Finally, if you're a map-maker you might want to check out this free asset which compliments ArenaItems. Thanks to @Nemesis for creating and sharing.
    $25.00
  3. Version 2023.4.18.34

    114 downloads

    SAVE 10% WHEN BUYING THE BUNDLE This high performance patch will change the overall output rates of pickup, gather and quarries/excavator aka "Gather Manager". This is a standalone Harmony patch, Oxide installation is optional. Copy the Oxidation.Modded.X.dll file into your HarmonyMods folder and restart your server. At the first server start after installing the patch a new configuration file Oxidation.Modded.X.json will be created at the HarmonyMods folder. The following settings can be configured: Recycler tick rate (default: 5s) Research table speed (default: 10s) Crafting speed multiplier Vending machine buying speed Overall gather multiplier Overall pickup multiplier Overall quarry multiplier Overall excavator multiplier Overall trap multiplier It also supports setting unique output rates based on the Item's short name, example: "Excavator": { "*": 5.0, "hq.metal.ore": 1.0, "metal.ore": 2.5, "sulfur.ore": 1.0 } What is Harmony ? Harmony is a library for patching .NET code during runtime, it directly manipulates game code (CIL) without any additional abstraction layer such as Oxide. The direct patching of the game's byte code allows more performant modding as developers no longer need to rely on third party code, events or hooks to build custom functionality.
    $4.99
  4. Version 1.0.3

    286 downloads

    The resources that you pick up from the ground (the resource type is specified in the configuration) can give you any item that you specify in the configuration file Configuration file Setting from which selected item the item you specified will fall out Setting up the chance of falling out Setting the maximum number of dropped items Setting the minimum number of dropped items
    Free
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.5k

Files Sold

Total number of files sold.

1.5m

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.