插件介绍
全民免费、开放竞技场、投票武器、投票场地
Battlefield can be used alone with EventManager or with any other plugins.Using it with EventManager will allow you to switch between the events periodically and continuously.
Reneb], the original author of this plugin
主要用途
主要用于活动事件、娱乐玩法、gamemode、duel等服务端功能。 本插件由 VisEntities 发布,当前目录记录版本为 v1.0.4,uMod 累计下载 5,876 次。
适用场景
- PVE、活动服或任务玩法服务器
- 希望改善玩家交互与日常体验的社区服务器
功能分类
查看 uMod 官方英文简介
Free for All, Open Arena, Vote Weapons, Vote Grounds
指令说明
/ground xxallows players to vote for a new battlefield ground.
/weapon xxallows players to vote for a new weapon kit.
/ground xxallows admins to set a new battlefield ground.
/weapon xxallows admins to set a new weapon kit.
相关依赖
- Event Manager
- Zone Manager
配置说明
{ "Battlefield - Default Ground": "shortrange", "Battlefield - Default Weapon Kit": "assault", "Battlefield - Event - Name": "Battlefield", "Battlefield - Grounds": { "longrange": { "kits": [ "sniper", "pistols" ], "spawnfile": "longrangespawnfile", "zone": "BattlefieldGround2" }, "shortrange": { "kits": [ "pistols", "assault" ], "spawnfile": "shortrangespawnfile", "zone": "BattlefieldGround1" } }, "Battlefield - Start - Health": 100.0, "Battlefield - Vote - % needed to win": 60, "Messages - Error - Not joined": "You must be in the battlefield to vote", "Messages - Error - Not Selected": "Battlefield isn't currently launched", "Messages - Error - Not Started": "You need to wait for the Battlefield to be started to use this command.", "Messages - Error - Vote - Ground Already This One": "The current ground is already {0}.", "Messages - Error - Vote - Ground Doesnt Exist": "This battlefield ground doesn't exist.", "Messages - Error - Vote - Weapon Already This One": "The current weapon is already {0}.", "Messages - Error - Vote - Weapon Doesnt Exist": "This weapon kits doesn't exist in this battleground.", "Messages - Kill": "{0} killed {2}. ({1} kills)", "Messages - Open Broadcast": "In Battlefield, it's a free for all, the goal is to kill as many players as possible!", "Messages - Vote - Grounds - New": "︻┳═一 New ground is now: {0}", "Messages - Vote - Grounds - Show Avaible List": "{0} - {1} votes", "Messages - Vote - Grounds - Show Avaible Title": "︻┳═一 Battlefield Grounds Avaible 一═┳︻ Votes required for an item: {0}", "Messages - Vote - Grounds - Show Votes": "┳═一 {0} has {1} votes", "Messages - Vote - Grounds - Voted": "You have voted for the ground: {0}.", "Messages - Vote - Weapons - New": "︻┳═一 New weapon kit is now: {0}", "Messages - Vote - Weapons - Show Avaible List": "{0} - {1} votes", "Messages - Vote - Weapons - Show Avaible Title": "︻┳═一 Avaible Weapon Kits For Current Ground 一═┳︻ Votes required for an item: {0}", "Messages - Vote - Weapons - Show Votes": "┳═一 {0} has {1} votes", "Messages - Vote - Weapons - Voted": "︻┳═一 You have voted for the weapon: {0}.", "Tokens - Per Kill": 1 }
官方配置示例
{
"Battlefield - Default Ground": "shortrange",
"Battlefield - Default Weapon Kit": "assault",
"Battlefield - Event - Name": "Battlefield",
"Battlefield - Grounds": {
"longrange": {
"kits": [
"sniper",
"pistols"
],
"spawnfile": "longrangespawnfile",
"zone": "BattlefieldGround2"
},
"shortrange": {
"kits": [
"pistols",
"assault"
],
"spawnfile": "shortrangespawnfile",
"zone": "BattlefieldGround1"
}
},
"Battlefield - Start - Health": 100.0,
"Battlefield - Vote - % needed to win": 60,
"Messages - Error - Not joined": "You must be in the battlefield to vote",
"Messages - Error - Not Selected": "Battlefield isn't currently launched",
"Messages - Error - Not Started": "You need to wait for the Battlefield to be started to use this command.",
"Messages - Error - Vote - Ground Already This One": "The current ground is already {0}.",
"Messages - Error - Vote - Ground Doesnt Exist": "This battlefield ground doesn't exist.",
"Messages - Error - Vote - Weapon Already This One": "The current weapon is already {0}.",
"Messages - Error - Vote - Weapon Doesnt Exist": "This weapon kits doesn't exist in this battleground.",
"Messages - Kill": "{0} killed {2}. ({1} kills)",
"Messages - Open Broadcast": "In Battlefield, it's a free for all, the goal is to kill as many players as possible!",
"Messages - Vote - Grounds - New": "︻┳═一 New ground is now: {0}",
"Messages - Vote - Grounds - Show Avaible List": "{0} - {1} votes",
"Messages - Vote - Grounds - Show Avaible Title": "︻┳═一 Battlefield Grounds Avaible 一═┳︻ Votes required for an item: {0}",
"Messages - Vote - Grounds - Show Votes": "┳═一 {0} has {1} votes",
"Messages - Vote - Grounds - Voted": "You have voted for the ground: {0}.",
"Messages - Vote - Weapons - New": "︻┳═一 New weapon kit is now: {0}",
"Messages - Vote - Weapons - Show Avaible List": "{0} - {1} votes",
"Messages - Vote - Weapons - Show Avaible Title": "︻┳═一 Avaible Weapon Kits For Current Ground 一═┳︻ Votes required for an item: {0}",
"Messages - Vote - Weapons - Show Votes": "┳═一 {0} has {1} votes",
"Messages - Vote - Weapons - Voted": "︻┳═一 You have voted for the weapon: {0}.",
"Tokens - Per Kill": 1
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由本站已校验的本地缓存提供作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。