Visual bug with the sun
I have this bug with the sun on my server where it keeps resetting, but the time still continues so it's just visually stuck as day. Restarting the server temporarily fixes the problem, but it seems to randomly happen again so I haven't been able to figure out what's causing it.
12 Replies
Can you share your plugin list?
/ptime reset?
Check your worldguard flags. Chances are you have time locked somewhere.
I am using the global flag/name for my spawn world
but I also have a wilderness world which is where the video is from and I would assume the flags from the spawn world wouldn't apply?
You have the time locked via a plugin (or maybe gamerule)
Binary search your plugins
Remove half of your non-essential (ie not things like PAPI or LuckPerm) plugins and see if the problem is fixed.
If it still persists, the cause is in the half still installed.
Continue to halve the remaining plugins until you've narrowed it down to a single plugin.
Congratulations, you found the culprit.
Admincraft Canned Responses
You can use that method to find the plugin responsible
Then once you do, you can find the feature/module/permission of that plugin that is causing what you're seeing
__global__ flags are world specific
so as long as the worlds have different names, this wouldnt affect it
Ok so that isn't the case then and It's not a gamerule since I did do the command for that daylightcycle or whatever it's called
/gamerule doDaylightCycle false|true
yeah I've already done that
then yeah, use this to find the plugin responsible.
yeah I'll have to try that although still might be tough to find the cause because it's actually working right now I didn't do anything so it just kind of happens :shrug:
A time locked region in worldguard causes essentials (?) ptime to get locked. It’s an issue I’m trying to resolve at the moment.