Class ChunkNotification

java.lang.Object
com.palmergames.bukkit.towny.ChunkNotification

public class ChunkNotification extends Object
  • Field Details

    • notificationFormat

      public static String notificationFormat
    • notificationSplitter

      public static String notificationSplitter
    • areaWildernessNotificationFormat

      public static String areaWildernessNotificationFormat
    • areaWildernessPvPNotificationFormat

      public static String areaWildernessPvPNotificationFormat
    • areaTownNotificationFormat

      public static String areaTownNotificationFormat
    • areaTownPvPNotificationFormat

      public static String areaTownPvPNotificationFormat
    • ownerNotificationFormat

      public static String ownerNotificationFormat
    • noOwnerNotificationFormat

      public static String noOwnerNotificationFormat
    • plotNotificationSplitter

      public static String plotNotificationSplitter
    • plotNotificationFormat

      public static String plotNotificationFormat
    • homeBlockNotification

      public static String homeBlockNotification
    • outpostBlockNotification

      public static String outpostBlockNotification
    • forSaleNotificationFormat

      public static String forSaleNotificationFormat
    • notForSaleNotificationFormat

      public static String notForSaleNotificationFormat
    • plotTypeNotificationFormat

      public static String plotTypeNotificationFormat
    • groupNotificationFormat

      public static String groupNotificationFormat
    • districtNotificationFormat

      public static String districtNotificationFormat
  • Constructor Details

  • Method Details

    • loadFormatStrings

      public static void loadFormatStrings()
      Called on Config load. Specifically: TownySettings.loadConfig()
    • getNotificationString

      public String getNotificationString(Resident resident)
    • getNotificationContent

      public List<String> getNotificationContent(Resident resident)
    • getAreaNotification

      public String getAreaNotification(Resident resident)
    • getAreaPvPNotification

      public String getAreaPvPNotification(Resident resident)
    • getOwnerOrPlotNameNotification

      public String getOwnerOrPlotNameNotification(Resident resident)
    • getTownPVPNotification

      public String getTownPVPNotification(Resident resident)
    • getPlotNotification

      public String getPlotNotification()
    • getPlotNotificationContent

      public List<String> getPlotNotificationContent()
    • getHomeblockNotification

      public String getHomeblockNotification()
    • getOutpostblockNotification

      public String getOutpostblockNotification()
    • getForSaleNotification

      public String getForSaleNotification()
    • getGroupNotification

      public String getGroupNotification()
    • getDistrictNotification

      public String getDistrictNotification()
    • getPlotTypeNotification

      public String getPlotTypeNotification()