Difference between revisions of "TrainCarts/Tickets/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "=== 给予玩家车票 ===")
(Created page with "车票属性会自动更新,不需要重新获取新的车票。可以(在命令方块中)使用 @p 选择器来给予附近的玩家车票。")
Line 58: Line 58:
 
=== 给予玩家车票 ===
 
=== 给予玩家车票 ===
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
车票属性会自动更新,不需要重新获取新的车票。可以(在命令方块中)使用 @p 选择器来给予附近的玩家车票。
The ticket properties can later be updated without having to re-give the ticket item. The @p selector can be used (in command blocks) to give to players nearby.
 
</div>
 
 
{{Command|train ticket give [name] [player/@p]|Gives a ticket item to a Player|train.ticket.manage}}
 
{{Command|train ticket give [name] [player/@p]|Gives a ticket item to a Player|train.ticket.manage}}
  

Revision as of 07:19, 9 October 2024

Other languages:
English • ‎中文(中国大陆)‎

« 返回


介绍

玩家手上拿着一张车票。

车票使用地图作为基础物品,就像传统车票的功能一样,玩家需携带车票进入列车。


用法

创建、编辑和重命名车票

要点

  • 创建车票时如果不指定车票名称,则会随机分配一个未使用的名称。
  • 创建新车票会自动让玩家编辑这个车票。


命令

Creates a new ticket with the name specified
Command: /train ticket create (name)
Permission: train.ticket.manage


Edits the ticket with the given name
Command: /train ticket edit [name]
Permission: train.ticket.manage


Renames the last-edited ticket
Command: /train ticket rename [new_name]
Permission: train.ticket.manage


Deletes the last-edited train ticket
Command: /train ticket remove
Permission: train.ticket.manage



为列车分配或不分配车票

命令

尚未完成,敬请期待。

Assigns a ticket to a train
Command: /train addticket [name]
Permission: train.property.tickets


Un-assigns a ticket from a train
Command: /train remticket [name]
Permission: train.property.tickets


Clears all tickets set for a train
Command: /train clrticket
Permission: train.property.tickets



属性牌

Signtemplate.png
[+train]
property
addticket
myticket


Signtemplate.png
[+train]
property
remticket
myticket


Signtemplate.png
[+train]
property
clrticket


给予玩家车票

车票属性会自动更新,不需要重新获取新的车票。可以(在命令方块中)使用 @p 选择器来给予附近的玩家车票。

Gives a ticket item to a Player
Command: /train ticket give [name] [player/@p]
Permission: train.ticket.manage



Ticket item configuration

Tickets can be further configured to restrict the number of uses and more.

Set the amount of times ticket items can be used
Command: /train ticket maximumuses [amount/unlimited]
Permission: train.ticket.manage


Set what destination to set on the train when used
Command: /train ticket destination [destination]
Permission: train.ticket.manage


Set what tags to add to the train when used
Command: /train ticket tags [tags]
Permission: train.ticket.manage



Ticket background image

The background image of the item can be changed on a per-ticket basis. Background images need to be put in the plugins/Train_Carts/images folder and must be 128x128 in resolution.

Assigns a background image
Command: /train ticket background [filename]
Permission: train.ticket.manage



Realms

Tickets can be assigned to a realm, a common name that can be assigned to trains. This makes it easier to create multiple different tickets that can be used for the same trains. To use this feature, assign the realm name (instead of the ticket name) to the train tickets property, and now tickets part of this realm can be used.

Sets the ticket realm
Command: /train ticket realm [realm]
Permission: train.ticket.manage