- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
MagicSpells/技能书架
基础魔法。此魔法能够将书架(默认)创建为魔法书架。任何玩家右键魔法书架即可学会该法术(如果他们有学习权限的话)。
用法:将准星指至书架,执行/cast spellbook <魔法名> [使用次数]
。使用次数是可选的,如果没有此值,会使用配置文件里的default-uses
选项,如果为-1,则为无限次。
配置选项
选项 | 解释 | 默认值 |
---|---|---|
default-uses | How many uses a spellbook has if the uses option is left off. A value of -1 is infinite. | -1 |
destroy-when-used-up | Whether to remove the spellbook block (bookcase by default) when all of the uses are gone. | false |
spellbook-block | The block id to use for spellbooks. | 47 |
str-usage | Message that appears if the spell is used incorrectly. | Usage: /cast spellbook <spell> [uses] |
str-no-spell | Message that appears if the spell does not exist or if the caster does not know the spell. | You do not know a spell by that name. |
str-cant-teach | Message that appears if the caster does not have permission to teach the spell. | You can't create a spellbook with that spell. |
str-no-target | Message that appears if the caster does not target a spellbook block. | You must target a bookcase to create a spellbook. |
str-has-spellbook | Message that appears if the targeted spellbook block already has a spellbook. | That bookcase already has a spellbook. |
str-cant-destroy | Message that appears if a player attempts to destroy a spellbook. | You cannot destroy a bookcase with a spellbook. |
str-cant-learn | Message that appears if a player right-clicks on a spellbook but does not have the permission to learn the spell. | You cannot learn the spell in this spellbook. |
str-already-known | Message that appears if a player right-clicks on a spellbook but already knows the spell. | You already know the %s spell. |
str-learned | Message that appears when a player learns a spell from a spellbook. | You have learned the %s spell! |
举例
spellbook: spell-class: ".command.SpellbookSpell" name: spellbook description: Create a spellbook that teaches a spell. default-uses: -1 destroy-when-used-up: false spellbook-block: 47 str-use: "Usage: /cast spellbook <spell> [uses]" str-cast-self: You have created a spellbook with the %s spell. str-no-spell: You do not know a spell by that name. str-cant-teach: You can't create a spellbook with that spell. str-no-target: You must target a bookcase to create a spellbook. str-has-spellbook: That bookcase already has a spellbook. str-cant-destroy: You cannot destroy a bookcase with a spellbook. str-cant-learn: You cannot learn the spell in this spellbook. str-already-known: You already know the %s spell. str-learned: You have learned the %s spell!