people stepping out
batkins62 opened this issue ยท 3 comments
I would like to suggest a few features to prevent players from braking the lift:
- disabling tp while in lift
People learned you can totally brake the lift by going down a long one, and then using /spawn or /home to escape.
2)if a user floats out of the lift, should have a check to tp the player back in.
noticed a user floating around because he made a lift to y 200, then using jump and walking out, was able to escape the lift, and float where ever he wants.
thanks,
Brian
There is no way I can block tp commands. Each plugin does it differently and that is a lot of plugins for me to support.
I'll see what I can do with the flying issue.
correct me if im wrong, but wouldnt the problem fix if you scheduled an async repeating task to check the player is still in lift, if not then cancel lift?