diff --git a/README.md b/README.md index ae308f4..5a6fb62 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ folders: gates: maxGatesEachNetwork - If non-zero, will define the maximum amount of gates allowed on any network. defaultGateNetwork - The default gate network + exitVelocity - The velocity to give players exiting stargates, relative to the entry velocity (1 = same as entry velocity) cosmetic: rememberDestination - Whether to set the first destination as the last used destination for all gates sortNetworkDestinations - If true, network lists will be sorted alphabetically. @@ -396,6 +397,12 @@ portalInfoServer=Server: %server% # Changes +#### \[Version 0.9.3.2] EpicKnarvik97 fork + +- Adds a config option to set the exit velocity of any players exiting a stargate +- Adjusts vehicle teleportation a bit to prevent passengers' exit rotation from being wrong +- Reduces the outwards offset of teleported entities + #### \[Version 0.9.3.1] EpicKnarvik97 fork - Ignores the type of air when checking if a stargate is valid diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9775000..e3ad5a8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -15,7 +15,7 @@ gates: maxGatesEachNetwork: 0 # defaultGateNetwork - The default gate network defaultGateNetwork: central - # exitVelocity - The velocity of players exiting stargates, relative to the entry velocity + # exitVelocity - The velocity to give players exiting stargates, relative to the entry velocity exitVelocity: 0.1 cosmetic: # rememberDestination - Whether to remember the cursor location between uses