Updates README to reflect vehicle teleportation capabilities
This commit is contained in:
parent
06757ef9ee
commit
b0c350a140
@ -7,6 +7,8 @@ can share a network or be split into clusters; they can be hidden on a network o
|
|||||||
- Vault economy support -- can add costs for create, destroy and use.
|
- Vault economy support -- can add costs for create, destroy and use.
|
||||||
- Multiple custom gate configurations
|
- Multiple custom gate configurations
|
||||||
- Message customization
|
- Message customization
|
||||||
|
- Teleport across worlds or servers (BungeeCord supported)
|
||||||
|
- Vehicle teleportation -- teleport minecarts, boats, horses, pigs and striders
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
||||||
@ -341,14 +343,17 @@ bungeeSign=Teleport to
|
|||||||
- Splits a lot of the code into smaller objects
|
- Splits a lot of the code into smaller objects
|
||||||
- Moves duplicated code into helper classes
|
- Moves duplicated code into helper classes
|
||||||
- Re-implements vehicle teleportation
|
- Re-implements vehicle teleportation
|
||||||
- Makes boat teleportation work as expected
|
- Makes boat teleportation work as expected, including being able to teleport with two passengers. This allows players
|
||||||
- Makes it possible to teleport a player riding a pig or a horse
|
to use boats to transport creatures through portals and to other areas, or even worlds
|
||||||
|
- Makes it possible to teleport a player riding a living entity (a pig, a horse, a donkey, a zombie horse, a skeleton
|
||||||
|
horse or a strider). It does not work for entities the player cannot control, such as llamas.
|
||||||
- Makes both nether portals and end gateways work properly without causing mayhem
|
- Makes both nether portals and end gateways work properly without causing mayhem
|
||||||
- Replaces the modX and modZ stuff with yaw calculation to make it easier to understand
|
- Replaces the modX and modZ stuff with yaw calculation to make it easier to understand
|
||||||
- Comments all the code
|
- Comments all the code
|
||||||
- Extracts portal options and portal-related locations to try and reduce size
|
- Extracts portal options and portal-related locations to try and reduce size
|
||||||
- Rewrites tons of code to make it more readable and manageable
|
- Rewrites tons of code to make it more readable and manageable
|
||||||
- Implements proper snowman snow blocking, and removes the "temporary" ignoreEntrances option
|
- Implements proper snowman snow blocking, and removes the "temporary" ignoreEntrances option
|
||||||
|
- Adds a default gate using end stone bricks and end gateway for more default diversity
|
||||||
|
|
||||||
#### \[Version 0.8.0.3] PseudoKnight fork
|
#### \[Version 0.8.0.3] PseudoKnight fork
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user