bekvon / Residence

Residence Bukkit Plugin
GNU General Public License v3.0
105 stars 175 forks source link

Could you separate tp as a independent flag? #121

Open 5igm opened 7 years ago

5igm commented 7 years ago

There is an option in flags file.

  ResidenceDefault:
    tp: false

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.

Zrips commented 7 years ago

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.

5igm commented 7 years ago

But BLockAnyTeleportation disabled the teleportation from 3rd party plugins like essentials as well.

5igm commented 7 years ago

@Zrips

Zrips commented 7 years ago

That was its purpose, to block teleportation from 3rd party plugins, if you want to allow it, then just disable this feature

5igm commented 7 years ago

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. @Zrips

5igm commented 7 years ago

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.