插件介绍
具有一些操作和扩展下降的自定义收集
AdvanceGather diversifies the extraction of resources by players. It also implements a fruit collection system in the game, etc.
Under a facelift, new features and implementations coming soon.Version 2 will eventually be sorted out in a more orderly manner with a better updater function system.But for now this should do to get us functional again.
Version 2 has no Lang files and has no commands. It's all config based and uses the default rust ui system to display item deposits/drops
Note if after updating the plugin, your config contains null values you will most likely have to generate a new one.
主要用途
主要用于物品、采集、custom等服务端功能。 本插件由 Razor 发布,当前目录记录版本为 v2.0.4,uMod 累计下载 24,140 次。
适用场景
- 需要调整建造、物品、制作或采集体验的服务器
功能分类
查看 uMod 官方英文简介
Custom gathering with some actions and extension drop
权限节点
advancedgather.useRequired to affect the players
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
相关依赖
- Popup Notifications
配置说明
{ "Drop Sound Effect": "assets/bundled/prefabs/fx/notice/loot.drag.itemdrop.fx.prefab", "Enable Berry Drops from Hemp": true, "Enable Random Tree drop Items?": false, "Switch to direct inventory Drops?": false, "List of all chance modifiers": { "Enable Global Default Drop Chance?": true, "Global Default Drop Chance Value": 70, "Enable Time Modifier feature?": false, "Enable Tool Modifier feature?": false, "Tool Modifier bonous chance": 10, "Tool Item 1 shortname": "jackhammer", "Tool Item 2 shortname": "axe.salvaged", "Tool Item 3 shortname": "rock", "Enable Attire Modifier feature?": false, "Attire Modifier bonous chance": 10, "Attire Modifier Item ID": -23994173, "Enable Item Modifier feature?": false, "Item Modifier bonous chance": 10, "Item Modifier Item ID": -1651220691 }, "Random Item drops from Trees": [ { "Set Custom DisplayName": "Horse Poop", "Shortname": "horsedung", "Set Custom Skin Id": 0, "Minimum amount of random items to drop": 1, "Max amount of random items to drop": 3, "Rarity": 50.0 }, { "Set Custom DisplayName": "Poop Rock", "Shortname": "rock", "Set Custom Skin Id": 2039847176, "Minimum amount of random items to drop": 1, "Max amount of random items to drop": 3, "Rarity": 50.0 } ], "Get apples from Trees": { "Enable Apple Drops?": true, "Chance to drop any apples per hit": 30, "Chance it drops rotten apples": 20, "Minimum amount of Apples": 1, "Max amount of Apples": 3 }, "Berry types from Hemp": [ { "Set Custom DisplayName": "Red Berry", "Shortname": "red.berry", "Set Custom Skin Id": 0, "Minimum amount of Berries to drop": 1, "Max amount of Berries to drop": 3, "Rarity": 15.0 }, { "Set Custom DisplayName": "Blue Berry", "Shortname": "blue.berry", "Set Custom Skin Id": 0, "Minimum amount of Berries to drop": 1, "Max amount of Berries to drop": 3, "Rarity": 15.0 }, { "Set Custom DisplayName": "Green Berry", "Shortname": "green.berry", "Set Custom Skin Id": 0, "Minimum amount of Berries to drop": 1, "Max amount of Berries to drop": 3, "Rarity": 14.0 }, { "Set Custom DisplayName": "Yellow Berry", "Shortname": "yellow.berry", "Set Custom Skin Id": 0, "Minimum amount of Berries to drop": 1, "Max amount of Berries to drop": 3, "Rarity": 14.0 }, { "Set Custom DisplayName": "White Berry", "Shortname": "white.berry", "Set Custom Skin Id": 0, "Minimum amount of Berries to drop": 1, "Max amount of Berries to drop": 3, "Rarity": 14.0 }, { "Set Custom DisplayName": "Black Berry", "Shortname": "black.berry", "Set Custom Skin Id": 0, "Minimum amount of Berries to drop": 1, "Max amount of Berries to drop": 3, "Rarity": 14.0 }, { "Set Custom DisplayName": "Black Raspberries", "Shortname": "black.raspberries", "Set Custom Skin Id": 0, "Minimum amount of Berries to drop": 1, "Max amount of Berries to drop": 3, "Rarity": 14.0 } ], "Biofuel options": { "Enable Biofuel": true, "Biofuel Custom Name": "Biofuel", "Biofuel shortname": "lowgradefuel", "Set Custom Skin Id": 2501207890, "Pumpkins": { "Minimum amount of biofuel to drop": 1, "Max amount of biofuel to drop": 5, "Sets the chance of it dropping": 20.0 }, "PumpkinClones": { "Minimum amount of biofuel to drop": 1, "Max amount of biofuel to drop": 3, "Sets the chance of it dropping": 20.0 }, "Potatos": { "Minimum amount of biofuel to drop": 1, "Max amount of biofuel to drop": 8, "Sets the chance of it dropping": 20.0 }, "PotatoClones": { "Minimum amount of biofuel to drop": 1, "Max amount of biofuel to drop": 5, "Sets the chance of it dropping": 20.0 }, "Corns": { "Minimum amount of biofuel to drop": 1, "Max amount of biofuel to drop": 10, "Sets the chance of it dropping": 10.0 }, "CornClones": { "Minimum amount of biofuel to drop": 1, "Max amount of biofuel to drop": 8, "Sets the chance of it dropping": 10.0 } }, "Set times for optimal farming": [ { "After": 0.0, "Before": 4.0, "DropChanceBonous": 3 }, { "After": 8.0, "Before": 12.0, "DropChanceBonous": 5 }, { "After": 16.0, "Before": 20.0, "DropChanceBonous": 7 }, { "After": 20.0, "Before": 24.0, "DropChanceBonous": 10 } ] }
官方配置示例
{
"Drop Sound Effect": "assets/bundled/prefabs/fx/notice/loot.drag.itemdrop.fx.prefab",
"Enable Berry Drops from Hemp": true,
"Enable Random Tree drop Items?": false,
"Switch to direct inventory Drops?": false,
"List of all chance modifiers": {
"Enable Global Default Drop Chance?": true,
"Global Default Drop Chance Value": 70,
"Enable Time Modifier feature?": false,
"Enable Tool Modifier feature?": false,
"Tool Modifier bonous chance": 10,
"Tool Item 1 shortname": "jackhammer",
"Tool Item 2 shortname": "axe.salvaged",
"Tool Item 3 shortname": "rock",
"Enable Attire Modifier feature?": false,
"Attire Modifier bonous chance": 10,
"Attire Modifier Item ID": -23994173,
"Enable Item Modifier feature?": false,
"Item Modifier bonous chance": 10,
"Item Modifier Item ID": -1651220691
},
"Random Item drops from Trees": [
{
"Set Custom DisplayName": "Horse Poop",
"Shortname": "horsedung",
"Set Custom Skin Id": 0,
"Minimum amount of random items to drop": 1,
"Max amount of random items to drop": 3,
"Rarity": 50.0
},
{
"Set Custom DisplayName": "Poop Rock",
"Shortname": "rock",
"Set Custom Skin Id": 2039847176,
"Minimum amount of random items to drop": 1,
"Max amount of random items to drop": 3,
"Rarity": 50.0
}
],
"Get apples from Trees": {
"Enable Apple Drops?": true,
"Chance to drop any apples per hit": 30,
"Chance it drops rotten apples": 20,
"Minimum amount of Apples": 1,
"Max amount of Apples": 3
},
"Berry types from Hemp": [
{
"Set Custom DisplayName": "Red Berry",
"Shortname": "red.berry",
"Set Custom Skin Id": 0,
"Minimum amount of Berries to drop": 1,
"Max amount of Berries to drop": 3,
"Rarity": 15.0
},
{
"Set Custom DisplayName": "Blue Berry",
"Shortname": "blue.berry",
"Set Custom Skin Id": 0,
"Minimum amount of Berries to drop": 1,
"Max amount of Berries to drop": 3,
"Rarity": 15.0
},
{
"Set Custom DisplayName": "Green Berry",
"Shortname": "green.berry",
"Set Custom Skin Id": 0,
"Minimum amount of Berries to drop": 1,
"Max amount of Berries to drop": 3,
"Rarity": 14.0
},
{
"Set Custom DisplayName": "Yellow Berry",
"Shortname": "yellow.berry",
"Set Custom Skin Id": 0,
"Minimum amount of Berries to drop": 1,
"Max amount of Berries to drop": 3,
"Rarity": 14.0
},
{
"Set Custom DisplayName": "White Berry",
"Shortname": "white.berry",
"Set Custom Skin Id": 0,
"Minimum amount of Berries to drop": 1,
"Max amount of Berries to drop": 3,
"Rarity": 14.0
},
{
"Set Custom DisplayName": "Black Berry",
"Shortname": "black.berry",
"Set Custom Skin Id": 0,
"Minimum amount of Berries to drop": 1,
"Max amount of Berries to drop": 3,
"Rarity": 14.0
},
{
"Set Custom DisplayName": "Black Raspberries",
"Shortname": "black.raspberries",
"Set Custom Skin Id": 0,
"Minimum amount of Berries to drop": 1,
"Max amount of Berries to drop": 3,
"Rarity": 14.0
}
],
"Biofuel options": {
"Enable Biofuel": true,
"Biofuel Custom Name": "Biofuel",
"Biofuel shortname": "lowgradefuel",
"Set Custom Skin Id": 2501207890,
"Pumpkins": {
"Minimum amount of biofuel to drop": 1,
"Max amount of biofuel to drop": 5,
"Sets the chance of it dropping": 20.0
},
"PumpkinClones": {
"Minimum amount of biofuel to drop": 1,
"Max amount of biofuel to drop": 3,
"Sets the chance of it dropping": 20.0
},
"Potatos": {
"Minimum amount of biofuel to drop": 1,
"Max amount of biofuel to drop": 8,
"Sets the chance of it dropping": 20.0
},
"PotatoClones": {
"Minimum amount of biofuel to drop": 1,
"Max amount of biofuel to drop": 5,
"Sets the chance of it dropping": 20.0
},
"Corns": {
"Minimum amount of biofuel to drop": 1,
"Max amount of biofuel to drop": 10,
"Sets the chance of it dropping": 10.0
},
"CornClones": {
"Minimum amount of biofuel to drop": 1,
"Max amount of biofuel to drop": 8,
"Sets the chance of it dropping": 10.0
}
},
"Set times for optimal farming": [
{
"After": 0.0,
"Before": 4.0,
"DropChanceBonous": 3
},
{
"After": 8.0,
"Before": 12.0,
"DropChanceBonous": 5
},
{
"After": 16.0,
"Before": 20.0,
"DropChanceBonous": 7
},
{
"After": 20.0,
"Before": 24.0,
"DropChanceBonous": 10
}
]
}{
"Get apple from Tree": {
"Chance to drop any apples per hit": 3,
"Chance to drop rotten apple (Chance depend on chance)": 30
},
"Get biofuels from Corn": {
"biofuel Item": "lowgradefuel",
"Chance to get biofuel from corn": 8,
"Chance to get biofuel from planted corn": 65,
"Max amount": 3,
"Min amount": 2
},
"Get biofuels from Pumpkin": {
"biofuel Item": "lowgradefuel",
"Chance to get biofuel from planted pumpkin": 50,
"Chance to get biofuel from pumpkin": 5,
"Max amount": 8,
"Min amount": 4
},
"Get blueberries from Hemp": {
"berry Item": "blueberries",
"Chance to get berry from hemp": 10,
"Chance to get berry from planted hemp": 80,
"Max amount": 2,
"Min amount": 1
},
"Option": {
"Enable broadcast": true
}
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。