public class Messages extends FileAttributeConfiguration
Messages helper for Prodrivers plugins.

It represents messages using class fields, by saving and loading string fields from and inside the plugin's messages configuration file, using an underlying AbstractAttributeConfiguration. Initialization and reloads are handled directly by the main Configuration instance.

ExcludedFromConfiguration annotation allows specific fields not t be used by the field processor. If it is not used in pair with a Configuration derivative, AbstractAttributeConfiguration.init() have to be called immediately after constructing the object, either at the end of the constructor or outside of it.

  • Field Details

    • prefix

      public String prefix
      Prefix to use in messages sent using Chat
  • Constructor Details

    • Messages

      public Messages(org.bukkit.plugin.Plugin plugin)
      Messages helper constructor.
      Parameters:
      plugin - Plugin initializing the helper