Bug Closed · Could not replicate

Some of my spawners yml files (in random order) will be overwritten with an almost empty yml

#4539 opened by Unknown 2 years ago

Unknownreported this bug

Summary

Describe the bug encountered in detail.

Steps to reproduce

Provide a full set of steps used to reproduce the bug, including links to SEPARATE Pastebin pastes for each relevant configuration file.

Current behavior

When reloading the mythicmobs plugin, some of my spawners yml files (in random order) will be overwritten with an empty yml file with just a few options that are either 0 or the settings they were set before. Example below:

Airship-Port_Boss_Musashi: MobName: '' Cooldown: 0 Warmup: 1200 WarmupTimer: 900

Intended correct behavior

It should keep my files as they are now. I now have to restore them from my backup each time I reload the mythicmobs plugin.

Server log file

https://pastebin.com/kV5d3iLV

Debug log snippet

Proposed fixes

Maybe it doesn't save it correctly in memory?

Unknowncommented

I notice your console is spamming one of the spawner attributes being set. I don't know why that is happening. You may have a 3rd party plugin or script modifying your spawners that is interfering with spawner saving, but spawner files being reset should generally be impossible

Sign in to join the discussion.