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

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

来自Minecraft插件百科
跳转至: 导航搜索
捐赠商店
 
(未显示同一用户的6个中间版本)
第8行: 第8行:
  
 
== 捐赠商店 ==
 
== 捐赠商店 ==
[[文件:Donation Shops.png|900px|thumb|left|捐赠商店]]
+
[[文件:Donation Shops.png|900px|thumb|center|捐赠商店]]
  
 
由于符合EULA的要求,这些酷炫物品可作为一个绝佳的捐赠方式
 
由于符合EULA的要求,这些酷炫物品可作为一个绝佳的捐赠方式
第27行: 第27行:
 
这些物品可用指令关闭,大多数捐赠商店都支持,如BuyCraft<br/>
 
这些物品可用指令关闭,大多数捐赠商店都支持,如BuyCraft<br/>
  
== Unlocking a Wand Appearance ==
+
== 解锁一个法杖的外观 ==
  
<code>mage setdata &lt;player&gt; wand_appearances.moon true</code>
+
<code>/mage setdata &lt;player&gt; wand_appearances.moon true</code>
  
Appearances included in the survival configs:
+
在生存配置中就有法杖的外观如:
  
 
* moon
 
* moon
第39行: 第39行:
 
* orb
 
* orb
  
Appearances obtained via rankup (student, apprentice, master, engineer, architect, conduit) can not be unlocked via commands without more advanced customization.
+
通过进阶获得的外观(student【学生】, apprentice【学徒】, master【大师】, engineer【工程师】, architect【建造者】, conduit【贯通者】) 就不能用指令解锁更多高级自定义了
  
== Unlocking Wand Effects ==
+
== 解锁一个法杖的特效 ==
  
<code>mage setdata &lt;player&gt; wand_effects.bubble true</code>
+
<code>/mage setdata &lt;player&gt; wand_effects.bubble true</code>
  
Effects included in the survival configs:
+
在生存配置中同样已经包含了几种:
  
 
* bubble
 
* bubble
第51行: 第51行:
 
* rainbow
 
* rainbow
  
== Unlocking Wand Colors ==
+
== 解锁法杖颜色 ==
  
<code>mage setdata &lt;player&gt; wand_colors.red true</code>
+
<code>/mage setdata &lt;player&gt; wand_colors.red true</code>
  
Colors included in the survival configs:
+
在生存配置中同样已经包含了几种颜色:
  
 
* red
 
* red

2021年6月7日 (一) 22:52的最新版本

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(进度菜单,手持法杖右键附魔台) 随意自定义这些选项

捐赠商店

捐赠商店

由于符合EULA的要求,这些酷炫物品可作为一个绝佳的捐赠方式

在游戏中如需禁用也容易,只需要把以下内容放到spells.yml:

appearanceshop:
  parameters:
    cost_type: none

effectshop:
  parameters:
    cost_type: none

colorshop:
  parameters:
    cost_type: none

这些物品可用指令关闭,大多数捐赠商店都支持,如BuyCraft

解锁一个法杖的外观

/mage setdata <player> wand_appearances.moon true

在生存配置中就有法杖的外观如:

  • moon
  • magicka
  • spire
  • claw
  • orb

通过进阶获得的外观(student【学生】, apprentice【学徒】, master【大师】, engineer【工程师】, architect【建造者】, conduit【贯通者】) 就不能用指令解锁更多高级自定义了

解锁一个法杖的特效

/mage setdata <player> wand_effects.bubble true

在生存配置中同样已经包含了几种:

  • bubble
  • halo
  • rainbow

解锁法杖颜色

/mage setdata <player> wand_colors.red true

在生存配置中同样已经包含了几种颜色:

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