Class DefaultMessageMappings

java.lang.Object
de.marcely.bedwars.api.message.DefaultMessageMappings
All Implemented Interfaces:
Map<String,String>

public final class DefaultMessageMappings extends Object implements Map<String,String>
Contains a collection of messages that'll be used when the user tries to obtain a message from his messages file that is however not present.

This class is helpful for plugins that want to retain the users ability to customize the message. You may directly link it to your internal messages.yml file making it easier using loadInternalYAML(Plugin, InputStream).