Class SimplePMs

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
adhdmc.simplepms.SimplePMs
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public final class SimplePMs extends org.bukkit.plugin.java.JavaPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static org.bukkit.plugin.Plugin
     
    private static final net.kyori.adventure.text.minimessage.MiniMessage
     
    private static boolean
     
    private static final HashSet<org.bukkit.entity.Player>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.plugin.Plugin
     
    static net.kyori.adventure.text.minimessage.MiniMessage
     
    static HashSet<org.bukkit.entity.Player>
     
    static boolean
     
    void
     
    private void
     

    Methods inherited from class org.bukkit.plugin.java.JavaPlugin

    getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onDisable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.bukkit.plugin.Plugin

    getComponentLogger, getLog4JLogger, getSLF4JLogger
  • Field Details

    • instance

      private static org.bukkit.plugin.Plugin instance
    • miniMessage

      private static final net.kyori.adventure.text.minimessage.MiniMessage miniMessage
    • papiEnabled

      private static boolean papiEnabled
    • spyingPlayers

      private static final HashSet<org.bukkit.entity.Player> spyingPlayers
  • Constructor Details

    • SimplePMs

      public SimplePMs()
  • Method Details

    • onEnable

      public void onEnable()
      Specified by:
      onEnable in interface org.bukkit.plugin.Plugin
      Overrides:
      onEnable in class org.bukkit.plugin.java.JavaPlugin
    • getMiniMessage

      public static net.kyori.adventure.text.minimessage.MiniMessage getMiniMessage()
    • getInstance

      public static org.bukkit.plugin.Plugin getInstance()
    • isPapiEnabled

      public static boolean isPapiEnabled()
    • registerCommands

      private void registerCommands()
    • getSpyingPlayers

      public static HashSet<org.bukkit.entity.Player> getSpyingPlayers()