From 1f44a82b40f4a24b37d9ae74f0f7833c7e49718e Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 25 Jun 2024 01:22:51 -0700 Subject: [PATCH] document new teleport restriction options --- mkdocs/purpur/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkdocs/purpur/configuration.md b/mkdocs/purpur/configuration.md index eda3a43..a3b5fcd 100644 --- a/mkdocs/purpur/configuration.md +++ b/mkdocs/purpur/configuration.md @@ -3879,6 +3879,12 @@ Requires the [`purpur.drop.spawners`](permissions#purpurdropspawners) and [`purp #### impose-teleport-restrictions-on-gateways - **default**: false - **description**: Set to true to impose teleport restrictions on gateways. This broadcasts the `EntityTeleportHinderedEvent` event which gives the ability to retry teleports if they fail due to having passengers/being vehicles +#### impose-teleport-restrictions-on-nether-portals +- **default**: false +- **description**: Set to true to impose teleport restrictions on nether portals. This broadcasts the `EntityTeleportHinderedEvent` event which gives the ability to retry teleports if they fail due to having passengers/being vehicles +#### impose-teleport-restrictions-on-end-portals +- **default**: false +- **description**: Set to true to impose teleport restrictions on end portals. This broadcasts the `EntityTeleportHinderedEvent` event which gives the ability to retry teleports if they fail due to having passengers/being vehicles #### always-tame-in-creative - **default**: false - **description**: Set to true to have 100% chance of taming a mob