-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Disable teleports while falling. #403
Comments
That may be a setting in the config. Or it could also be a World Setting flag. What do you think about that? |
For me, it is enough with setting in the config, but for others, it could be useful as the world setting flag, or even permission based. |
I'll do this as a WORLD_SETTING flag then. Might be doable using Gonna have a look at this. |
There is also this method: |
Just one thing: It is annoying when you cannot teleport if you are over the block edge and holding shift, as it was implemented in other plugins. Teleport should not be allowed only if a player is falling. :) |
I think it is mostly due to the methods Spigot is providing us. Plugins may be using |
Now, if the flag is enabled, the players cannot use /is home (go) command when falling. But how about going to a different world? Will going to a different world and then returning prevent a user from falling in the void? |
@BONNe Let's discuss of that in the PR instead. |
Just merged the PR |
Is your feature request related to a problem? Please describe.
For hardcore SkyBlock, if you fall into the void, then you must lose all. Unfortunately, currently, users can just write /is or /is go, to teleport back on the island. And if they put water under teleport point, they even will not die.
Describe the solution you'd like
Disable teleport commands ./is and ./is go, while a user is falling.
Describe alternatives you've considered
Use other plugins that block teleport.
The text was updated successfully, but these errors were encountered: