-
-
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
Add min level required /is fly usage #115
Conversation
When I read the title I thought "y level" but after I started to read the text I see it's the island Level! Good one. I'll review this tomorrow. |
*/ | ||
public void allLoaded() | ||
{ | ||
// Try to find Level addon and if it does not exist, display a warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically there is no warning if it doesn't exist, but that's okay
* Method Settings#setFlyDisableOnLogout sets new value for the flyDisableOnLogout of this object. | ||
* @param flyDisableOnLogout new value for this object. | ||
* Method Settings#setAllowCommandOutsideProtectionRange sets new value for the commandAllowed of this object. | ||
* @param commandAllowed new value for this object. | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
* Version 1.11.1 * Update GitHub action to enable Sonar * Remove code smells. * Remove the message shown when canceling flying. Fixes #112 * BentoBox 2.0.0 API * Update to 1.20.2 Minecraft * Version 1.20.4 * Add min level required /is fly usage (#115) * Add min level required /is fly usage * Fix missing methods and inspect errors --------- Co-authored-by: Dieu <[email protected]> * Version 1.12.0 * Fix Materials Jacoco issue --------- Co-authored-by: IAISI <[email protected]> Co-authored-by: Dieu <[email protected]>
No description provided.