DiscordSRV

DiscordSRV

86.8k Downloads

[messages.yml] MinecraftPlayer*Message.Enabled not transferring to new config file generated after updating versions

jonttm opened this issue ยท 1 comments

commented

Reproduce steps:

  • Set any of the following to false (Default is true) 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

commented

Duplicate of #212