[messages.yml] MinecraftPlayer*Message.Enabled not transferring to new config file generated after updating versions
jonttm opened this issue ยท 1 comments
Reproduce steps:
- Set any of the following to
false
(Default istrue
) In messages.yml:
MinecraftPlayerJoinMessage.Enabled: false
MinecraftPlayerFirstJoinMessage.Enabled: false
MinecraftPlayerLeaveMessage.Enabled: false
MinecraftPlayerDeathMessage.Enabled: false
MinecraftPlayerAchievementMessage.Enabled: false
(this is the proper structure in the file)
MinecraftPlayerJoinMessage:
Enabled: false
- Upgrade versions (occurred for me on both 21.1 > 21.2 and 21.2 > 21.3)
What actually happens:
The Enabled: false
is changed to Enabled: true
in the upgraded messages.yml
What is supposed to happen:
The Enabled: false
stays Enabled: false
as the user set it before the upgrade
Duplicate of #212