自动工作台 (Automatic Crafting Table)
版本支持: 1.14.1 - 1.19.4
现在您可以在漏斗系统内自动制作物品了。
功能:
- 在漏斗系统中集成工作台,自动制作物品
- 支持自定义物品和配方
- PlaceholderAPI集成
- 配置文件
配置:
enabled: true crafting-table-ui-display: 'Automatic Crafting Table Recipe' crafting-table-timer: 4 crafting-table-visual-feedback-enabled: true crafting-table-sound-feedback-enabled: true separate-from-other-crafting-tables: false automatic-crafting-table-item-display: "&aAutomatic-Crafting-Table" automatic-crafting-table-item-lore: - "&eUse this Crafting Table in a " - "&ehopper system to automatically " - "&ecraft items"
字段“enabled”可以设置为true或false以启用或禁用插件。
字段“crafting-table-ui-display”是在您按住Shift键并左键点击工作台时打开的菜单名称。支持颜色代码。
字段“crafting-table-timer”表示您的工作台需要多长时间来制作物品。该数字以Minecraft刻表示,例如:20 Minecraft刻 = 1秒。
字段“crafting-table-visual-feedback-enabled”启用/禁用当物品被成功自动制作时产生的粒子效果。
字段“crafting-table-sound-feedback-enabled”启用/禁用当物品被成功自动制作时播放的声音。
字段“separate-from-other-crafting-tables”设置为true时,自动工作台将作为与普通工作台不同的物品。执行/dogetACT (player) (permission: act)以获取一个或赠送给其他玩家。
字段“automatic-crafting-table-item-display”是自动工作台物品的显示名称。
字段“automatic-crafting-table-item-lore”是自动工作台物品的描述。
用法:
只需按住Shift键并左键点击工作台,然后会弹出一个新菜单。
接下来,将物品放入菜单中,以制作任何您想要的配方(包括自定义配方)。
然后,将刚刚修改的工作台与漏斗系统连接起来(第一个漏斗必须放在工作台上,第二个漏斗必须朝除了工作台所在方向之外的任何其他方向)。例如:
+-------+ +-------+ | | | | | Hopper|->|Crafting| | | | Table | +-------+ +-------+
最后,只需将您需要制作配方的物品放入进入工作台的漏斗中,完成!您想要的物品将掉落到另一个漏斗中!
您也可以将多个漏斗朝向工作台。它们将与原料一起工作,以制作您想要的物品。
例如,一个漏斗有2根木棍,另一个漏斗有3颗钻石用于制作钻石镐,这样也可以!
权限:
代码
PlaceholderAPI:
“automaticcraftingtableTables” 返回注册了多少个工作台的整数。
“automaticcraftingtableUsedRecipes” 返回所有已使用插件自动制作的物品的字符串。
收录