Jump to content

VinniTV's Wishlist

  1. More information about "Quarry Upgrades"

    $12.99

    Quarry Upgrades

    Upgrades the player placed mining quarry, turning them useful on your server.  


    Upgrade mining quarry speed, storage capacity, output multiplier & resources upgrades Get stones, metal ore, sulfur ore, HQM ore all from single quarry You can set a default value for the mining quarry from config You can enable/disable any features you want You can also remove and place it in another location with the attributes Option to keep attributes when removing the quarry Team options for individual quarry NOT SUPPORTED WITH PUMPJACK QUARRY
    quarryupgrades.admin - Requires for admin to interact with the quarry quarryupgrades.use - Quarry upgrade permission quarryupgrades.upgradebutton - Upgrade button permission (Enable from config) quarryupgrades.statusui - Status UI permission (Enable from config) quarryupgrades.removequarry - Requires to remove the placed quarry quarryupgrades.surveycheck - Survey charge permission shows if quarry placeable in that area (Right click with a survey charge item in active hand)


  2. More information about "Craft Panel"

    $15.00

    Craft Panel

    I present to you Craft Panel, an elegant and simple custom craft panel.
     
    Before starting:
    This mod works mainly with the help of other mods. Basically, the operation consists of configuring the necessary ingredients to obtain an item. Either by command of a third-party mod or a game item.
    Video
     
    The interface is based on three main blocks:
    List of items to craft. Currently, the maximum be recommended that it be 16 items available. Since there is currently no implemented page (it will come in the future). Central information panel. You can write a more complete title, assign a header image, set the Workbench requirement (whether it needs it or not), and set a description. Ingredients panel. Basically what players will need to craft each item.  
    Complete Configuration:
    From the configuration, you can adjust the name of the Panel, as well as the colors of the buttons and text. Effect Sounds. We have 3 sounds for Crafting time, page change, etc. You can choose to disable all sounds or manually change it to another. Add new Items easily with the example structure, just duplicate and customize. (Requires a bit of knowledge in mod setup.) Discount for VIPS. Set a permission for VIPS to get a discount that you set.  
    Permissions and Command:
    As a general rule, for players to have access to / craft, you must set the following permission: craftpanel.use
    Regardless of that general permission, you must assign the user permissions for each item. Example:
    craftpanel.rhib.use craftpanel.boat.use craftpanel.supercard.use ...  
    Future improvements:
    Pagination of Items. (Ready) Make the interface modular, so that only one part is recharged. (Ready) Add Crafting time? Leave me your suggestion for improvement. Finally, as a detail, currently this mod does not use Data file, perhaps in the future with some new feature this will be implemented.
     
    Config Example:
    { "Custom": { "Title": "Craft Panel", "ID Item Default": 1, "Show even if you don't have permissions (you won't be able to craft)": true, "Show button when opening Workbench": true, "Sound Effects": true, "Sound Prefab 1": "assets/prefabs/tools/keycard/effects/swipe.prefab", "Sound Prefab 2": "assets/bundled/prefabs/fx/build/promote_toptier.prefab", "Sound Prefab 3": "assets/prefabs/misc/xmas/presents/effects/wrap.prefab", "Permission Use /craft": "craftpanel.use", "Permission to show the Button in the Workbench": "craftpanel.btnworkbench", "Color Title": "1.00 1.00 1.00 0.43", "Color Button List": "0.3 0.40 0.3 0.60", "Color Title Item": "0.2 0.30 0.2 0.60", "Color Scrollbar": "0.15 0.25 0.15 0.8", "Color Button Craft": "0.80 1.00 0.50 0.10", "Color Background Panel": "0.2 0.23 0.2 0.40", "Color Text VIP": "0.90 0.80 0.04 1.00", "Color Text Amount": "1.00 1.00 1.00 1.00", "Color Text Amount VIP": "0.90 0.80 0.04 1.00", "GUI Button Close - Color": "0.90 0.20 0.20 0.50", "GUI Button Close - Font Size": 20, "GUI Button Close - AnchorMin": "0.45 0.7", "GUI Button Close - AnchorMax": "0.55 0.725", "Img Block Item": "https://img.rustspain.com/craftpanel/block.png" }, "Craft": [ { "ID": 1, "Enabled": true, "Short Name": "Recycler", "Full Name": "Recycler at Home", "Img Full": "https://i.imgur.com/wdVWxDB.jpg", "Img Icon": "https://i.imgur.com/Vgcfs3n.png", "Description": "Make your own recycler to install it on your base. You can collect it by hitting with the hammer.", "Description Font Size": 13, "Craft Result": { "Command (keep empty to create item)": "recycler.give {steamID}", "Shortname": "", "Name Default": false, "Amount": 0, "Skin ID": 0 }, "Permission Use": "craftpanel.recycler.use", "Permission VIP": "craftpanel.recycler.vip", "Permission No Cost": "craftpanel.recycler.nocost", "VIP discount: 10 = 10%": 10, "Require Workbench? 0 = NOT, 1 = Level 1,...": 2, "Items": [ { "Item": "metal.fragments", "Amount": 50000, "Skin ID": 0 }, { "Item": "metal.refined", "Amount": 300, "Skin ID": 0 }, { "Item": "gears", "Amount": 50, "Skin ID": 0 }, { "Item": "fuse", "Amount": 10, "Skin ID": 0 }, { "Item": "techparts", "Amount": 15, "Skin ID": 0 } ] }, { "ID": 2, "Enabled": true, "Short Name": "Mini Helicopter", "Full Name": "Mini Helicopter", "Img Full": "https://i.imgur.com/vnZND1c.jpg", "Img Icon": "https://i.imgur.com/qg9aIGz.png", "Description": "Because having your own Helicopters whenever you want is cool too.nCraft your Helis, put them away and take them out when you need them.", "Description Font Size": 13, "Craft Result": { "Command (keep empty to create item)": "portablevehicles.give {steamID} minicopter", "Shortname": "", "Name Default": false, "Amount": 0, "Skin ID": 0 }, "Permission Use": "craftpanel.miniheli.use", "Permission VIP": "craftpanel.miniheli.vip", "Permission No Cost": "craftpanel.miniheli.nocost", "VIP discount: 10 = 10%": 25, "Require Workbench? 0 = NOT, 1 = Level 1,...": 0, "Items": [ { "Item": "metal.fragments", "Amount": 5000, "Skin ID": 0 }, { "Item": "propanetank", "Amount": 10, "Skin ID": 0 }, { "Item": "gears", "Amount": 10, "Skin ID": 0 }, { "Item": "roadsigns", "Amount": 5, "Skin ID": 0 }, { "Item": "sheetmetal", "Amount": 10, "Skin ID": 0 } ] }, ... ] }  
  3. More information about "XFastButtons ( Custom Buttons )"

    $18.99

    XFastButtons ( Custom Buttons )

    XFastButtons -  custom buttons for your server.
    - Optimization of the interface for different monitor resolutions.
    -  Storing player data in - oxide/data/XDataSystem/XFastButtons
    - There is a lang ru/en/uk/es.
    - Sound effects when interacting with the menu.
    - Various settings for buttons. [ Font, Text, Command, Image, Color, Size, Coordinates, Parent Layer ]
    - A handy list of buttons under the slots.
    -  Easy and fast selection of coordinates. [ AnchorMin, AnchorMax, OffsetMin, OffsetMax ]
    - Customize the list of server images. [ For server logo, etc. ].
    - Customize the image list. [ For button creation by the player. ].
    - Customize the list of button colors. [ For button creation by the player. ].
    - The player can hide server/my buttons using the settings menu.
    - The player can create his own buttons and place them on the screen as he wishes.
    - Ability to limit the number of buttons created by a player.
    -  Ability to create buttons with commands (chat and console) that have multiple arguments. [ /kit vip, /home 1, /sethome 1 - etc. ]
    - Ability to edit already created buttons.
    - Ability to delete created buttons.
    - Ability to undo changes. [ Convenient preview while editing/creating a button. ].
    - Ability to create any number of server(admin) buttons by permissions.
    - Ability to hide/show buttons when the player interacts with containers or mounted prefabs(chair, transport, etc.) [ Configure in config. ].

    - By default, the plugin has a few customized buttons, a list of images, and a list of colors.
     
     
    Permissions
    xfastbuttons.settings - access to basic settings. xfastbuttons.use - access to create/edit/delete buttons. [ Regular players cannot create/edit/delete server(admin) buttons in any way! ] Config
    { "General setting": { "Maximum number of buttons a player can create": 6, "Maximum number of individual buttons a player can create": 5, "List of containers - buttons will react to open/close container. [ Leave the list empty to extend this to all containers. Or set null to disable this feature. ]": null, "List of mountable prefabs (chair, transport, etc) - buttons will react to interaction with the prefab. [ Leave the list empty to apply this to all prefabs. Or set null to disable this feature. ]": [ ......... ], "List of server buttons - [ You can only configure parameters - Text, Command, Color, Font ]": [ ......... ], "List of server buttons by permissions - [ You can only configure parameters - Text, Command, Color, Font ]": { ......... }, "List of individual server buttons - [ You can configure all parameters ]": [ ......... ], "List of individual server buttons by permissions - [ You can configure all parameters ]": { ......... } }, "GUI setting": { "Color_background_1": "0.517 0.521 0.509 1", "Color_background_2": "0.217 0.221 0.209 1", "Close button (icon) color": "1 1 1 0.75", "Server image list - [ These images are not available to players ]": { ......... }, "Image list - [ These images are available for players to select ]": { ......... }, "List of button colors": [ ......... ] } }
  4. More information about "Custom Buttons"

    $7.50

    Custom Buttons

    Create your own UI buttons for your rust server!
    Plugin comes with built ingame editor which makes creating proccess so much easier!
     
     

    • Features

    - Create as many buttons as you want.  
    - Attach Images or Text to buttons.
    - Set chat commands to each button.
    - UI Editor ingame
    - Toggle hide function to create small gui menu.


    • Commands

    • Permissions

    • Config Example

    • Cui Data Example


    Special thanks to @SinKohhfor contributing and testing plugin before release.  
     
  5. More information about "Notification System"

    $11.99

    Notification System

    Notification Systems is a versatile plugin designed to deliver messages directly to players on your server — even when they’re offline.
    Seamlessly integrate it into other plugins, such as Skill Tree, or trigger notifications manually through commands for complete flexibility.
    Each notification can include a custom title, message, and an optional redemption button, giving you the power to reward players with items, currency, points, or trigger client-side commands — all tailored to your server’s needs.
    The idea behind the plugin is to allow server owners to send critical information to players, with the option to run commands that target said players.
    For example, you can send a notification to all players that have joined your server (regardless of their online status), with a redemption button that will give each of them 500 scrap.
     
     

    The following commands can be run in your server console, or player console (with the notificationsystem.admin permission).
    The commands are broken up in 3 sections: Title, body, redemptions, each of which is differentiated using "[]".
    Parameters:
    Userid: target player's Steam64 id. Message icon id: the skin id that you want to appear on the notification list. Setting to 0 will default to the message item id icon. Message item id: the item image you want to appear on the notification list (-769647921 = skull.trophy). Setting to 0 will default o the config icon. Title: Must be formatted with square brackets and surrounded by quotation marks like so: "[Title here]" Body: Must be formatted the same way as the title, with square brackets and quotation marks, like so: "[description here]" Redemptions: Must also have the square brackets and quotation marks, but also allow for an optional parameter of running it as a server command or client command.
    Here is the formatting for running a server command: "[(inventory.giveto {id} scrap 500, true)]"
    Here is the formatting for running a client command: "[(chat.say "/sprize", false)]"
    Here is the formatting for running both: "[(inventory.giveto {id} scrap 500, true),(chat.say "/sprize", false)]"  
    Command: notification.add <userid> <message icon id> <message item id> "[Title]" "[Description]" "[(command1,bool:isServer)(command2,bool:isServer)]"
    Command: notification.all <message icon id> <message item id> "[Title]" "[Description]" "[(command1,bool:isServer)(command2,bool:isServer)]"
    Example of a full command:
     
    notification.add 123445667878213 "[Title goes here]" "[Here is my message, there are many others like it, but this is mine]" "[(inventory.giveto {id} scrap 500. true)]" notification.all "[Title goes here]" "[Here is my message, there are many others like it, but this is mine]" "[(inventory.giveto {id} scrap 500. true)]"  

    void AddAll(string title, string body, int itemID, ulong picID = 0, string sprite = null, List<(string, bool)> commands = null) void Add(ulong id, string title, string body, int itemID, ulong picID = 0, string sprite = null, List<(string, bool)> commands = null)  

2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.8k

Files Sold

Total number of files sold.

3m

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.