Update 'Configuration'

Kristian Knarvik 2021-11-03 17:01:23 +01:00
parent c4ae2ef5a6
commit 40637c5bf7

@ -38,7 +38,7 @@ debugging:
```
### Vehicle teleportation options
* handleVehicles disables all vehicle teleportation, no matter what if disabled
* handleVehicles disables all vehicle teleportation, no matter what, if disabled
* handleEmptyVehicles disables teleportation of all vehicles without a passenger if disabled. This also disables teleportation of chest/hopper/tnt/furnace minecarts.
* handleCreatureTransportation disables all teleportation of non-players if disabled. This prevents players from using boats or minecarts to transport pigs, creepers, pandas, etc. through stargates
* handleNonPlayerVehicles disables all teleportation of vehicles containing one or more passengers, none of which is a player. As permissions for teleportation cannot be checked unless a player is teleporting, disabling this will prevent any bypassing of permissions by creatures. This will still allow players to transport creatures using boats, as the player controlling the boat can authorize the teleportation.