免费插件

Server Rewards

服务器奖励

通过多种方式赚取奖励积分,并将其用于 GUI 奖励商店中的许多不同选项

奖励guipoints

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

插件介绍

通过多种方式赚取奖励积分,并将其用于 GUI 奖励商店中的许多不同选项

This command can be changed in the config file

All the store management is done via the user interface.

A 'ADMIN MODE' button will appear in the bottom left of the menu for users with auth level 2, or the serverrewards.admin permission.

主要用途

主要用于奖励、gui、points等服务端功能。 本插件由 k1lly0u 发布,当前目录记录版本为 v2.0.8,uMod 累计下载 111,398 次。

适用场景

  • PVE、活动服或任务玩法服务器
  • 带经济、商店、礼包或奖励系统的服务器
  • 希望改善玩家交互与日常体验的社区服务器

功能分类

奖励guipoints
查看 uMod 官方英文简介

Earn reward points in various ways and spend them on many different options in the GUI reward store

权限节点

serverrewards.admin - Required for players without auth level 2 (owners) to edit anything store related.

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

指令说明

/s - Opens the store. This command can be changed in the config file

相关依赖

  • Image Library
  • Economics
  • Human NPC
  • Player DLC API
  • Playtime Tracker
  • Rust Kits
  • Absolut Gifts
  • Airstrike
  • Barrel Points
  • Bounty
  • Craft Car Chassis
  • Custom Vending Setup
  • Dangerous Treasures
  • Duelist
  • Easy Research
  • Event Manager
  • Fancy Grenades
  • GUI Shop
  • Gather Rewards
  • Guess The Word
  • Hotel
  • Info Panel
  • Item Cost Calculator
  • Kill Streaks
  • Life Support
  • Magic Server Rewards Panel
  • NPC Vending Map Marker
  • NTeleportation
  • No Escape
  • Npc TP

配置说明

{ "Categories": { "Show items tab": true, "Show kits tab": true, "Show commands tab": true, "Show exchange tab": true, "Show transfer tab": true, "Show seller tab": true }, "Options": { "Open Store Command": "s", "Admin RP Command": "rp", "Only show/give players skins that they are allowed to use (requires PlayerDLCAPI)": true, "Log all transactions": true, "Use NPC dealers only": false, "Economics exchange rate (1 RP is worth this much Economics)": 1.0 }, "UI Options": { "Display user playtime": true, "Toast color (Normal)": { "Hex": "1F6BA0", "Alpha": 1.0 }, "Toast text color (Normal)": { "Hex": "D5EEFF", "Alpha": 1.0 }, "Toast color (Error)": { "Hex": "CD412B", "Alpha": 0.96 }, "Toast text color (Error)": { "Hex": "F7EBE1", "Alpha": 0.5 }, "Background color": { "Hex": "151515", "Alpha": 0.75 }, "Panel color (Primary)": { "Hex": "27241D", "Alpha": 0.9 }, "Panel color (Secondary)": { "Hex": "504D48", "Alpha": 0.2 }, "Scrollbar color (Background)": { "Hex": "171717", "Alpha": 1.0 }, "Scrollbar color (Handle)": { "Hex": "6F6B64", "Alpha": 0.25 }, "Scrollbar color (Highlight)": { "Hex": "6F6B64", "Alpha": 0.4 }, "Scrollbar color (Pressed)": { "Hex": "383838", "Alpha": 1.0 }, "Button color": { "Hex": "504D48", "Alpha": 0.2 }, "Button text color": { "Hex": "FFFFFF", "Alpha": 1.0 }, "Button color (Confirm)": { "Hex": "526334", "Alpha": 1.0 }, "Button text color (Confirm)": { "Hex": "B6F34A", "Alpha": 1.0 }, "Button color (Purchase)": { "Hex": "1F6BA0", "Alpha": 1.0 }, "Button text color (Purchase)": { "Hex": "D5EEFF", "Alpha": 1.0 }, "Button color (Reject)": { "Hex": "CD412B", "Alpha": 0.95 }, "Button text color (Reject)": { "Hex": "F7EBE1", "Alpha": 0.5 }, "Button color (Disabled)": { "Hex": "504D48", "Alpha": 0.2 }, "Button text color (Disabled)": { "Hex": "FFFFFF", "Alpha": 0.5 } }, "Version": { "Major": 2, "Minor": 0, "Patch": 0 } }

官方配置示例

$player.name - The purchasing players display name
$player.id - The purchasing players user ID
$player.x, $player.y, $player.z - The purchasing players world position
{
  "Categories": {
    "Show items tab": true,
    "Show kits tab": true,
    "Show commands tab": true,
    "Show exchange tab": true,
    "Show transfer tab": true,
    "Show seller tab": true
  },
  "Options": {
    "Open Store Command": "s",
    "Admin RP Command": "rp",
    "Only show/give players skins that they are allowed to use (requires PlayerDLCAPI)": true,
    "Log all transactions": true,
    "Use NPC dealers only": false,
    "Economics exchange rate (1 RP is worth this much Economics)": 1.0
  },
  "UI Options": {
    "Display user playtime": true,
    "Toast color (Normal)": {
      "Hex": "1F6BA0",
      "Alpha": 1.0
    },
    "Toast text color (Normal)": {
      "Hex": "D5EEFF",
      "Alpha": 1.0
    },
    "Toast color (Error)": {
      "Hex": "CD412B",
      "Alpha": 0.96
    },
    "Toast text color (Error)": {
      "Hex": "F7EBE1",
      "Alpha": 0.5
    },
    "Background color": {
      "Hex": "151515",
      "Alpha": 0.75
    },
    "Panel color (Primary)": {
      "Hex": "27241D",
      "Alpha": 0.9
    },
    "Panel color (Secondary)": {
      "Hex": "504D48",
      "Alpha": 0.2
    },
    "Scrollbar color (Background)": {
      "Hex": "171717",
      "Alpha": 1.0
    },
    "Scrollbar color (Handle)": {
      "Hex": "6F6B64",
      "Alpha": 0.25
    },
    "Scrollbar color (Highlight)": {
      "Hex": "6F6B64",
      "Alpha": 0.4
    },
    "Scrollbar color (Pressed)": {
      "Hex": "383838",
      "Alpha": 1.0
    },
    "Button color": {
      "Hex": "504D48",
      "Alpha": 0.2
    },
    "Button text color": {
      "Hex": "FFFFFF",
      "Alpha": 1.0
    },
    "Button color (Confirm)": {
      "Hex": "526334",
      "Alpha": 1.0
    },
    "Button text color (Confirm)": {
      "Hex": "B6F34A",
      "Alpha": 1.0
    },
    "Button color (Purchase)": {
      "Hex": "1F6BA0",
      "Alpha": 1.0
    },
    "Button text color (Purchase)": {
      "Hex": "D5EEFF",
      "Alpha": 1.0
    },
    "Button color (Reject)": {
      "Hex": "CD412B",
      "Alpha": 0.95
    },
    "Button text color (Reject)": {
      "Hex": "F7EBE1",
      "Alpha": 0.5
    },
    "Button color (Disabled)": {
      "Hex": "504D48",
      "Alpha": 0.2
    },
    "Button text color (Disabled)": {
      "Hex": "FFFFFF",
      "Alpha": 0.5
    }
  },
  "Version": {
    "Major": 2,
    "Minor": 0,
    "Patch": 0
  }
}

更新日志

最新版本: v2.0.8
最后版本发布: 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 官方页面为准。