We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do you make changes to your level/world? After server restart it goes back to where it was when it was first setup.
I tried [teleporting to world] /sw set world level world [make changes] savelevel done
But that doesn't work and the savelevel command does not provide any output.
The text was updated successfully, but these errors were encountered:
Heres the fix: "SkyWars.php" line 135 of 216 --62%-- col 19
is not instance of level if(!$arena->level instanceof Level) { should be is instance of level if($arena->level instanceof Level) {
Sorry, something went wrong.
No branches or pull requests
How do you make changes to your level/world? After server restart it goes back to where it was when it was first setup.
I tried
[teleporting to world]
/sw set world
level world
[make changes]
savelevel
done
But that doesn't work and the savelevel command does not provide any output.
The text was updated successfully, but these errors were encountered: