免费插件

Rust Kits

礼包系统

物品套件、自动套件、套件冷却时间等

imported物品奖励

原作者:k1lly0u · 查看 uMod 官方页面 ↗

插件介绍

物品套件、自动套件、套件冷却时间等

⚠ To make use of the automated skin filtering to comply with Facepunch's TOS you will need the Player DLC API plugin ⚠

Allow your players to redeem pre-made kits of items

Before starting, clear your inventory and use the admin menu to give yourself all the items you want in the kit.

主要用途

主要用于imported、物品、奖励等服务端功能。 本插件由 k1lly0u 发布,当前目录记录版本为 v4.4.9,uMod 累计下载 463,590 次。

适用场景

  • PVE、活动服或任务玩法服务器
  • 带经济、商店、礼包或奖励系统的服务器
  • 需要调整建造、物品、制作或采集体验的服务器

功能分类

imported物品奖励
查看 uMod 官方英文简介

Item kits, autokits, kit cooldowns, and more

权限节点

kits.admin Players with this permission can use the admin command functionality

授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke

指令说明

/kit Opens the kit menu

/kit <name> Used by player to claim the specified kit

/kit autokit Allows the player to toggle whether they recieve kits when spawning. This option must be enabled in the config

/kit help Show the help menu with all available commands

/kit list Show the full list of kit names

/kit add/kit new Start creating a new kit

/kit edit <kitname> Start editing a previously created kit

/kit remove <kitname>/kit delete <name> Delete the specified kit

/kit give <player name | player id> <kitname> Give the specified player the specified kit

/kit givenpc <kitname> Give the specified kit to the NPC you are currently looking at

/kit reset Reset all player kit usage data

/kit resetuses <player name | player id> <kitname> Reset the uses for the specified kit and player

kit list List all kits

kit remove <kitname>kit delete <kitname> Delete the specified kit

kit give <player name | player id> <kitname> Give the specified player the specified kit

kit reset Reset all player kit usage data

kit resetuses <player name | player id> <kitname> Reset the uses for the specified kit and player

相关依赖

  • Image Library
  • Copy Paste
  • Human NPC
  • Player DLC API
  • Chopper Survival
  • Custom Auto Kits
  • Discord Logger
  • Event Manager
  • Fancy Grenades
  • GUI Shop
  • Give
  • Jail
  • Murderers
  • No Escape
  • Paratroopers
  • Plagued NPCs
  • Raidable Bases
  • Random Kit
  • Rustcord
  • Server Rewards
  • Team Deathmatch
  • Vote For Money
  • Wipe Kits
  • Zone Manager

配置说明

{ "Kit chat command": "kit", "Currency used for purchase costs (Scrap, Economics, ServerRewards)": "Scrap", "Log kits given": false, "Wipe player data when the server is wiped": false, "Use the Kits UI menu": true, "Allow players to toggle auto-kits on spawn": false, "Show kits with permissions assigned to players without the permission": false, "Players with the admin permission ignore usage restrictions": false, "Autokits ordered by priority": [ "ExampleKitName", "OtherKitName" ], "Post wipe cooldowns (kit name | seconds)": { "ExampleKitName": 3600, "OtherKitName": 600 }, "Parameters used when pasting a building via CopyPaste": [ "deployables", "true", "inventories", "true" ], "UI Options": { "Panel Color": { "Hex": "#232323", "Alpha": 1.0 }, "Disabled Color": { "Hex": "#3e3e42", "Alpha": 1.0 }, "Color 1": { "Hex": "#007acc", "Alpha": 1.0 }, "Color 2": { "Hex": "#6a8b38", "Alpha": 1.0 }, "Color 3": { "Hex": "#d85540", "Alpha": 1.0 }, "Color 4": { "Hex": "#d08822", "Alpha": 1.0 }, "Default kit image URL": "https://chaoscode.io/oxide/Images/kiticon.png", "View kit icon URL": "https://chaoscode.io/oxide/Images/magnifyingglass.png" }, "Kit menu items when opened via HumanNPC (NPC user ID | Items)": { "0": { "The list of kits that can be claimed from this NPC": [ "ExampleKitName", "OtherKitName" ], "The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim" }, "1111": { "The list of kits that can be claimed from this NPC": [ "ExampleKitName", "OtherKitName" ], "The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim" } }, "Version": { "Major": 4, "Minor": 0, "Patch": 15 } }

官方配置示例

"Autokits ordered by priority": [
    "example1",
    "example2",
    "example3"
  ],
"Kit menu items when opened via HumanNPC (NPC user ID | Items)": {
    "0": {
      "The list of kits that can be claimed from this NPC": [
        "ExampleKitName",
        "OtherKitName"
      ],
      "The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim"
    },
    "1111": {
      "The list of kits that can be claimed from this NPC": [
        "ExampleKitName",
        "OtherKitName"
      ],
      "The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim"
    }
  },

更新日志

最新版本: v4.4.9
最后版本发布: 2026-06-04
最后更新(条目): 2026-07-19

本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面

安装方法

  1. 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
  2. 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
  3. 将 .cs 文件放入服务器的 oxide/plugins 目录。
  4. 观察服务端控制台,确认插件编译并成功加载。
  5. 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。

使用前注意

  • Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
  • 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
  • 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
  • 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
来源说明

中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。