-
Notifications
You must be signed in to change notification settings - Fork 17
Adding the option to disable the adventure game mode on archived worlds #288
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
Conversation
|
Looks good so far.
|
|
That's actually a good suggestion. Will implement it today afternoon |
|
Implemented it now, may you check again, please? |
thomasmny
left a comment
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.
All in all very good, just a few nitpicks
buildsystem-core/src/main/java/de/eintosti/buildsystem/config/ConfigValues.java
Outdated
Show resolved
Hide resolved
buildsystem-core/src/main/java/de/eintosti/buildsystem/config/ConfigValues.java
Outdated
Show resolved
Hide resolved
|
|
||
| private void setSpectatorMode(Player player) { | ||
| player.setGameMode(GameMode.ADVENTURE); | ||
| // Checking if the game mode should be set to adventure mode on archive worlds |
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.
You can remove the comment, code should be self-explanatory
See #286
Please note: we will close your Pull Request without comment if you do not check the box above and provide ALL
requested information.