Jump to content

Death's Wishlist

  1. More information about "Discord Link"

    $19.99

    Discord Link

    Discord Link is a very simple, performant, and feature-rich Discord and Rust linking system. 2 Simple steps and a player can link to Discord!
    NO DISCORD.DLL!!

    FEATURES
    - NO DISCORD.DLL REQUIRED!!! - Link Rust and Discord accounts - Grant a role in discord and group in game for linked players - Soft unlinking (All past data on a user's account links will be forever stored) - 2 Way role syncing between rust to discord and discord to rust - Supports multi server linking - Booster perks for linked players boosting your discord - Steam to discord name syncing (Auto renames users in discord to their steam name) - Admin perms to unlink players - Search link commands in discord and in game to get who a player is linked to - Logs to discord when players link and unlink - Auto remove players from being linked when they leave the Discord - Syncing your old database files from steamcord, discord auth, or discord core PERMISSIONS
    discordlinkbot.search - ability to search players and use the UI

    The Plugin and Discord Bot both have very simple installations.
    We have included a readme.md file to make it even easier to setup!
    Need support or want updates about what is coming to the bot? Join the support discord here https://discord.gg/ZsRgCUNv2x

    This will require bot hosting to run the bot 24/7 since we do not use the Discord DLL therefore the server cannot host the bot.
    Thanks to @shady14u  for co-developing!!
     
     
  2. More information about "Canvas"

    $5.24

    Canvas

    Canvas  provides your server a new way to allow your community to connect or play against eachother in an art pixel war. This is heavily inspired by r/place.
     
    Features
    Large canvases that players in your server can draw on Three different types of pixel group-based payments for fresh or overtaking fees Group-based cooldowns for placing pixels Zooming in and out / scrolling capabilities, or coordinate inputs Pixels are registered per players that overtook them Pixel age tracking Exporting to Imgur or PNG in super-size resolutions (API optimal)   Next Update
    Multi-selection  support — for selective pixels exporting + API Custom empty-pixel background colors (dark/light mode or paper) Viewer settings — saved to file Timelapse support — record placed pixels + API Pixel notes — for any purchased pixels, you can leave notes More exporting options Roadmap
    Load in the actual 2022-edition r/place datasets into Canvas Add image loader into the Canvas Add private canvases, multiple global canvas pages and showcase lists Integrate export Canvases onto signs (can already do it by exporting the Canvas to Imgur, and using SignArtist to place it on) Pixel notes Live feed of other players' selected pixels  
    API
    byte [] ExportCanvas ( int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); // Exports PNG squared Canvas void UploadCanvasToImgur ( Action<string> onUpload, int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); void SetPixel ( int x, int y, string color, string note, ulong playerId ); // playerId can be 0 to anonymously set it void ClearPixel ( int x, int y ); void ApplyImage ( string url ); // Downloads and applies the pixels of an image - make sure it's the same resolution as the canvas byte [] ExportCanvas ( Canvas.Painting painting, int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); // Exports PNG squared Canvas void UploadCanvasToImgur ( Canvas.Painting painting, Action<string> onUpload, int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); void SetPixel ( Canvas.Painting painting, int x, int y, string color, string note, ulong playerId ); // playerId can be 0 to anonymously set it void ClearPixel ( Canvas.Painting painting, int x, int y ); void ApplyImage ( Canvas.Painting painting, string url ); // Downloads and applies the pixels of an image - make sure it's the same resolution as the canvas Configuration
    Permissions
    Canvas.use: To be able to call the  /canvas  and do any activity. Canvas.export: To be able to run the Export UI command and see the button on the Canvas.
  3. More information about "Dungeon Bases"

    $24.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. Procedurally generated dungeons are also now available (currently only in test mode)
     
    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_start <entrance name> <dungeon name> <X> <Y> <Z> - force an event to start using the specified entrance and dungeon at coordinates X Y Z (you can also specify the name of the entrance or dungeon <random>)
    dungbase_start <X> <Y> <Z> - force an event to start using a random entrance and dungeon at X Y Z coordinates.
    example: 
    dungbase_start #dung#entrance1 #dung#dungeon1 122.3 5.2 872 dungbase_start random #dung#dungeon3 dungbase_stop - force stop event
    dungbase_addblack <radius> - add a zone where dungeon spawning is not allowed
    dungbase_start - force start event
     
    Command to launch procedurally generated dungeons:
    example: 
    dungbase_start #dung#entrance1 procedural_hard - an event starts where the entrance is #dung#entrance1, and the dungeon is procedurally generated with the name of the tier hard dungbase_start random procedural_normal - an event starts where the entrance is randomly selected from a list of entrance names, and the dungeon is procedurally generated with the tier name normal dungbase_start random procedural_easy 100 6 84 - an event starts where the entrance is randomly selected from a list of entrance names, and a procedurally generated dungeon named easy is created at coordinates (100, 6, 84)  
    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, "Time before ownership is lost after leaving the server(in seconds)": 300, "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)": true, "Calculate the time until the next event only after the previous one has finished": 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, "List of NPC names": [ "Dungeon NPC", "Dungeon Keeper", "Dungeon guard" ], "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)": true, "Random order of choosing the entrance to the dungeon from the list (if false, will be selected in turn)": true, "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 before the event ends will a warning message be displayed to players": 300, "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, "Will autoturrets attack NPCs": false, "Save event data (If true, the event will be saved and will continue even if you restart the server or plugin. Disable this if you get lag when saving)": true, "SteamID for chat message icon": 0 } 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.
  4. More information about "Skinner"

    $24.99

    Skinner

    Premium Item Skinning ·  Oxide + Carbon SKINNER v3.1.6 Skin every item like it’s worth keeping — 60x faster, 200x leaner.
    The unrivalled no.1 performance skinning plugin. Skin any item in the game with a unique skinbox — live skinning, auto skinning, and skin sets.
    The numbers, not the noise Measured, not marketed
    Skinner 2.0 delivers unrivalled efficiency. In standard testing versus the closest performing plugin, runtime was 60x faster and memory use 200x more efficient.
    What’s new in 3.0 Skinner 3.0 is here — a full visual overhaul with dynamic, permission-based UI menus.
    ✓Visual overhaul with dynamic, permission-based UI menus ✓Automatic skin filtering and dev modes for the new TOS ✓Permission-based skin sets ✓Team-share skins ✓Auto-unlock owned skins Features Everything skinner does
    Live skinning Skin items in place without moving them. Auto import Automatically import and use all game-approved skins. Skin sets Create a variety of skin sets for any item. Skin requests Players request skins; admins approve them in game. Auto skins Apply selected skins to every item that enters your inventory. Team share Skin your whole team’s inventory from your own sets. See it running Live demo
    Live-skin any item in your inventory. Skin deployables you’re looking at. Commands Every command
    Skin menu
    /skin /s, /skinbox, /sb Live-skin any item in your inventory by picking a skin. /skincraft /sc Build skin sets used by the auto, team, and base commands. /skinitem /si, /skindeployed, /sd Skin a deployable you are looking at. Args: 1, 2 or 3 to use a skin set. Automatic
    /skincon /scon Skin every item in the container you are looking at. Args: 1/2/3 (optional). /skininv /sinv Skin every item in your inventory. Args: 1/2/3 (optional). /skinauto /sauto Auto-skin every item as it enters your inventory. Args: 1/2/3 (optional). /skinteam /st Skin your inventory and your team’s. Args: 1/2/3. Use /skinteam toggle to opt in or out. /skinbase /skinbuilding Skin all deployables in your base. Args: item filter, e.g. /skinbase sleepingbag. /skinall /sa Skin all items in every container in your base. Args: shortname, e.g. /skinall rifle.ak. /skinset /ss Set your currently selected skin set. Import & requests
    /skinimport /sip Import a custom workshop skin. Args: WorkshopID, e.g. /skinimport 2397648701. /colimport /cip Import a workshop collection. Args: Collection ID, e.g. /colimport 2921147807. /skinrequest /sr Request a skin be added — shows in the requests box. Args: WorkshopID. /skinrequests /srs Open the approval box. Try = copy the item, Approve = add the skin, Deny = remove it. Permissions Grant exactly what you want
    Player
    skinner.default /skin skinner.items /skinitem skinner.craft /skincraft skinner.skinauto /skinauto skinner.skincon /skincon skinner.skininv /skininv skinner.skinbase /skinbase skinner.skinteam /skinteam skinner.skinall /skinall skinner.skinrequest /skinrequest Admin
    skinner.import Enables /skinimport, /colimport, and /skinrequests. skinner.bypassauth Skips the building-auth check when using /skinitem. skinner.permskintry Enables Try in /skinrequests. Trying a skin copies the item — admins only. Auto-assigned
    skinner.skinautotoggled A player disables skinauto. skinner.skinteamblock A player opts out of team skins. Cooldowns Grant skinner.<command><seconds> (e.g. skinner.default30) to enforce the cooldowns set in the config. No cooldown permission = no cooldown. If a player has several, the shortest wins. Importing skins Five ways to add skins
    Via config Add workshop IDs to the Imported Skins List; reload and shortnames/display names auto-populate. Via collections Add whole workshop collection IDs; every skin imports automatically on load. Via commands /skinimport <WorkshopID> and /colimport <CollectionID> from chat, the F1 console, or RCON. Via skin requests Players /skinrequest; admins Try/Approve/Deny in the requests box. Requests log to a Discord webhook. From other plugins Convert data from SkinBox, xSkins, and SkinController with the SkinDataConverter tool, then paste into the config. Get the converter →   Configuration Tune every behaviour
    { "Auto import approved skins": true, "Remove player data after inactivity (days)": 14, "Apply names of skins to skinned items": true, "Add Search Bar UI": true, "Override spraycan behaviour": false, "Use spraycan effect when holding spraycan and skinning deployables": true, "Blacklisted Skins (skinID)": [], "Blacklisted Items (itemID)": [], "Import Skin collections (steam workshop ID)": [], "Imported Skins List": { "861142659": {}, "2617744110": {} } } Developer API Hook into Skinner
    A small, stable surface for reading the cached skin data and resolving redirect items from your own plugin.
    //Get all cached skins public Dictionary<int, List<ulong>> GetAllCachedSkins() => _cachedSkins; //Check if a skin is a redirect item public bool IsRedirectID(ulong uID) => HasMask(uID); //Convert a redirect ID to its item ID public int RedirectIDtoItemID(ulong uID) => (int)UnsetMask(uID); //Get the list of skins for an item public List<ulong>? GetSkinsItemList(int itemid) { _cachedSkins.TryGetValue(itemid, out List<ulong>? cachedSkins); return cachedSkins; } Watch See Skinner in action
    http://youtu.be/ewKlNILTwv8
    Skin every item like it’s worth keeping.
    The unrivaled no.1 performance skinbox for Rust — 60x faster, 200x leaner. Oxide + Carbon.
    Join the Discord → Skinner v3.1.6  ·  by Whispers88  ·  Oxide + Carbon  ·  5/5 from 50 reviews  ·  69 versions  ·  on Codefling since March 2022
  5. More information about "Death Modifier"

    $24.99

    Death Modifier

    Still using those old Restore Upon Death & Metabolism plugins? Well with death modifier you won't need those!
    For a price $ players can auto revive right where they left off inventory an all! Included with unlimited permissions, blacklist system, container limits, currency support & more!
     
    NOTES:
    1. This plugin as of 1.2.0 now supports carbon.
    2. Does not work while in vanish.
    3. Does not work with the plugin on umod called Corpse Location
    4. Toggling god mode on while at death screen will break the plugin for you.

    Features
    * Black List & Black list chat command for ban / unban of items. * Permission support ( requires a perm to use ). * Specified Containers via perms. * Charge Economics & Economics debt or Server-Rewards RP. * Respawns player at same location they died at. * Ability to control Metabolism on respawn. * Ability to allow players to set there own bed/bag spawn points. * If you don't have a permission it doesn't apply to you. * Currency response msg to player if it fails. * Help/info command. * If multiple permissions assigned it will default to first one in the config list they have. * You can create as many permissions as you want simply copy / paste the examples in the config to make more & edit. * Toggle on/off modes for players. * Capable of saving everything, including backpacks etc.  Commands
    Note: Running these commands bans & unbans everything in your whole inventory ( wear, belt, main ) /bl ban perm perm2 etc ( Specify which perms are allowed to bypass the item ban ) Admin Perm Needed. ( deathmodifier.admin ) /bl unban ( Removes all banned items in your inventory ) Admin Perm Needed. ( deathmodifier.admin ) /di ( Shows the players what their current permission settings are in chat ) /dt ( allows players to toggle off or on the auto revive system ) Note: This will reset to being on when you re-connect back to the server or reload the plugin or do a reboot.  
    Config
    { "Sets black-list command": [ "dmbl", "bl" ], "Sets help-info command": [ "deathinfo", "di" ], "Sets toggle command": [ "deathtoggle", "dt" ], "Kill Corpse when player uses a Death Modifier Respawn Option": true, "Sets how long until player's corpse De-Spawns, Default 300f (5-min), this affects how long they can AFK at death screen to use there respawn options.": 300.0, "Permissions": { "vip": { "Respawn Settings": { "Random Respawn or Spawn at Death Location, true = random": false, "Seconds for how long after respawn until you can take damage, 0 = disabled": 0, "Sets Respawn with death modifier cooldown in seconds, 0 = disabled": 0 }, "Sets allowed containers, Main = 0 | Belt = 1 | Wear = 2 | All = 3": [ 3 ], "Currency Settings": { "Sets default currency, 0 = disabled, 1 = Economics, 2 = ServerRewards": 0, "Sets price": 15.0, "Sets Increment penalty to apply only when they purchase a revive instead of adding for each death.": false, "Sets Increment penalty for quick repeated use, 0 = disabled": 5.0, "Resets Cost Increment after x seconds, 0 = disabled": 1800 }, "Sets Respawned Metabolism Level's": { "Enable Metabolism Modifications": true, "Sets Current Health: 0 = Random Health Level": 0.0, "Sets Max Health Level": 100.0, "Sets Current Water Hydration Level": 250.0, "Sets Max Water Hydration Level": 250.0, "Sets Current Hunger Level": 500.0, "Sets Max Hunger Level": 500.0 }, "Sets Allowed Respawn Options": { "SleepingBag": true, "Bed": false, "BeachTowel": false, "Camper": true }, "No Respawn Cool Downs": { "SleepingBag": true, "Bed": false, "BeachTowel": false, "Camper": false } }, "basic": { "Respawn Settings": { "Random Respawn or Spawn at Death Location, true = random": false, "Seconds for how long after respawn until you can take damage, 0 = disabled": 0, "Sets Respawn with death modifier cooldown in seconds, 0 = disabled": 0 }, "Sets allowed containers, Main = 0 | Belt = 1 | Wear = 2 | All = 3": [ 0, 2 ], "Currency Settings": { "Sets default currency, 0 = disabled, 1 = Economics, 2 = ServerRewards": 0, "Sets price": 15.0, "Sets Increment penalty to apply only when they purchase a revive instead of adding for each death.": false, "Sets Increment penalty for quick repeated use, 0 = disabled": 5.0, "Resets Cost Increment after x seconds, 0 = disabled": 1800 }, "Sets Respawned Metabolism Level's": { "Enable Metabolism Modifications": true, "Sets Current Health: 0 = Random Health Level": 0.0, "Sets Max Health Level": 100.0, "Sets Current Water Hydration Level": 250.0, "Sets Max Water Hydration Level": 250.0, "Sets Current Hunger Level": 500.0, "Sets Max Hunger Level": 500.0 }, "Sets Allowed Respawn Options": { "SleepingBag": false, "Bed": false, "BeachTowel": false, "Camper": false }, "No Respawn Cool Downs": { "SleepingBag": false, "Bed": false, "BeachTowel": false, "Camper": false } } }, "Black Listed Items with Skins and Permission bypass, use Commands to setup & update": {} }

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.8m
Total downloads
Customers
11.8k
Customers served
Files Sold
167.3k
Total sales
Payments
3.6m
Processed total
×
×
  • 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.