插件介绍
管理已放置的采石场
主要用途
主要用于quarry、pumpjack、quarries、block等服务端功能。 本插件由 发布,当前目录记录版本为 v2.0.3,uMod 累计下载 7,678 次。
适用场景
- 希望扩展原版服务器功能的服主
功能分类
查看 uMod 官方英文简介
Manage the quarry that has been has placed
权限节点
quarrymanager.use - Permission to use the commands /qm or /qm help
quarrymanager.teamshare - Permission to use the commands /qm team
quarrymanager.playershare - Permission to use the commands /qm add, /qm remove, /qm removeall, /qm list
quarrymanager.allowbypass - Permission to be able to bypass the static quarry dome for whoever is using it
quarrymanager.admin - Permission for admin
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
/qm h or /qm help - Shows other commands and help text
/qm t or /qm team - Enables/disables quarry team sharing
/qm a or /qm add - Adds a certain player to the quarry share list
/qm r or /qm remove - Removes a certain player from the quarry share list
/qm ra or /qm removeall - Removes all players from the share list
/qm l or /qm list - Lists all players in the share list
配置说明
{ "General Settings": { "Wipe Data on new save": true }, "Commands": { "Quarry Manager Command": "qm" }, "Chat Settings": { "Chat prefix": "QuarryLocker >>", "Chat prefix colour": "#FF6A13", "Chat icon": 0, "Quarry Share Messages": { "Print a message if team share is enabled": true, "Print a message if team share is disabled": true, "Print a message if a player is added to the share list": true, "Print a message if a player is removed to the share list": true, "Print a message if a player has activated a static quarry": true }, "RCON/Server Console Messages": { "Message the console if someone enables team share": false, "Message the console if someone disables team share": false, "Message the console if someone is added to the share list": false, "Message the console if a player is removed to the share list": false, "Message the console on static quarry lock activated": false } }, "Share Settings": { "Players can toggle other players quarries": false, "Lock quarry containers": false, "Team Sharing": { "Allow team to toggle the quarry": true, "Allow team to open the quarries containers": true }, "Individual Player Sharing": { "Allow added players to toggle the quarry": true, "Allow added players to open the quarries containers": true }, "Static Quarry Sharing": { "Enable static quarry lock": false, "Static Quarry Sharing": { "If the player leaves the dome unlock the static quarry": false } } } }
官方配置示例
{
"General Settings": {
"Wipe Data on new save": true
},
"Commands": {
"Quarry Manager Command": "qm"
},
"Chat Settings": {
"Chat prefix": "QuarryLocker >>",
"Chat prefix colour": "#FF6A13",
"Chat icon": 0,
"Quarry Share Messages": {
"Print a message if team share is enabled": true,
"Print a message if team share is disabled": true,
"Print a message if a player is added to the share list": true,
"Print a message if a player is removed to the share list": true,
"Print a message if a player has activated a static quarry": true
},
"RCON/Server Console Messages": {
"Message the console if someone enables team share": false,
"Message the console if someone disables team share": false,
"Message the console if someone is added to the share list": false,
"Message the console if a player is removed to the share list": false,
"Message the console on static quarry lock activated": false
}
},
"Share Settings": {
"Players can toggle other players quarries": false,
"Lock quarry containers": false,
"Team Sharing": {
"Allow team to toggle the quarry": true,
"Allow team to open the quarries containers": true
},
"Individual Player Sharing": {
"Allow added players to toggle the quarry": true,
"Allow added players to open the quarries containers": true
},
"Static Quarry Sharing": {
"Enable static quarry lock": false,
"Static Quarry Sharing": {
"If the player leaves the dome unlock the static quarry": false
}
}
}
}
{
"Info.Help": "\n /qm h | help - Provides the following commands: \n /qm t | team - Enable/Disable quarry team share. \n /qm a | add - Adds a certain player that can access your quarry \n /qm r | remove - Removes a certain added player that can access your quarry \n /qm ra | removeall - Removes all added players that can access your quarry \n /qm l | list - Lists all added players that can access your quarry",
"Info.TeamSharingEnabled": "Your team can now access your quarry",
"Info.TeamSharingDisabled": "Your team can no longer access your quarry",
"Info.AddedPlayer": "{0} Can now access your quarries",
"Info.RemovedPlayer": "{0} Can no longer access your quarries",
"Info.RemovedAllPlayers": "No one can access your quarries that you have added",
"Info.NoAddedPlayers": "There are no players to list since you have not added any yet",
"Info.ListCurrentPlayers": "Players that are added that can access your quarries:\n{0}",
"Info.StaticQuarryActivated": "No one can access this quarry unless you leave the dome or the quarries fuel runs out",
"Info.MessageRconOnTeamShareEnabled": "{0}, enabled team share!",
"Info.MessageRconOnTeamShareDisabled": "{0}, disabled team share!",
"Info.MessageRconOnPlayerAdded": "{0}, added {1}",
"Info.MessageRconOnPlayerRemoved": "{0}, removed {1}",
"Info.MessageRconOnStaticQuarryActivated": "The static quarry has been activated at: {0} by {1}",
"Warning.NoPermission": "You don't have the required permissions to use this command",
"Warning.UnableToFindPlayer": "Unable to find the player!",
"Warning.UnableToAddSelf": "You cannot add yourself",
"Warning.UnableToAccessContainer": "You cannot access this quarry, since you are not authorized on it",
"Warning.UnableToToggleEngine": "You are unable able to toggle {0}'s quarry",
"Warning.NoTeamFound": "You cannot use this command since you don't have a team"
}
更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由本站已校验的本地缓存提供作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。