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

Difference between revisions of "Citizens/编辑器"

From Minecraft插件百科
Jump to: navigation, search
(创建页面,内容为“Editors are used to further edit NPCs in easy ways. These are things considered too complex to require just commands to edit. In all editors, you must type the assoc...”)
 
 
Line 1: Line 1:
Editors are used to further edit NPCs in easy ways. These are things considered too complex to require just commands to edit. In all editors, you must type the associated command once to enter the editor, and again to exit it. '''You can only be in one editor at a time.'''
+
编辑器可以使编辑NPC更加轻松.这些内容比较复杂,但只需要输入命令即可编辑.<br>
 +
在所有的编辑器中,你必须输入特定命令才能进入编辑器, 再次输入这个命令来退出. '''你一次只能使用一个编辑器.'''
  
 
==文本编辑器==
 
==文本编辑器==
Command: /npc text
+
指令: /npc text
 
<br><br>
 
<br><br>
Editing a NPC's text is simple. Follow the in-game directions to add, edit, and remove text from NPCs. A NPC being a "random-talker" means that it will repeat random phrases from its list of text. If "random" is false, it will loop through the text linearly. Changing its close-talker setting by typing "close" will toggle whether a NPC talks when a player comes within 5 blocks. If close is false, the NPC will only talk when it is clicked with the configurable talk-item. If close is true, it will only talk when a player comes near.
+
编辑NPC的文本很简单. Follow the in-game directions to add, edit, and remove text from NPCs. A NPC being a "random-talker" means that it will repeat random phrases from its list of text. If "random" is false, it will loop through the text linearly. Changing its close-talker setting by typing "close" will toggle whether a NPC talks when a player comes within 5 blocks. If close is false, the NPC will only talk when it is clicked with the configurable talk-item. If close is true, it will only talk when a player comes near.
  
 
'''Note that players need the citizens.npc.talk permission to hear NPCs!'''
 
'''Note that players need the citizens.npc.talk permission to hear NPCs!'''
  
Important note: Type 'exit' in chat to close the editor!
+
注意: 在聊天框内输入 'exit' 即可退出编辑器!
  
Also see [[Text Syntax]]
+
Also see [[Citizens/文本用法 |文本用法]]
  
 +
你也可以使用[[CitizensText]]
 
==路径点编辑器==
 
==路径点编辑器==
Command: /npc path
+
指令: /npc path
 
<br><br><br>
 
<br><br><br>
See the [[Waypoints]] page for more information.
+
查看 [[Citizens/路径点 |路径点]].
  
==Equipment Editor==
+
==装备编辑器==
Command: /npc equip
+
指令: /npc equip
 
<br><br><br>
 
<br><br><br>
Equipment is things like armor, held-items, and other visible features on NPCs. Only some NPC types can have their equipment edited.
+
编辑NPC的装备. 只有少数生物类型的NPC可以佩戴装备.
  
===Generic===
+
===通用编辑器===
With the new mob equipment updating in 1.4.5, any mobs not listed here will default to the Human equipping style. Note that the equipment may not display properly on all mobs as some do not support it.
+
自从1.4.5更新了新的怪物装备后,任何未在这里列出的怪物都可以像人类一样佩戴装备. 但是这些装备不会在怪物身上显示.
  
===热呢李 (普通 NPCs)===
+
===人类 (普通NPC)===
Human NPCs can have their armor and held item modified. To give armor to a NPC, right-click one with armor in your hand. The armor is placed on the NPC's body. Any item or armor that was previously on a NPC will be removed and dropped to the ground. To place armor in a NPC's hand, ''crouch'' and right-click. To clear all items, right-click the NPC with no items in your hand.
+
人形NPC可以佩戴装备和携带物品. 手持装备并右击NPC即可给NPC佩戴装备. Any item or armor that was previously on a NPC will be removed and dropped to the ground. To place armor in a NPC's hand, ''crouch'' and right-click. To clear all items, right-click the NPC with no items in your hand.
  
 
===末影人===
 
===末影人===
Enderman NPCs can have their carried material modified. The only valid materials that an enderman can hold are blocks - most items do not appear on the client. Note that certain "utility" blocks such as sign posts, silverfish blocks, etc. ''do not'' appear on the client either. Click with no items in your hand to remove blocks from the enderman NPC.
+
末影人NPC可以手持不同的方块. The only valid materials that an enderman can hold are blocks - most items do not appear on the client. Note that certain "utility" blocks such as sign posts, silverfish blocks, etc. ''do not'' appear on the client either. Click with no items in your hand to remove blocks from the enderman NPC.
  
 
===羊===
 
===羊===

Latest revision as of 15:56, 25 November 2018

编辑器可以使编辑NPC更加轻松.这些内容比较复杂,但只需要输入命令即可编辑.
在所有的编辑器中,你必须输入特定命令才能进入编辑器, 再次输入这个命令来退出. 你一次只能使用一个编辑器.

文本编辑器

指令: /npc text

编辑NPC的文本很简单. Follow the in-game directions to add, edit, and remove text from NPCs. A NPC being a "random-talker" means that it will repeat random phrases from its list of text. If "random" is false, it will loop through the text linearly. Changing its close-talker setting by typing "close" will toggle whether a NPC talks when a player comes within 5 blocks. If close is false, the NPC will only talk when it is clicked with the configurable talk-item. If close is true, it will only talk when a player comes near.

Note that players need the citizens.npc.talk permission to hear NPCs!

注意: 在聊天框内输入 'exit' 即可退出编辑器!

Also see 文本用法

你也可以使用CitizensText

路径点编辑器

指令: /npc path


查看 路径点.

装备编辑器

指令: /npc equip


编辑NPC的装备. 只有少数生物类型的NPC可以佩戴装备.

通用编辑器

自从1.4.5更新了新的怪物装备后,任何未在这里列出的怪物都可以像人类一样佩戴装备. 但是这些装备不会在怪物身上显示.

人类 (普通NPC)

人形NPC可以佩戴装备和携带物品. 手持装备并右击NPC即可给NPC佩戴装备. Any item or armor that was previously on a NPC will be removed and dropped to the ground. To place armor in a NPC's hand, crouch and right-click. To clear all items, right-click the NPC with no items in your hand.

末影人

末影人NPC可以手持不同的方块. The only valid materials that an enderman can hold are blocks - most items do not appear on the client. Note that certain "utility" blocks such as sign posts, silverfish blocks, etc. do not appear on the client either. Click with no items in your hand to remove blocks from the enderman NPC.

Sheep NPCs can have their wool color and sheared status modified. To shear, right-click with shears like your normally would. To un-shear a sheep NPC, click it with the shears again. To change the wool color, click the sheep NPC with dye. Clicking with anything but dye in your hand will turn the sheep NPC white and drop the dye on the ground.

Pig NPCs can have saddles added and removed from them. Simply right-click the pig NPC with a saddle in hand. Clicking with any other item in your hand will remove the saddle from the pig NPC.

客户端问题

There are known clientside issues with some equipment editors. If you are experiencing an issue, it is likely clientside. Try relogging and if necessary restarting your server. If you still think the issue is present, report an issue here.