-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
New features for border!!! #1
Comments
But when they close the border, just don't show the border. They can't go beyond the border, though. Some players don't want it because they don't want see it. |
Understood. The current WorldBorderAPI does not seem to support these features, so I'll need to think about how to do these. |
Read a config file under its own addons folder? |
I think you can code this feature. You don't need an additional plugin for this. Because I don't like to use too many plugins. |
This would be included in the border addon for bentobox not a new plugin |
I wouldn't say that. See https://github.com/yannicklamprecht/WorldBorderAPI/blob/master/WorldBorderAPITestPlugin/src/main/java/com/github/yannicklamprecht/worldborder/testplugin/WorldBorderTestPlugin.java#L70-L80 |
turning the border off and on randomly I don't think is supported. |
That's nothing an API should handle. This depends on the plugins use case. From 1.14.x onwards Bento could store the decision in the player object using the Bukkit Persistence API. |
When can add virtual border settings? https://github.com/Eole7/VirtualBorder @tastybento |
I guess the only thing left for this request to close is changing the border color adding. If this is not possible, this request may be closed. |
Description
Is your feature request related to a problem?
Players can close and open special border. And he can change the borders to whatever color he wants.
Commands:
/is border off/on
/is border color blue/green/red
The text was updated successfully, but these errors were encountered: