//17
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
! 节点 !! 描述 | ! 节点 !! 描述 | ||
|- | |- | ||
| train.property.maxspeed || | | train.property.maxspeed || 玩家可以更改列车的最大速度。 | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.slowdown || | | train.property.slowdown || 玩家可以改变列车是否因重力或摩擦而减速。 | ||
|- | |- | ||
| train.property.collision || | | train.property.collision || 玩家可以更改列车与实体或方块的碰撞方式。 | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.playerenter || | | train.property.playerenter || 玩家可以更改玩家是否可以进入矿车。 | ||
|- | |- | ||
| train.property.playerexit || | | train.property.playerexit || 玩家可以更改玩家是否可以离开矿车。 | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.keepchunksloaded || | | train.property.keepchunksloaded || 玩家可以更改列车是否保持自身和周围区块加载。 | ||
|- | |- | ||
| train.property.gravity || | | train.property.gravity || 玩家可以更改列车的重力系数。 | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.banking || | | train.property.banking || 玩家可以更改The player can change the way trains bank in curves | ||
|- | |- | ||
| train.property.destination || | | train.property.destination || 玩家可以更改The player can change what destination a train is path-finding to | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.tags || | | train.property.tags || 玩家可以更改The player can add or remove tags to trains or carts, used by switchers and detectors | ||
|- | |- | ||
| train.property.name || | | train.property.name || 玩家可以更改The player can change the name of the train | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.applydefaults || | | train.property.applydefaults || 玩家可以更改The player can apply defaults from DefaultTrainProperties.yml to trains | ||
|- | |- | ||
| train.property.onlyownerscanenter || | | train.property.onlyownerscanenter || 玩家可以更改The player can change whether only owners or all players can enter a train | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.pickupitems || | | train.property.pickupitems || 玩家可以更改The player can change whether storage carts pick up items off the ground | ||
|- | |- | ||
| train.property.soundenabled || | | train.property.soundenabled || 玩家可以更改The player can change whether a train makes sound while moving, or is quiet | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.invincible || | | train.property.invincible || 玩家可以更改The player can change whether a train is invincible to damage or can be destroyed | ||
|- | |- | ||
| train.property.allowplayertake || | | train.property.allowplayertake || 玩家可以更改The player can change whether the players take carts with them when they leave the server | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.spawnitemdrops || | | train.property.spawnitemdrops || 玩家可以更改The player can change whether carts drop items when destroyed | ||
|- | |- | ||
| train.property.requirepoweredcart || | | train.property.requirepoweredcart || 玩家可以更改The player can change whether a train must have a furnace minecart to exist, or unlink | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.displayname || | | train.property.displayname || 玩家可以更改The player can change the display name of a train, which is used with the trigger sign | ||
|- | |- | ||
| train.property.allowmobmanualmovement || | | train.property.allowmobmanualmovement || 玩家可以更改The player can allow a train to be set in motion by mob passengers | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.allowplayermanualmovement || | | train.property.allowplayermanualmovement || 玩家可以更改The player can allow player passengers to control the train using steering controls | ||
|- | |- | ||
| train.property.owners || | | train.property.owners || 玩家可以更改The player can change who has ownership of carts and can edit them | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.breakblocks.normal || | | train.property.breakblocks.normal || 玩家可以更改The player can configure a train to automatically break blocks from a whitelist for farming setups | ||
|- | |- | ||
| train.property.breakblocks.admin || | | train.property.breakblocks.admin || 玩家可以更改The player can configure a train to break any type of block at all | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.route || | | train.property.route || 玩家可以更改The player can change what sequence of destinations a train follows | ||
|- | |- | ||
| train.property.realtime || | | train.property.realtime || 玩家可以更改The player can configure that a train updates in realtime, adjusting for server tick lag and jitter | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.friction || | | train.property.friction || 玩家可以更改The player can change the friction multiplier of the train | ||
|- | |- | ||
| train.property.tickets || | | train.property.tickets || 玩家可以更改The player can assign tickets required for entering the train | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.viewdistance || | | train.property.viewdistance || 玩家可以更改The player can change the player view distance set for passengers of a train | ||
|- | |- | ||
| train.property.entermessage || | | train.property.entermessage || 玩家可以更改The player can change the message displayed to players when they enter the train | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.exitoffset || | | train.property.exitoffset || 玩家可以更改The player can change where players are ejected relative to the train | ||
|- | |- | ||
| train.property.trackingrange || | | train.property.trackingrange || 玩家可以更改The player can change the range from which the train is visible to players | ||
|-bgcolor="#dddddd" | |-bgcolor="#dddddd" | ||
| train.property.wait || | | train.property.wait || 玩家可以更改The player can change the wait distance, acceleration and deceleration of trains | ||
|} | |} | ||
Revision as of 13:25, 21 October 2024
| 节点 | 描述 |
|---|---|
| train.property.maxspeed | 玩家可以更改列车的最大速度。 |
| train.property.slowdown | 玩家可以改变列车是否因重力或摩擦而减速。 |
| train.property.collision | 玩家可以更改列车与实体或方块的碰撞方式。 |
| train.property.playerenter | 玩家可以更改玩家是否可以进入矿车。 |
| train.property.playerexit | 玩家可以更改玩家是否可以离开矿车。 |
| train.property.keepchunksloaded | 玩家可以更改列车是否保持自身和周围区块加载。 |
| train.property.gravity | 玩家可以更改列车的重力系数。 |
| train.property.banking | 玩家可以更改The player can change the way trains bank in curves |
| train.property.destination | 玩家可以更改The player can change what destination a train is path-finding to |
| train.property.tags | 玩家可以更改The player can add or remove tags to trains or carts, used by switchers and detectors |
| train.property.name | 玩家可以更改The player can change the name of the train |
| train.property.applydefaults | 玩家可以更改The player can apply defaults from DefaultTrainProperties.yml to trains |
| train.property.onlyownerscanenter | 玩家可以更改The player can change whether only owners or all players can enter a train |
| train.property.pickupitems | 玩家可以更改The player can change whether storage carts pick up items off the ground |
| train.property.soundenabled | 玩家可以更改The player can change whether a train makes sound while moving, or is quiet |
| train.property.invincible | 玩家可以更改The player can change whether a train is invincible to damage or can be destroyed |
| train.property.allowplayertake | 玩家可以更改The player can change whether the players take carts with them when they leave the server |
| train.property.spawnitemdrops | 玩家可以更改The player can change whether carts drop items when destroyed |
| train.property.requirepoweredcart | 玩家可以更改The player can change whether a train must have a furnace minecart to exist, or unlink |
| train.property.displayname | 玩家可以更改The player can change the display name of a train, which is used with the trigger sign |
| train.property.allowmobmanualmovement | 玩家可以更改The player can allow a train to be set in motion by mob passengers |
| train.property.allowplayermanualmovement | 玩家可以更改The player can allow player passengers to control the train using steering controls |
| train.property.owners | 玩家可以更改The player can change who has ownership of carts and can edit them |
| train.property.breakblocks.normal | 玩家可以更改The player can configure a train to automatically break blocks from a whitelist for farming setups |
| train.property.breakblocks.admin | 玩家可以更改The player can configure a train to break any type of block at all |
| train.property.route | 玩家可以更改The player can change what sequence of destinations a train follows |
| train.property.realtime | 玩家可以更改The player can configure that a train updates in realtime, adjusting for server tick lag and jitter |
| train.property.friction | 玩家可以更改The player can change the friction multiplier of the train |
| train.property.tickets | 玩家可以更改The player can assign tickets required for entering the train |
| train.property.viewdistance | 玩家可以更改The player can change the player view distance set for passengers of a train |
| train.property.entermessage | 玩家可以更改The player can change the message displayed to players when they enter the train |
| train.property.exitoffset | 玩家可以更改The player can change where players are ejected relative to the train |
| train.property.trackingrange | 玩家可以更改The player can change the range from which the train is visible to players |
| train.property.wait | 玩家可以更改The player can change the wait distance, acceleration and deceleration of trains |