Skip to content
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

Added possibility to prevent players from doing the fly command outside #59

Merged
merged 2 commits into from
Jul 8, 2021

Conversation

PapiCapi
Copy link
Contributor

@PapiCapi PapiCapi commented Jun 3, 2021

of the island protection range.

However, i couldn't find how to modify the class FlyToggleCommandTest to pass the tests.
I ran maven without tests, then, tested on a server and it seems to work as i wanted.

@tastybento tastybento self-requested a review June 4, 2021 00:07
@tastybento tastybento added enhancement New feature or request in progress labels Jun 4, 2021
@tastybento
Copy link
Member

Thanks I'll check into this.

@tastybento tastybento merged commit b568f9c into BentoBoxWorld:develop Jul 8, 2021
BONNe added a commit that referenced this pull request May 18, 2022
* Translate zh-CN.yml via GitLocalize (#65)

Co-authored-by: tc7326 <[email protected]>

* Translate ja.yml via GitLocalize (#64)

Co-authored-by: tastybento <[email protected]>

* French translation (#63)

* Translate fr.yml via GitLocalize

* Translate fr.yml via GitLocalize

* Translate fr.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: tastybento <[email protected]>

* Spanish Translation (#62)

* Translate es.yml via GitLocalize

* Translate es.yml via GitLocalize

* Translate es.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: tastybento <[email protected]>

* German translation (#61)

* Translate de.yml via GitLocalize

* Translate de.yml via GitLocalize

* Translate de.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: tastybento <[email protected]>
Co-authored-by: mt-gitlocalize <[email protected]>

* Czech translation (#60)

* Translate cs.yml via GitLocalize

* Translate cs.yml via GitLocalize

* Translate cs.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: tastybento <[email protected]>

* Added possibility to prevent players from doing the fly command outside (#59)

of the island protection range.

Co-authored-by: tastybento <[email protected]>

* Revert "Translate ja.yml via GitLocalize (#64)" (#66)

This reverts commit dd994cd.

* Fix tests and add new tests to cover new config option.

* Update Vietnamese (#67)

* French translation (#68)

* Translate fr.yml via GitLocalize

* Translate fr.yml via GitLocalize

* Translate fr.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: tastybento <[email protected]>

* Translate es.yml via GitLocalize (#69)

Co-authored-by: tastybento <[email protected]>

* Translate ru.yml via GitLocalize (#70)

Co-authored-by: tastybento <[email protected]>

* Translate de.yml via GitLocalize (#71)

Co-authored-by: tastybento <[email protected]>

* Translate zh-CN.yml via GitLocalize (#72)

Co-authored-by: tastybento <[email protected]>

* Translate hu.yml via GitLocalize (#73)

Co-authored-by: tastybento <[email protected]>

* Translate id.yml via GitLocalize (#74)

Co-authored-by: tastybento <[email protected]>

* Translate cs.yml via GitLocalize (#75)

Co-authored-by: tastybento <[email protected]>

* Spanish translation (#76)

* Translate es.yml via GitLocalize

* Translate es.yml via GitLocalize

* Translate es.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: tastybento <[email protected]>

* German Translation (#77)

* Translate de.yml via GitLocalize

* Translate de.yml via GitLocalize

* Translate de.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: tastybento <[email protected]>

* French translation (#78)

* Translate fr.yml via GitLocalize

* Translate fr.yml via GitLocalize

* Translate fr.yml via GitLocalize

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: tastybento <[email protected]>
Co-authored-by: mt-gitlocalize <[email protected]>

* Translate ja.yml via GitLocalize (#79)

Co-authored-by: tastybento <[email protected]>

* Translate ko.yml via GitLocalize (#80)

Co-authored-by: tastybento <[email protected]>

* Translate pl.yml via GitLocalize (#81)

Co-authored-by: tastybento <[email protected]>

* Translate ro.yml via GitLocalize (#82)

Co-authored-by: tastybento <[email protected]>

* Translate tr.yml via GitLocalize (#83)

Co-authored-by: tastybento <[email protected]>

* Translate it.yml via GitLocalize (#84)

Co-authored-by: tastybento <[email protected]>

* Translate pt.yml via GitLocalize (#85)

Co-authored-by: tastybento <[email protected]>

* Update pom.xml

* Fixes login flight (#88)

* Upgrade to BentoBox 1.20 and Spigot 1.17

* Fixes a bug with incorrect fly mode detection onLogin due to world height changes.

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: tc7326 <[email protected]>
Co-authored-by: tastybento <[email protected]>
Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: PapiCapi <[email protected]>
Co-authored-by: tastybento <[email protected]>
Co-authored-by: Huynh Tien <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants