From 40637c5bf77db84345ec087f842442bc47f38337 Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Wed, 3 Nov 2021 17:01:23 +0100 Subject: [PATCH] Update 'Configuration' --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 0c21e51..2c380eb 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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. \ No newline at end of file