-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you separate tp as a independent flag? #121
Comments
Check config file and there is section BlockAnyTeleportation where you can disable it and then you can teleport to residences with 3rd party plugins. This was implemented some time ago to prevent player teleportation by setting home in that residence or by allowing other players to teleport to you when they don't have teleport access. Currently its more or less deprecated but its there just for convenience. |
But BLockAnyTeleportation disabled the teleportation from 3rd party plugins like essentials as well. |
That was its purpose, to block teleportation from 3rd party plugins, if you want to allow it, then just disable this feature |
Yes, I want to disable this feature, but I don't know how to do it. I don't want players using "/res rt" and "/res tp", yet I want they can use "/tpa", "/back", etc. from 3rd plugins. |
If I set BlockAnyTeleportation as true, all teleportation will be disabled in residence area. For example, I installed authme in my server. Before users login into the server, they will be teleported to Spawn point. But this action was stopped by residence, because I used residence to protect the spawn point and I set BlockAnyTeleportation as true. |
There is an option in flags file.
I hope this option can be available in CreatorDefault as well.
Now, if I try to disable this option for creator, teleportation from other plugins will also be disabled.
Thank you very much.
The text was updated successfully, but these errors were encountered: