Jump to content

Search the Community

Showing results for tags 'kit'.

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

  1. Amino

    Kit Controller

    Version 2.0.6

    216 downloads

    Kit Controller is a simple, amazing kit system! Easily create kits, redeem kits, and edit kits all within the amazing UI! FEATURES - Instantly import your old kits data from the UMod Rust Kits plugin with the /convertkits command! - Effortlessly design kits directly within the user interface, streamlining the creation process. - Experience convenience with automatic kit allocation upon player spawn, ensuring immediate readiness. - Organize kits into distinct categories for easy navigation and selection. - Change the quantity of an item in a kit right from the kit edit page - Put a price on kits to allow them to be purchased (Supports RP, Economics, and Items for currency) - Kit admin commands for giving kits, deleting kits, and clearing user data. - Edit kits without the hassle of keybind adjustments or movement interruptions. - Automatically purge player data with each server wipe, maintaining optimal performance. - Customize kit accessibility with cooldowns, maximum redemption limits, and permission-based controls. - Choose to display kits universally or exclusively to players with specific permissions. - Utilize the Kit Viewer for comprehensive insights into each kit's contents. - Easily identify weapon attachments included in each kit. - Personalize the kits panel with an image slot at the bottom, perfect for promotional material like VIP kit discounts. COMMANDS AND PERMISSIONS /kit or /kits - Configurable in the config /kitadmin /kitadmin give /kitadmin delete /kitadmin reset - kitcontroller.admin - kitcontroller.<> - You can set permissions for auto kits and normal kits, these permissions will be what you set them to Need support or want updates about what is coming to the plugin? Join the support discord here https://discord.gg/RVePam7pd7
    $19.99
  2. Mevent

    Kits

    Version 1.2.16

    2,446 downloads

    Unique kit system with the highest possible functionality and beautiful design. This will please you (no need to sit in the config every time and try to fill in some incomprehensible values, etc.), and your players (convenient, clear and informative interface). You just start editing items directly in the game) and your players (comfortable, clear, informative interface). Features: Beautiful user interface Performance Setup kits and items immediately in the game Auto kits Auto wipe (optional) Can give custom items Can give commands Advanced item settings Work with CopyPaste Delay after wipe (optional) Block of receiving a set in Building Block (optional) Logging (optional) Chances of kit items (optional) Skills support Commands kit (open interface) kit help (get help with kits) kit autokit (enable/disable autokit) kit list (get a list of available kits) kit [name] (get the kit) kits.resetkits (delete all kits) kits.give [name/steamid] [kitname] (give the player a kit) kits.convert (convert from umod Kits) kits.wipe (wipe players data) Hooks private string[] canRedeemKit(BasePlayer player) private void OnKitRedeemed(BasePlayer player, string kitName) private double OnKitCooldown(BasePlayer player, double cooldown) API private bool TryClaimKit(BasePlayer player, string name, bool usingUI) private string[] GetAllKits() private object GetKitInfo(string kitname) private string[] GetKitContents(string kitname) private double GetKitCooldown(string kitname) private double PlayerKitCooldown(ulong ID, string kitname) private int KitMax(string kitname) private double PlayerKitMax(ulong ID, string kitname) private string KitImage(string kitname) private bool IsKit(string kitname) private bool isKit(string kitname) private void GetKitNames(List<string> list) private double GetPlayerKitCooldown(ulong userId, string name) private double GetPlayerKitCooldown(string userId, string name) private void SetPlayerCooldown(ulong userId, string name, int amount) private int GetPlayerKitUses(ulong userId, string name) private int GetPlayerKitUses(string userId, string name) private void SetPlayerKitUses(ulong userId, string name, int amount) private JObject GetKitObject(string name) private int GetKitMaxUses(string name) private string GetKitDescription(string name) private string GetKitImage(string name) private bool GiveKit(BasePlayer player, string name, bool usingUI) private bool HasKitAccess(string userId, string name) private int GetPlayerKitAmount(string userId, string name) Video FAQ Q: Where can I see an example of a config? A: Config Q: Where can I see an example of a data? A: Data Q: I have a question/problem. What should I do? A: You can write to me in a PM on the site, create a ticket. Or write me in Discord: Mevent#4546 Q: Does the Kits plugin support other plugins? A: Yes, this Kits plugin has an API similar to other popular kits plugins. If the plugin works with Kits - it works with this plugin too. Q: How do I enable the sale of kits? A: You need to configure the plugin economy (which plugin, its hooks, etc.), enable "Enable sale" in the Kits data (oxide/data/Kits/Kits.json or carbon/data/Kits/Kits.json) and set the price to "Selling price" "Enable sale": true, "Selling price": 100, Q: How do I use Economics to pay for kits? A: Example configuration settings: "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance", "ShortName": "", "Display Name (empty - default)": "", "Skin": 0 }, Q: How do I use ServerRewards to pay for kits? A: Example configuration settings: "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "ServerRewards", "Balance add hook": "AddPoints", "Balance remove hook": "TakePoints", "Balance show hook": "CheckPoints", "ShortName": "", "Display Name (empty - default)": "", "Skin": 0 }, Q: How do I use scrap to pay for kits? A: Example configuration settings: "Economy": { "Type (Plugin/Item)": "Item", "Plugin name": "", "Balance add hook": "", "Balance remove hook": "", "Balance show hook": "", "ShortName": "scrap", "Display Name (empty - default)": "", "Skin": 0 }, Q: How do I resize the kit image? A: You can do this in the config, here's an example of the image setup (-32 and 32 are width, and -75 and -11 are height "Image Settings": { "AnchorMin": "0.5 1", "AnchorMax": "0.5 1", "OffsetMin": "-32 -75", "OffsetMax": "32 -11" }, Q: How can I remove the numbers on the kits ("#1", "#2", etc.)? A: You need to turn off "Show Number?" in the config: "Show Number?": false, Q: How do I make it so that others can see kits with different permissions without being able to claim them? A: You need to turn off "Show All Kits?" in the config: "Show All Kits?": true, Q: Where can I edit the names in the plugin or add my own language? A: You can edit lang files that are located (for example) at "oxide/lang/en/Kits.json" or "carbon/lang/en/Kits.json".
    $34.95
  3. Version 2.0.1

    61 downloads

    This is a large kit of elevated railway parts for you to use to easily add railways to any map with all parts socket snapping into place its easy as 1 2 3 Parts available in single and twin railway lines. Took me so much time to make am happy its finally released. See Videos Below ElevatedRailway3x3 End ElevatedRailway3x9 ElevatedRailway3x18 ElevatedRailway 3x36 Siding With Spawn ElevatedRailway3×36 Single 2 Twin ElevatedRailway3x36 ElevatedRailway3x72 Siding ElevatedRailwayBend45 ElevatedRailwaySleft3x27 ElevatedRailway Smooth Incline Bottom ElevatedRailway Smooth Incline Full ElevatedRailway Smooth Incline Top ElevatedRailway Sight 3x27 ElevatedRailwayStation ElevatedRailway Steep Incline Bottom ElevatedRailway Steep Incline Full ElevatedRailway Steep Incline Top Twin ElevatedRailway 3x9 End Twin ElevatedRailway3x9 Twin ElevatedRailway 3x18 Twin ElevatedRailway3x36 Crossover Twin ElevatedRailway3x36 Twin ElevatedRailway 3x72 Siding Twin ElevatedRailway Bend45 Twin ElevatedRailway Smooth Incline Bottom Twin ElevatedRailway Smooth Incline Full Twin ElevatedRailway Steep Incline Bottom Twin ElevatedRailway Steep Incline Full Twin ElevatedRailway Steep Incline Top ElevatedRailway 3x9 End NoLeg ElevatedRailway 3x9 NoLeg ElevatedRailway 3x18 Noleg ElevatedRailway3x36 NoLeg ElevatedRailway Bend45 NoLeg ElevatedRailway Sleft 3x27 NoLeg ElevatedRailway Sight 3x27 NoLeg Twin ElevatedRailway 3x3 End NoLeg Twin ElevatedRailway 3x18 NoLeg Twin ElevatedRailway 3x36 Crossover Noleg Twin ElevatedRailway 3x36 NoLeg Twin ElevatedRailway Bend45 NoLeg ElevatedRailway Access Support ElevatedRailway Collapsed Support ElevatedRailway Dropped Support ElevatedRailway Side Cliff Support ElevatedRailway Standard Support
    $31.99
  4. Version 1.0.0

    1 download

    Fear of the deep sea? Now you can overcome it with this wonderful window to the ocean. Stand out on your server with Underwater Train Station, an underwater train station with access to the subway tunnel. - Contains: NPCS, Loot, Puzzles and a nice decoration. - Tip: You can remove the train tracks and put your own custom ones (Existing tracks can serve as a guide, or if you prefer you can keep them as they are fully functional).
    $12.90
  5. Version 1.2

    19 downloads

    For beginners and certified amateurs alike, setting up a Rust server can quickly become time-consuming. This is why we offer you our all-in-one server setup. With this, your server will be ready in 10 minutes. Documentation detailing the installation process is provided. It also includes explanations of the plugins as well as the steps to take if you wish to make changes. Perfect for your first Rust server. Server Features: 5x Gather Rates 5x Balenced Loot Table & StackSize 5x Recycler & Smelt Speed 5 Preconfigured Kits Custom WelcomePanel Custom Outpost (More recycler, vending machine, fourniture) Automatic Authorization Automated Events Permission Groups (default, VIP, Moderator & Admin) Daily Rewards SkinBox & BuildingSkin BGrade InstantCraft on basic items WorkBench extended to the base BluePrint Share NTeleportation No-Escape Trading + More! Plugins are not provided with this pack. You need to download them yourself. A document containing the main links is provided. However, you don't have to use all the plugins if you don't want to. For more information, visit our website.
    $5.49
  6. Version 1.2.21

    5,846 downloads

    Bundle of four addons made for Welcome Panel UI. All four addons including preset default config files as you see them on screenshots.
    $11.99
  7. Version 1.0.1

    19 downloads

    NPCKit is a Plugin made for any type of server pvp, pve or roleplay. With this Plugin you can create NPCs and add Kits to each of them as you like. They can be created with Clothing vanilla or skined and will wave to you, once you interact or leave the NPC. Each Kit can have its own cooldown and a default or Vip permission. Once a Kit is created you can delete it as well with the right permission, without deleting the whole NPC. You can also have unlimited Kits. If you create more then 4 kits, you will be able you navigate through multiple pages to see all the kitsyou created. Add as many NPC on you server as you like and give your players the ability to receive kits by interacting with one of your NPCs. All NPCs will also be displayed on the map with a shop marker. To interact with an NPC press the E key on your keyboard Whatch my showcase Video below to get a good starting point of my plugin. Check out my Discord to get even more help or request private plugins. Discord: https://discord.gg/jMfCUJd4eE Showcase video Permission createnpc - create an NPC and Kits (NOTE!: this is the Admin permission so only Admins should have it to create, delete NPCs/Kits) default - grand this permission to any player who will then be able to receive every kit with the default permission vip - grand this permission to any player who will then be able to receive every kit with the vip permission Chat Commands /createnpc - opens a panel to create the NPC (after that interact with the E key on your keyboard) Lang Files German and English translation included Config { "Use_MapMarker_For_NPC": true } Data File with all the NPC, kit and player information stored will be created
    $9.99
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.4k

Files Sold

Total number of files sold.

1.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.