NexAdn / UnitedShops

Bukkit Admin Shop plugin
GNU General Public License v3.0
3 stars 2 forks source link

Defaults for empty messages entries #13

Closed NexAdn closed 6 years ago

NexAdn commented 6 years ago

Currently, entries which are missing in messages.yml, but are needed by the plugin (which can happen when updating to newer versions), the plugin sets the message to null which is not the desired behavior.

A hard coded default set of messages should be created or the defaults from the JAR resources should be used instead and written to the actual messages.yml file.