- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
Citizens/角色/炼金术士
文件:Alchemist.png
Alchemist
作者 | aPunch |
版本 | 1.1 |
Citizens 版本 | 2.0 |
其它前置 | None |
下载地址 | Link |
描述: Customizable Potion Recipes
|
Alchemist is a Citizens 2.0 character trait that gives NPCs the ability to:
- Craft potions based on pre-defined recipes.
- Charge a fee for their service.
如何使用
General Information
Alchemists provide the ability to create custom recipes for potions. You can customize these recipes in the configuration file. A default recipe is provided as an example.
Keep in mind, there is no way to view an alchemist's current recipe ingredients using this plugin. This is intentional, as you, the server admin, should be allowed total freedom to decide how you display recipes. You could show the ingredients using signs, another plugin, or not at all.
交互
Right-clicking the alchemist with the proper ingredients will remove them from your hand and give them to the alchemist. Once the recipe has been completely fulfilled, the alchemist will drop a potion around it's location. If the user walks too far away, the alchemist will stop brewing the potion and any items that were given to it will be lost.
指令
To use alchemist commands, you must have an NPC selected and be the owner of that NPC. There are no permission nodes required for commands.
Alchemist Commands | |||||
---|---|---|---|---|---|
Command | Description | ||||
/alchemist help | 显示帮助菜单 | ||||
/alchemist recipe | 显示炼金配方 | ||||
/alchemist recipe [名称] | 显示一名炼金术士的配方. |
权限
To use alchemists, you only need one permission node. The permission node alchemist.interact allows a player to interact with an alchemist.
配置
The configuration file for Alchemists is found in /plugins/Alchemist/config.yml and is generated automatically when not present.
默认配置
Mouseover each section to view it's description.
# Alchemist Configuration recipes: default: result: effect: fire-resistance duration: 60 amplifier: 1 splash: false ingredients: '0': name: sugar amount: 1 '1': name: glass-bottle amount: 1 '2': name: wool amount: 1 data: 6 messages: initialization-message: <e>Hello there, <player>. Give me what I need and I will brew you a potion! success-message: <e>I have combined the ingredients to concoct a potion of <a><potion><e>. cooldown-not-expired: You've already had your turn. Come back later! cooldown-in-seconds: 60
可用效果名
- speed - 增加移速.
- slow - 降低移速.
- fast-digging - Increases dig speed.
- slow-digging - Decreases dig speed.
- increase-damage - 增加伤害.
- heal - Heals player instantly.
- harm - Harms player instantly.
- jump - Increases jump height.
- confusion - Warps vision on player's client.
- regeneration - Regenerates health.
- damage-resistance - Decreases damage dealt to the player.
- fire-resistance - Adds resistance to the effects of fire.
- water-breathing - Allows breathing underwater.
- blindness - Blinds the player.
- hunger - Increases hunger.
- weakness - Decreases damage dealt by player.
- poision - Deals damage to player over time.