Class PlanPlaceholderExtension

java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
com.djrapitops.plan.addons.placeholderapi.PlanPlaceholderExtension

public class PlanPlaceholderExtension extends me.clip.placeholderapi.expansion.PlaceholderExpansion
Placeholder expansion used to provide data from Plan on Bukkit.
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlanPlaceholderExtension(PlanPlaceholders placeholders, PlanSystem system, ErrorLogger errorLogger)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
     
    onRequest(org.bukkit.OfflinePlayer player, String params)
     
    boolean
     

    Methods inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion

    configurationContains, equals, get, getBoolean, getConfigSection, getConfigSection, getDescription, getDouble, getInt, getLink, getLong, getName, getPlaceholderAPI, getPlaceholders, getPlugin, getRequiredPlugin, getString, getStringList, info, isRegistered, log, log, register, severe, severe, toString, unregister, warning

    Methods inherited from class me.clip.placeholderapi.PlaceholderHook

    onPlaceholderRequest

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • persist

      public boolean persist()
      Overrides:
      persist in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • canRegister

      public boolean canRegister()
      Overrides:
      canRegister in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getIdentifier

      public String getIdentifier()
      Specified by:
      getIdentifier in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getAuthor

      public String getAuthor()
      Specified by:
      getAuthor in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • onRequest

      public String onRequest(org.bukkit.OfflinePlayer player, String params)
      Overrides:
      onRequest in class me.clip.placeholderapi.PlaceholderHook