• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“Magic/Vanity Items”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
第1行: 第1行:
 
Magic提供了一些自定义玩家法杖的设置项,默认被放在进度菜单中
 
Magic提供了一些自定义玩家法杖的设置项,默认被放在进度菜单中
  
* Appearances, via <code>appearanceshop</code>, allow players to change the look of their wand by changing the item used to represent it.
+
* Appearances【外观】, 通过 <code>appearanceshop</code>技能, 可以让玩家使用可代表它的物品修改法杖外观
* Colors, via <code>colorshop</code>, allow players to customize their wand colors. Colors are used in many spell effects, fireworks, and effect bubbles if enabled on a wand.
+
* Colors【颜色】, 通过<code>colorshop</code>技能, 允许玩家自定义法杖颜色。颜色对于许多效果、烟花、颜色气泡都有效,只需要法杖开启此功能、
* Effects, via <code>effectshop</code>, allow players to turn on particle or bubble effects that will show whenever their wand is held.
+
* Effects 【效果】, 通过<code>effectshop</code>技能, 允许玩家切换法杖上粒子和气泡等效果allow players to turn on particle or bubble effects that will show whenever their wand is held.
  
By default, players can unlock these options with [[SpellPoints|Spell Points]]. Once unlocked, players are free to change their customization options whenever they want via the <code>progressmenu</code> (right-click an enchant table with their wands).
+
默认地,玩家可以使用[[Magic/Spell Points|技能点]]解锁这些设置。一旦解锁,玩家就可以通过<code>progressmenu</code>(进度菜单,手持法杖右键附魔台) 随意自定义这些选项
  
== Donation Shops ==
+
== 捐赠商店 ==
  
 
[[File:https://i.imgur.com/cOd8Svz.png|thumb|none]]
 
[[File:https://i.imgur.com/cOd8Svz.png|thumb|none]]

2021年6月7日 (一) 21:01的版本

Magic提供了一些自定义玩家法杖的设置项,默认被放在进度菜单中

  • Appearances【外观】, 通过 appearanceshop技能, 可以让玩家使用可代表它的物品修改法杖外观
  • Colors【颜色】, 通过colorshop技能, 允许玩家自定义法杖颜色。颜色对于许多效果、烟花、颜色气泡都有效,只需要法杖开启此功能、
  • Effects 【效果】, 通过effectshop技能, 允许玩家切换法杖上粒子和气泡等效果allow players to turn on particle or bubble effects that will show whenever their wand is held.

默认地,玩家可以使用技能点解锁这些设置。一旦解锁,玩家就可以通过progressmenu(进度菜单,手持法杖右键附魔台) 随意自定义这些选项

捐赠商店

Since they are all EULA-compliant, these vanity items are a great way to bring in some donation money.

It is easy to disable the in-game purchases, by putting this in your spells.yml:

appearanceshop:
  parameters:
    cost_type: none

effectshop:
  parameters:
    cost_type: none

colorshop:
  parameters:
    cost_type: none

These items can then be unlocked by using commands, which should be supported by most donation shops such as BuyCraft.

Unlocking a Wand Appearance

mage setdata <player> wand_appearances.moon true

Appearances included in the survival configs:

  • moon
  • magicka
  • spire
  • claw
  • orb

Appearances obtained via rankup (student, apprentice, master, engineer, architect, conduit) can not be unlocked via commands without more advanced customization.

Unlocking Wand Effects

mage setdata <player> wand_effects.bubble true

Effects included in the survival configs:

  • bubble
  • halo
  • rainbow

Unlocking Wand Colors

mage setdata <player> wand_colors.red true

Colors included in the survival configs:

  • red
  • green
  • blue
  • lightblue
  • aqua
  • white
  • black
  • purple
  • yellow
  • orange
  • pink
  • magenta
  • gray
  • lightgray
  • brown
  • darkgreen