Difference between revisions of "Translations:TrainCarts/Signs/Property/12/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
|-
 
|-
 
! 属性
 
! 属性
! 值 例子
+
! 值 示例
! 解释
+
! 释义
 
|-
 
|-
 
| addtag
 
| addtag
Line 16: Line 16:
 
| a
 
| a
 
| 移除一个标签。
 
| 移除一个标签。
 +
|-
 +
| addticket
 +
| expresstrain
 +
| 为列车创建一个车票。
 +
|-
 +
| setticket
 +
| expresstrain
 +
| 为列车设置只允许的车票。
 +
|-
 +
| remticket
 +
| expresstrain
 +
| 为列车移除一个车票。
 
|-
 
|-
 
| addowner
 
| addowner
Line 23: Line 35:
 
| setowner
 
| setowner
 
| Maxxue
 
| Maxxue
| 清除所有车主并将车主设置为所填的玩家。
+
| 清除所有的车主并设置车主为该玩家。
 
|-
 
|-
 
| remowner
 
| remowner
 
| Maxxue
 
| Maxxue
| 移除列车的一名车主。
+
| 为列车移除一个车主。
 
|-
 
|-
 
| destination
 
| destination
Line 35: Line 47:
 
| mobenter
 
| mobenter
 
| false
 
| false
| 设置生物是否可以进入。
+
| 设置是否允许生物进入。
 
|-
 
|-
 
| playerenter
 
| playerenter
 
| true
 
| true
| 设置玩家是否可以进入。
+
| 设置是否允许玩家进入。
 
|-
 
|-
 
| playerexit
 
| playerexit
 
| yes
 
| yes
| 设置玩家是否可以离开。
+
| 设置是否允许玩家离开。
 
|-
 
|-
 
| playerenterexit<br>playerexitenter
 
| playerenterexit<br>playerexitenter
 
| yes
 
| yes
| 使用相同的值,同时设置玩家是否可以进入和玩家是否可以离开。
+
| 同时设置是否允许玩家进入和玩家离开。
 
|-
 
|-
 
| spawnitemdrops<br>spawndrops<br>killdrops
 
| spawnitemdrops<br>spawndrops<br>killdrops
 
| true
 
| true
| 设置矿车被破坏时是否掉落物品。<br>当禁用时,也会禁用箱子矿车和漏斗矿车的物品掉落。
+
| 设置矿车被销毁时是否掉落物品。<br>当设置为 false 时,箱子矿车或漏斗矿车里储存的物品也不会掉落。
 +
|-
 +
| viewdistance
 +
| 10
 +
| (只支持 Paper 端!)Sets it so that passengers of the cart/train have a certain chunk/entity view distance. Can be used to reduce lag in busy areas of the world.
 
|}
 
|}

Revision as of 01:33, 4 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/Signs/Property)
{| class="wikitable"
|-
! Property 
! Value example 
! Meaning
|-
| addtag<br>
| tag1<br>
| Add a single tag<br>
|-
| settag<br>
| taga<br>
| Set to a single tag<br>
|-
| remtag
| a
| Remove a single tag
|-
| addticket
| expresstrain
| Add a ticket that can be used for this train
|-
| setticket
| expresstrain
| Set the train to only accept this ticket
|-
| remticket
| expresstrain
| Remove a ticket so it can no longer be used for this train
|-
| addowner<br>
| Maxxue<br>
| Add an owner to the train<br>
|-
| setowner<br>
| Maxxue<br>
| Clear all owners and set to this owner
|-
| remowner
| Maxxue
| Remove a single owner from the train
|-
| destination
| station2
| Set the destination
|-
| mobenter
| false
| Set if mobs can enter
|-
| playerenter
| true
| Set if players can enter
|-
| playerexit
| yes
| Set if players can exit
|-
| playerenterexit<br>playerexitenter
| yes
| Sets both playerenter and playerexit at the same time to the same value.
|-
| spawnitemdrops<br>spawndrops<br>killdrops
| true
| Sets whether carts drop items when destroyed.<br>When disabled, also disables contents of chest/hopper minecarts dropping.
|-
| viewdistance
| 10
| (Paper servers only!) Sets it so that passengers of the cart/train have a certain chunk/entity view distance. Can be used to reduce lag in busy areas of the world.
|}
属性 值 示例 释义
addtag tag1 添加一个标签。
settag taga 设置一个标签。
remtag a 移除一个标签。
addticket expresstrain 为列车创建一个车票。
setticket expresstrain 为列车设置只允许的车票。
remticket expresstrain 为列车移除一个车票。
addowner Maxxue 为列车添加一个车主。
setowner Maxxue 清除所有的车主并设置车主为该玩家。
remowner Maxxue 为列车移除一个车主。
destination station2 设置目的地。
mobenter false 设置是否允许生物进入。
playerenter true 设置是否允许玩家进入。
playerexit yes 设置是否允许玩家离开。
playerenterexit
playerexitenter
yes 同时设置是否允许玩家进入和玩家离开。
spawnitemdrops
spawndrops
killdrops
true 设置矿车被销毁时是否掉落物品。
当设置为 false 时,箱子矿车或漏斗矿车里储存的物品也不会掉落。
viewdistance 10 (只支持 Paper 端!)Sets it so that passengers of the cart/train have a certain chunk/entity view distance. Can be used to reduce lag in busy areas of the world.