Feature description
A permission to use teleport to players with teleport disabled.
For example, change this line:
|
if (!player.isTeleportEnabled()) { |
To this:
if (!player.isTeleportEnabled() && !user.isAuthorized("essentials.teleport.tptoggle.bypass")) {
How the feature is useful
I recently added /tptoggle to my VIP players, but my staff cannot teleport to them
Feature description
A permission to use teleport to players with teleport disabled.
For example, change this line:
Essentials/Essentials/src/main/java/com/earth2me/essentials/commands/Commandtp.java
Line 31 in ee7ea2a
To this:
How the feature is useful
I recently added
/tptoggleto my VIP players, but my staff cannot teleport to them