插件介绍
制作许多你无法制作和放置的有用预制件/物品
you might be able to use https://umod.org/plugins/player-dlc-api to filter the items if you want to use this for your game but i havent checked if it works or not, so test it yourself if your going to use it... im not impressed with facepunch trying to shovel this load onto the devs when they could handle the re-check internally through the client.
主要用途
主要用于craft、制作、build、建筑等服务端功能。 本插件由 Judess69er 发布,当前目录记录版本为 v0.3.71,uMod 累计下载 10,574 次。
适用场景
- 需要调整建造、物品、制作或采集体验的服务器
- 希望改善玩家交互与日常体验的社区服务器
功能分类
查看 uMod 官方英文简介
Craft many useful prefabs/items that you couldn't otherwise craft and place
权限节点
extendedcrafting.allowPermission for crafting with recipe
extendedcrafting.freePermission to craft the item for free
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
/recycler.craftto craft a Recycler
/furnace.craftto craft a Indoor Large Furnace (can be placed on foundation blocks)
/refinery.craftto craft a Indoor Oil Refinery (can be placed on foundation blocks)
/waterpump.craftto craft a Deepsea/Inland Water Pump (allows water to be pumped at sea and inland)
/waterwell.craftto craft a Water Well (Hand Powered Water Pump)
/hobobarrel.craftto craft a Hobobarrel
/smr.craftto craft a Small Modular Nuclear Reactor a self powered electrical source with 3, 100 power outputs
/townsign1.craftto craft a
/townsign2.craftto craft a
/shredder.craftto craft a Car Shredder (Warning is a permanent prefab CANNOT PICKUP place carefully)
/pumpjack.craftto craft a Pumpjack
/quarry.craftto craft a Mining Quarry
/nfurnace.craftto craft a Large Furnace
/npot.craftto craft a Single Plant Pot
/nplanter1.craftto craft a Small Planter Box
/nplanter2.craftto craft a Triangle Planter Box
/nplanter3.craftto craft a Large Planter Box
/nplanter4.craftto craft a Bath Tub Planter
/nplanter5.craftto craft a Minecart Planter
/nplanter6.craftto craft a Triangle Rail Road Planter
/nplanter7.craftto craft a Rail Road Planter
/ncomposter.craftto craft a Composter
/nwaterbarrel.craftto craft a Water Barrel
/nhitch.craftto craft a Hitch and Trough
/ncoop.craftto craft a Chicken Coop
/nbeehive.craftto craft a Beehive
/nfireplace.craftto craft a Stone Fireplace
/nguntrap.craftto craft a Shotgun Trap
/nflameturret.craftto craft a Flame Turret
/ngong.craftto craft a New Year Gong
/ntower.craftto craft a Watch Tower
/ntree.craftto craft a Christmas Tree
/nadvent.craftto craft a Advent Calendar
/nthrone.craftto craft a Ice Throne
/npool.craftto craft a Paddling Pool
/ntarget.craftto craft a Reactive Target
/nsnowman.craftto craft a Snowman
/nsnowmachine.craftto craft a Snow Machine
/ncandycane.craftto craft a Giant Candy Decor
/nlollipop.craftto craft a Giant Lollipop Decor
/ncoffin.craftto craft a Coffin Chest
/ncauldron.craftto craft a Cursed Cauldron
/nfogger.craftto craft a Fogger-3000
/ngravestone.craftto craft a Gravestone
/nlargecandle.craftto craft a Large Candle Set
/nsmallcandle.craftto craft a Small Candle Set
/nspookyspeaker.craftto craft a Spooky Speaker
/nstrobelight.craftto craft a Strobe Light
/nwoodcross.craftto craft a Wooden Cross
/nskullspikes.craftto craft a Skull Spikes
/nscarecrow.craftto craft a Scarecrow
/npumpkinlantern.craftto craft a Carvable Pumpkin
/nlanternangry.craftto craft a Jack O Lantern Angry
/nlanternhappy.craftto craft a Jack O Lantern Happy
/neggred.craftto craft a Rustigé Egg - Red
/neggblue.craftto craft a Rustigé Egg - Blue
/neggpurple.craftto craft a Rustigé Egg - Purple
/neggivory.craftto craft a Rustigé Egg - Ivory
/negggreen.craftto craft a Rustigé Egg - Green
/neggwhite.craftto craft a Rustigé Egg - White
/neggcerulean.craftto craft a Rustigé Egg - Cerulean
/npaintabletarget.craftto craft a Paintable Reactive Target
/clanbanner.craftitem name appears as "Clan Banner" and banner can be picked up by owner
/divingmask.craftto craft a Diving Mask
/wetsuit.craftto craft a Diving Wetsuit
/divingtank.craftto craft a Diving Tank
/divingfins.craftto craft a Diving Fins
/spacesuit.craftto craft a Spacesuit
/scientistsuit.craftto craft a Blue Scientist Suit
/peacekeepersuit.craftto craft a Green Scientist Suit
/heavyscientistsuit.craftto craft a Heavy Scientist Suit
/clatterhelmet.craftto craft a Clatter Helmet
/tacgloves.craftto craft a Tactical Gloves
/frogboots.craftto craft a Frog Boots
/partyhat.craftto craft a Party Hat
/nomadsuit.craftto craft a Nomad Suit
/arcticsuit.craftto craft a Arctic Suit
/cctv.craftto craft a CCTV Camera
/diesel.craftto craft a Diesel Barrel
/rope.craftto craft a Rope
相关依赖
- Electric Generator Tweaker
- Junkyard Shredder
- LandLord
- Pets
- Recycle Modifier
- Vehicle License
- Water Well Manager
- Water Works
- Other Building Health
配置说明
"Recycler Config Settings": { "craft": { "items": [ { "shortname": "scrap", "amount": 500, "skin": 0 }, { "shortname": "metal.fragments", "amount": 5000, "skin": 0 }, { "shortname": "metal.refined", "amount": 50, "skin": 0 }, { "shortname": "gears", "amount": 10, "skin": 0 } ], "enabled": true // Enable or disable the crafting of the item }, "destroy": { "effects": [ "assets/bundled/prefabs/fx/item_break.prefab", "assets/bundled/prefabs/fx/impacts/stab/rock/stab_rock_01.prefab" ], "give": true, "ground": true }, "pickup": { "enabled": true, "owner": true, "privilege": true }, "item": { "shortname": "box.repair.bench", "amount": 1, "skin": 1594245394 }, "prefab": "assets/bundled/prefabs/static/recycler_static.prefab", "itemname": "Recycler", "command": "recycler.craft", "land": false, "distance": 0.0 },
https://www.corrosionhour.com/rust-item-list/
https://www.corrosionhour.com/rust-prefab-list/
官方配置示例
"Recycler Config Settings": {
"craft": {
"items": [
{
"shortname": "scrap",
"amount": 500,
"skin": 0
},
{
"shortname": "metal.fragments",
"amount": 5000,
"skin": 0
},
{
"shortname": "metal.refined",
"amount": 50,
"skin": 0
},
{
"shortname": "gears",
"amount": 10,
"skin": 0
}
],
"enabled": true // Enable or disable the crafting of the item
},
"destroy": {
"effects": [
"assets/bundled/prefabs/fx/item_break.prefab",
"assets/bundled/prefabs/fx/impacts/stab/rock/stab_rock_01.prefab"
],
"give": true,
"ground": true
},
"pickup": {
"enabled": true,
"owner": true,
"privilege": true
},
"item": {
"shortname": "box.repair.bench",
"amount": 1,
"skin": 1594245394
},
"prefab": "assets/bundled/prefabs/static/recycler_static.prefab",
"itemname": "Recycler",
"command": "recycler.craft",
"land": false,
"distance": 0.0
},更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。