Revision as of 13:12, 28 January 2022
« Go back
Introduction
Ticket item held in a player's hand
Ticket items are Minecraft Map items used as traditional train tickets to gain access to trains as a passenger.
Usage
Creating, editing and renaming a ticket
Notes
- Leaving out a ticket name during creation will assign a random, free name
- Creating a new ticket automatically makes the player edit that ticket
Commands
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
|
Assigning or unassigning a ticket to a train
Commands
No auto-completion here, will be improved in the future
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
|
Property sign

[+train]
property
addticket
myticket

[+train]
property
remticket
myticket

[+train]
property
clrticket
Giving ticket items to players
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.
@p]
Command:
|
/train ticket give [name] [player
|
Permission:
|
Gives a ticket item to a Player
|
Examples:
|
train.ticket.manage
|
Ticket item configuration
Tickets can be further configured to restrict the number of uses and more.
unlimited]
Command:
|
/train ticket maximumuses [amount
|
Permission:
|
Set the amount of times ticket items can be used
|
Examples:
|
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-item basis. Background images need to be put in the plugins/Train_Carts/images folder.
Assigns a background image
Command:
|
/train ticket background [filename]
|
Permission:
|
train.ticket.manage
|