免费插件

Easy Vote

轻松投票

Rust 服务器最可定制的投票插件

voting奖励

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

插件介绍

Rust 服务器最可定制的投票插件

Easy Vote is the most advanced vote plugin available. Everything can be customized without knowing anything about coding.

Please Note updating from v2.0.35 to v2.0.43 you will need to delete your oxide/lang/en/EasyVote.json and oxide/config/EasyVote.json to clear any ligering color codes

These are called "Commands" in config file!!!Also note that these are just CONSOLE COMMANDS, so you can make more by just add new line! Rename variable name and use it in Rewards.

主要用途

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

适用场景

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

功能分类

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

Most customizable vote plugin for Rust servers

权限节点

easyvote.use

Allows player to use the available chat commands

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

指令说明

/vote

Show vote link(s)

/claim

Claim vote reward(s)

/rewardlist

Display what reward(s) can get

相关依赖

  • Discord Messages
  • Easy Vote Highest Voter

配置说明

{ "Commands": { "money": "deposit {playerid} {value}", "oxidegrantgroup": "oxide.usergroup add {playerid} {value}", "oxidegrantperm": "oxide.grant user {playerid} {value}", "oxiderevokegroup": "oxide.usergroup remove {playerid} {value}", "oxiderevokeperm": "oxide.revoke user {playerid} {value}", "rp": "sr add {playerid} {value}", "tempaddgroup": "addgroup {playerid} {value} {value2}", "tempgrantperm": "grantperm {playerid} {value} {value2}", "zlvl-*": "zl.lvl {playerid} * {value}", "zlvl-c": "zl.lvl {playerid} C {value}", "zlvl-m": "zl.lvl {playerid} M {value}", "zlvl-s": "zl.lvl {playerid} S {value}", "zlvl-wc": "zl.lvl {playerid} WC {value}" }, "Discord": { "Discord webhook (URL)": "", "DiscordMessage Enabled (true / false)": "false", "Enable @here alert (true / false)": "false", "Title": "Vote" }, "Rewards": { "@": [ "supply.signal: 1", "zlvl-*: 1" ], "first": [ "oxidegrantperm: kits.starterkit" ], "vote10": [ "money: 1000", "rp: 50", "tempgrantperm: fauxadmin.allowed-5m" ], "vote3": [ "oxidegrantgroup: member" ], "vote6": [ "money: 500", "tempaddgroup: vip-1d1h1m" ] }, "Servers": { "ServerName1": { "Rust-Servers.net": "ID:KEY" }, "ServerName2": { "Rust-Servers.info": "ID:KEY" }, "ServerName3":{ "BestServers.com" :"ID:KEY" }, }, "Settings": { "Enable logging => oxide/logs/EasyVote (true / false)": "true", "Globally announcment in chat when player voted (true / false)": "true", "Prefix": "<color=#00ffff>[EasyVote]</color>", "Send thank you message to player who voted (true / false)": "true", "Vote rewards cumulative (true / false)": "false" }, "VoteSitesAPI": { "Rust-Servers.info": { "API Claim Reward (GET URL)": "https://api.rust-servers.info/votesclime/?key={0}&steamid={1}", "API Vote status (GET URL)": "https://api.rust-servers.info/votescheckclime/?key={0}&steamid={1}", "Vote link (URL)": "http://rust-servers.info/server/id-{0}.html" }, "Rust-Servers.net": { "API Claim Reward (GET URL)": "http://rust-servers.net/api/?action=custom&object=plugin&element=reward&key={0}&steamid={1}", "API Vote status (GET URL)": "http://rust-servers.net/api/?object=votes&element=claim&key={0}&steamid={1}", "Vote link (URL)": "http://rust-servers.net/server/{0}" }, "BestServers.com": { "API Claim Reward (GET URL)": "https://bestservers.com/api/vote.php?action=claim&key={0}&steamid={1}", "API Vote status (GET URL)": "https://bestservers.com/api/vote.php?action=status&key={0}&steamid={1}", "Vote link (URL)": "https://bestservers.com/server/{0}" } } }

官方配置示例

