免费插件

Voter Rewards 可下载

选民奖励

奖励在 rust-servers.net 上为您的服务器投票的玩家

voting 奖励

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

插件介绍

奖励在 rust-servers.net 上为您的服务器投票的玩家

This plugin allows to to create rewards for players who vote for your server on www.rust-servers.net

Once you have loaded the plugin you must enter your rust-servers.net API key into the config. The plugin will unload itself if this remains empty!

You have the option to give RP (ServerRewards) or Coins (Economics) as well as items. When modifying or adding these packages be mindful of all symbol's and their places , . : { } \[ \]. If in doubt, you can run your configuration file through a validator such as jsonlint.com.

主要用途

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

适用场景

  • PVE、活动服或任务玩法服务器
  • 带经济、商店、礼包或奖励系统的服务器

功能分类

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

Rewards players who vote for your server on rust-servers.net

指令说明

/vote

Check for recent votes and awards player's "vote points"

/reward

Show the user's current "vote point" count and a list of available rewards

/reward <ID>

Claim the reward with the specified ID

相关依赖

  • Economics
  • Help Text
  • Server Rewards

配置说明

{ "Chat Commands": { "Chat Command - Reward Menu": "reward", "Chat Command - Vote Checking": "vote" }, "Messaging Options": { "Activate automated broadcasting": true, "Automated broadcast timer (minutes)": 30, "Message color (Primary)": "#ce422b", "Message color (Secondary)": "#939393" }, "Reward List": { "0": { "Reward Cost": 1, "Reward Items": [ { "Item Amount": 1, "Item Shortname": "supply.signal", "Item Skin ID": 0 } ], "Reward Money (Economics)": 0, "Reward RP (Server Rewards)": 0 }, "1": { "Reward Cost": 2, "Reward Items": [ { "Item Amount": 100, "Item Shortname": "hq.metal.ore", "Item Skin ID": 0 }, { "Item Amount": 150, "Item Shortname": "sulfur.ore", "Item Skin ID": 0 } ], "Reward Money (Economics)": 0, "Reward RP (Server Rewards)": 0 }, "2": { "Reward Cost": 3, "Reward Items": [], "Reward Money (Economics)": 0, "Reward RP (Server Rewards)": 200 } }, "Tracker Information": { "API Key": "", // API key for the chosen tracker "Points received per vote": 1, // Amount of points to receive per vote "Tracker type (TopRustServers, RustServers, Beancan)": "Beancan" // Here you can set the tracker type from the 3 options listed } }

官方配置示例


"1": { // This is the ID number of the reward. You can NOT have multiple packages with the same ID
      "CostToBuy": 2, // The amount of "vote points" this package is worth
      "EcoAmount": 0, // Amount of coins to give in this package
      "RewardItems": [ // The list of reward items
        {
          "Amount": 100, // Amount of the item
          "Shortname": "hq.metal.ore", // Shortname of the item
          "SkinID": 0 // Skin ID of the item
        }, // Note each item begins and ends with a curly brace, when there are more items after it will be followed by a comma
        {
          "Amount": 150,
          "Shortname": "sulfur.ore",
          "SkinID": 0
        }
      ],
      "RPAmount": 0 // Amount of RP to give in this package
    },

{
  "Chat Commands": {
    "Chat Command - Reward Menu": "reward",
    "Chat Command - Vote Checking": "vote"
  },
  "Messaging Options": {
    "Activate automated broadcasting": true,
    "Automated broadcast timer (minutes)": 30,
    "Message color (Primary)": "#ce422b",
    "Message color (Secondary)": "#939393"
  },
  "Reward List": {
    "0": {
      "Reward Cost": 1,
      "Reward Items": [
        {
          "Item Amount": 1,
          "Item Shortname": "supply.signal",
          "Item Skin ID": 0
        }
      ],
      "Reward Money (Economics)": 0,
      "Reward RP (Server Rewards)": 0
    },
    "1": {
      "Reward Cost": 2,
      "Reward Items": [
        {
          "Item Amount": 100,
          "Item Shortname": "hq.metal.ore",
          "Item Skin ID": 0
        },
        {
          "Item Amount": 150,
          "Item Shortname": "sulfur.ore",
          "Item Skin ID": 0
        }
      ],
      "Reward Money (Economics)": 0,
      "Reward RP (Server Rewards)": 0
    },
    "2": {
      "Reward Cost": 3,
      "Reward Items": [],
      "Reward Money (Economics)": 0,
      "Reward RP (Server Rewards)": 200
    }
  },
  "Tracker Information": {
    "API Key": "", // API key for the chosen tracker
    "Points received per vote": 1, // Amount of points to receive per vote
    "Tracker type (TopRustServers, RustServers, Beancan)": "Beancan" // Here you can set the tracker type from the 3 options listed
  }
}

更新日志

最新版本: v2.1.1
最后版本发布: 2021-03-13
最后更新(条目): 2026-08-23

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

安装方法

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

使用前注意

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

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