Skip to content

Commit

Permalink
document new teleport restriction options
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Jun 25, 2024
1 parent 1555c5c commit 1f44a82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mkdocs/purpur/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f44a82

Please sign in to comment.