{
  "Commands": {
    "money": "deposit {playerid} {value}",
    "oxidegrantgroup": "oxide.usergroup add {playerid} {value}",
    "oxidegrantperm": "oxide.grant user {playerid} {value}",
    "oxiderevokegroup": "oxide.usergroup remove {playerid} {value}",
    "oxiderevokeperm": "oxide.revoke user {playerid} {value}",
    "rp": "sr add {playerid} {value}",
    "tempaddgroup": "addgroup {playerid} {value} {value2}",
    "tempgrantperm": "grantperm {playerid} {value} {value2}",
    "zlvl-*": "zl.lvl {playerid} *  {value}",
    "zlvl-c": "zl.lvl {playerid} C  {value}",
    "zlvl-m": "zl.lvl {playerid} M  {value}",
    "zlvl-s": "zl.lvl {playerid} S  {value}",
    "zlvl-wc": "zl.lvl {playerid} WC  {value}"
  },
  "Discord": {
    "Discord webhook (URL)": "",
    "DiscordMessage Enabled (true / false)": "false",
    "Enable @here alert (true / false)": "false",
    "Title": "Vote"
  },
  "Rewards": {
    "@": [
      "supply.signal: 1",
      "zlvl-*: 1"
    ],
    "first": [
      "oxidegrantperm: kits.starterkit"
    ],
    "vote10": [
      "money: 1000",
      "rp: 50",
      "tempgrantperm: fauxadmin.allowed-5m"
    ],
    "vote3": [
      "oxidegrantgroup: member"
    ],
    "vote6": [
      "money: 500",
      "tempaddgroup: vip-1d1h1m"
    ]
  },
  "Servers": {
    "ServerName1": {
      "Rust-Servers.net": "ID:KEY"
    },
    "ServerName2": {
      "Rust-Servers.info": "ID:KEY"
    },
    "ServerName3":{
      "BestServers.com" :"ID:KEY"
      },
  },
  "Settings": {
    "Enable logging => oxide/logs/EasyVote (true / false)": "true",
    "Globally announcment in chat when player voted (true / false)": "true",
    "Prefix": "<color=#00ffff>[EasyVote]</color>",
    "Send thank you message to player who voted (true / false)": "true",
    "Vote rewards cumulative (true / false)": "false"
  },
  "VoteSitesAPI": {
    "Rust-Servers.info": {
      "API Claim Reward (GET URL)": "https://api.rust-servers.info/votesclime/?key={0}&steamid={1}",
      "API Vote status (GET URL)": "https://api.rust-servers.info/votescheckclime/?key={0}&steamid={1}",
      "Vote link (URL)": "http://rust-servers.info/server/id-{0}.html"
    },
    "Rust-Servers.net": {
      "API Claim Reward (GET URL)": "http://rust-servers.net/api/?action=custom&object=plugin&element=reward&key={0}&steamid={1}",
      "API Vote status (GET URL)": "http://rust-servers.net/api/?object=votes&element=claim&key={0}&steamid={1}",
      "Vote link (URL)": "http://rust-servers.net/server/{0}"
    },
    "BestServers.com": {
      "API Claim Reward (GET URL)": "https://bestservers.com/api/vote.php?action=claim&key={0}&steamid={1}",
      "API Vote status (GET URL)": "https://bestservers.com/api/vote.php?action=status&key={0}&steamid={1}",
      "Vote link (URL)": "https://bestservers.com/server/{0}"
    }
  }
}
{
  "NoPermission": "You do not have permission to use this command!",
  "ClaimStatus": "<color=#00fff7>[{0}]</color> Checked {1}, Status: {2}",
  "ClaimError": "Something went wrong! Player <color=#ff0000>{0} got an error</color> from <color=#fffb00>{1}</color>. Please try again later!",
  "ClaimReward": "You just received your vote reward(s). Enjoy!",
  "ClaimPleaseWait": "Checking the voting websites. Please wait...",
  "VoteList": "You have voted <color=#fffb00>{1}</color> time(s)!\n Leave another vote on these websites:\n{0}",
  "EarnReward": "When you have voted, type <color=#fffb00>/claim</color> to claim your reward(s)!",
  "RewardListFirstTime": "<color=#00fff7>Reward for voting for the first time.</color>",
  "RewardListEverytime": "<color=#00fff7>Reward, which player will receive everytime they vote.</color>",
  "RewardList": "<color=#00fff7>Reward for voting</color> <color=#FFA500>{0}</color> <color=#00fff7>time(s).</color>",
  "Received": "You have received {0}x {1}",
  "ThankYou": "Thank you for voting! You have voted <color=#fffb00>{0}</color> time(s) Here is your reward for..\n{1}",
  "NoRewards": "You do not have any new rewards available\n Please type <color=#fffb00>/vote</color> and go to one of the websites to vote and receive your reward",
  "RemeberClaim": "You haven't claimed your reward from voting for the server yet! Use <color=#fffb00>/claim</color> to claim your reward!\n You have to claim your reward within <color=#fffb00>24h</color>! Otherwise it will be gone!",
  "GlobalChatAnnouncments": "<color=#fffb00>{0}</color><color=#00fff7> has voted </color><color=#fffb00>{1}</color><color=#00fff7> time(s) and just received their rewards. Find out where you can vote by typing</color><color=#fffb00> /vote</color>\n<color=#00fff7>To see a list of avaliable rewards type</color><color=#fffb00> /rewardlist</color>",
  "money": "<color=#fffb00>{0}$</color> has been desposited into your account",
  "rp": "You have gained <color=#fffb00>{0}</color> reward points",
  "tempaddgroup": "You have been temporality added to <color=#fffb00>{0}</color> group (Expire in {1})",
  "tempgrantperm": "You have temporality granted <color=#fffb00>{0}</color> permission (Expire in {1})",
  "zlvl-wc": "You have gained <color=#fffb00>{0}</color> woodcrafting level(s)",
  "zlvl-m": "You have gained <color=#fffb00>{0}</color> mining level(s)",
  "zlvl-s": "You have gained <color=#fffb00>{0}</color> skinning level(s)",
  "zlvl-c": "You have gained <color=#fffb00>{0}</color> crafting level(s)",
  "zlvl-*": "You have gained <color=#fffb00>{0}</color> in all level(s)",
  "oxidegrantperm": "You have been granted <color=#fffb00>{0}</color> permission",
  "oxiderevokeperm": "Your permission <color=#fffb00>{0}</color> has been revoked",
  "oxidegrantgroup": "You have been added to <color=#fffb00>{0}</color> group",
  "oxiderevokegroup": "You have been removed from <color=#fffb00>{0}</color> group"
}

更新日志

最新版本: v2.0.43
最后版本发布: 2021-03-17
最后更新(条目): 2026-08-27

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

安装方法

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

使用前注意

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

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