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

Magic/Vanity Items

来自Minecraft插件百科
炫宙菌讨论 | 贡献2021年5月29日 (六) 16:23的版本 (创建页面,内容为“Magic comes with several options for customizing player wands, which by default are built into the progress menu. * Appearances, via <code>appearanceshop</code>, al…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Magic comes with several options for customizing player wands, which by default are built into the progress menu.

  • Appearances, via appearanceshop, allow players to change the look of their wand by changing the item used to represent it.
  • Colors, via colorshop, allow players to customize their wand colors. Colors are used in many spell effects, fireworks, and effect bubbles if enabled on a wand.
  • Effects, via effectshop, 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 Spell Points. Once unlocked, players are free to change their customization options whenever they want via the progressmenu (right-click an enchant table with their wands).

Donation Shops

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