-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello,
I am using FlyingAllowed together with a land-claim system to allow players to fly only inside their own land. This works well, but I am facing a usability and safety issue, especially in the End.
Current behavior:
When a player flies near the border of their land (for example, in the End where the land is often at the edge of an island above the void) and leaves the land, the plugin will handle it as expected. However, from the player’s point of view, this can be very sudden and dangerous, because they may not realize they just crossed the border over the void.
Feature request:
I would like to request a configurable countdown that appears as a title on the player’s screen when they leave their land.
For example:
When the player exits a FlyingAllowed area (their land), a countdown (e.g. 3…2…1…) is shown as a title.
During this countdown, they have a short window to move back inside their land.
After the countdown expires, the normal FlyingAllowed action triggers (fly disable / teleport / whatever is configured).
Configuration idea (just as an example):
-
An option to enable/disable the countdown.
-
A configurable duration in seconds.
-
A configurable title/message format for the countdown.
This would be particularly helpful in the End, where going a few blocks outside a land often means being over the void. A clear on-screen countdown would let players anticipate the teleport or fly removal and react safely.
Thank you in advance for considering this and for your work on the plugin.