-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Fix world difficulty not spawning monsters #3921
Fix world difficulty not spawning monsters #3921
Conversation
Fix world difficulty not spawning monsters sometimes after changing from peaceful to others
I don't think this is an issue with Skript, but rather something with Spigot/Paper |
It is not Skript's issue, I had to decompile |
Then it should still be fixed in Spigot/Paper instead of Skript, unless they specifically say plugins should do this themselves, but that'd surprise me. I recommend you make a small plugin that calls the difficulty changing method and report it to Spigot/Paper |
I agree with you, they should do that in |
I think it'd be better to wait for the change in Paper/Spigot (if Skript development were faster a hotfix would be fine) |
Fair enough. |
EDIT: |
surprisingly enough, Paper declared this behavior as intended and deferred it to upstream (Spigot), knowing them they will probably leave it like that. We'll just merge workaround and call it a day. |
Description
Fix world difficulty not spawning monsters sometimes after changing from peaceful to others
Target Minecraft Versions: All
Requirements:
Related Issues: #3834