插件介绍
可定制的自定义制作 UI,允许管理员更改物品成分或添加新物品
Craft UI is a complete recreation of the stock Facepunch crafting UI using CUI. It allows admins to set the ingredient requirements of an item, block an item from being viewed in the UI, set the crafting rate of an item, rename and item, or change the icon of an item.
But why? Why use this plugin instead of the stock Facepunch crafting UI? The Facepunch crafting UI exists only on the clients machine. This means that, even if you change the ingredient requirements of an item on the server, the client will still only be able to craft that item for it’s default cost. The client’s UI does not know that the item’s cost was changed. Creating an entirely new crafting UI allows full customization of item costs.
CraftUI is still in an early development stage. I have done extensive testing but there may still be a few bugs. If you find anything that isn’t working correctly, if you have comments or suggestions, or if you think there may be some way we can collaborate please feel free to message me! I am warmly open to any criticism.
"Allow Old Crafting" - false disables crafting any item from the Facepunch Crafting UI, true enables crafting from the Facepunch Crafting UI. (Default false
主要用途
主要用于管理工具、制作、imported、unmaintained等服务端功能。 本插件由 发布,当前目录记录版本为 v1.2.92,uMod 累计下载 15,171 次。
适用场景
- 需要管理、审计或维护能力的服务器
- 需要调整建造、物品、制作或采集体验的服务器
功能分类
查看 uMod 官方英文简介
A customizable custom crafting UI, which allows admins to change item ingredients or add new item
指令说明
/craftuiLists all available commands
/craftui.add "amount" "Ingredient Name" "Item Name"Adds a given amount of ingredients to an itemExample: /craftui.add 25 "High Quality Metal" "Assault Rifle"
/craftui.remove "amount "Ingredient Name" "Item Name"Removes a given amount of ingredients from an itemExample: /craftui.remove 50 Wood Hammer
/craftui.ingredients "Item Name"Lists the ingredients required for an itemExample: /craftui.ingredients "Research Table"
/craftui.clearingredients "Item Name"Clears ALL ingredient requires for an itemExample: /craftui.clearingredients Rocket
/craftui.resetingredients "Item Name"Resets ingredients of an item to their defaultsExample /craftui.clearingredients "Rocket"
/craftui.block "Item Name"Blocks an item from being crafted AND VIEWED in the crafting UIExample: /craftui.block "Wooden Arrow"
/craftui.unblock "Item Name"Unblocks an item from being craftedExample: /craftui.unblock "Wooden Arrow"
/craftui.blockallBlocks ALL items from crafting
/craftui.unblockallUnblocks ALL items from crafting
/craftui.rename "Item Name" "New Name"Renames an item in the CUSTOM CRAFTING UI ONLYExample: /craftui.rename "Wooden Arrow" "Fire Arrows"
/craftui.description "Item Name" "New Description"Gives a custom description to an item in the CUSTOM CRAFTING UI ONLYExample: /crafui.description "Wood Arrow" "Bad ass Fire Arrows"
/craftui.seticon "Item Name" "URL"Sets the icon of an item in the CUSTOM CRAFTING UI ONLYExample: /craftui.seticon "Hide Boots" "http://www.somesite.com/myimage.png"
/craftui.category "Item Name" "Category Name"Sets the category of an item. (Ammunition, Construction, Items, etc.)Example: /craftui.category "Hide Boots" "Ammunition"
/craftui.saveSaves your current item changes (also done when plugin unloaded)
/craftui.loadLoads item data. Note: this will overwrite any unsaved changes
相关依赖
- Image Library
配置说明
"Allow Old Crafting" - false disables crafting any item from the Facepunch Crafting UI, true enables crafting from the Facepunch Crafting UI. (Default false
"Category Names" - A list of category names to display on the left side of the GUI. An items "category" field must match one of these category names in order to be displayed.
"Include Uncraftable Items" - true allows ALL items (bear meat, water, blood, components, etc) to be crafted by the player. These items all default to 0 ingredient cost and a 30s craft time. They will need to be individually set per the admin's desires. (Default: false)
"Item Icon Size" - The pixel size of items in the GUI. Larger will make items higher resolution but take longer to load. (Default 150)
"Open CraftUI Binding" - set a custom key to open CraftUI. When a player joins the server this key will be rebound to open the ui and reset to it’s default value when they leave the server. (Default "q")
"Item List" - These values will be automatically created after the plugin has been loaded at least once. It is a list of every item in the game and their custom names, descriptions, ingredients, craftrates, etc. Please make sure the plugin is UNLOADED before editing this list.
更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由本站已校验的本地缓存提供作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。