Class SimpleClans

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
net.sacredlabyrinth.phaed.simpleclans.SimpleClans
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public class SimpleClans extends org.bukkit.plugin.java.JavaPlugin
Author:
Phaed
  • Constructor Details

    • SimpleClans

      public SimpleClans()
  • Method Details

    • getLog

      @Deprecated public static Logger getLog()
      Deprecated.
      Returns:
      the logger
    • debug

      public static void debug(String msg)
    • getInstance

      public static SimpleClans getInstance()
      Returns:
      the instance
    • log

      @Deprecated public static void log(String msg, Object... arg)
      Deprecated.
    • onEnable

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

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

      public ClanManager getClanManager()
      Returns:
      the clanManager
    • getRequestManager

      public RequestManager getRequestManager()
      Returns:
      the requestManager
    • getStorageManager

      public StorageManager getStorageManager()
      Returns:
      the storageManager
    • getSettingsManager

      public SettingsManager getSettingsManager()
      Returns:
      the settingsManager
    • getPermissionsManager

      @NotNull public @NotNull PermissionsManager getPermissionsManager()
      Returns:
      the permissionsManager
    • getCommandManager

      public SCCommandManager getCommandManager()
    • getProtectionManager

      public ProtectionManager getProtectionManager()
    • getChatManager

      public ChatManager getChatManager()
    • getProxyManager

      public ProxyManager getProxyManager()
    • getBankLogger

      public BankLogger getBankLogger()
    • getLang

      @Deprecated public String getLang(@NotNull @NotNull String key)
      Deprecated.
      Parameters:
      key - the path within the language file
      Returns:
      the lang
    • getLang

      @Deprecated public String getLang(@NotNull @NotNull String key, @Nullable @Nullable org.bukkit.entity.Player player)
      Deprecated.
    • optionalLang

      @Nullable public static @Nullable String optionalLang(@NotNull @NotNull String key, @Nullable @Nullable ClanPlayer clanPlayer, Object... arguments)
    • optionalLang

      @Nullable public static @Nullable String optionalLang(@NotNull @NotNull String key, @Nullable @Nullable org.bukkit.entity.Player player, Object... arguments)
    • lang

      @NotNull public static @NotNull String lang(@NotNull @NotNull String key, @Nullable @Nullable org.bukkit.entity.Player player, Object... arguments)
    • lang

      @NotNull public static @NotNull String lang(@NotNull @NotNull String key, @Nullable @Nullable ClanPlayer clanPlayer, Object... arguments)
    • lang

      @NotNull public static @NotNull String lang(@NotNull @NotNull String key, @Nullable @Nullable org.bukkit.command.CommandSender sender, Object... arguments)
    • lang

      @NotNull public static @NotNull String lang(@NotNull @NotNull String key, @Nullable @Nullable co.aikar.commands.BukkitCommandIssuer issuer, Object... arguments)
    • lang

      @NotNull public static @NotNull String lang(@NotNull @NotNull String key, Object... arguments)
    • getTeleportManager

      public TeleportManager getTeleportManager()
    • getMessages

      @Deprecated public List<String> getMessages()
      Deprecated.
    • hasUUID

      @Deprecated public boolean hasUUID()
      Deprecated.
    • setUUID

      @Deprecated public void setUUID(boolean trueOrFalse)
      Deprecated.
    • getTagValidator

      public TagValidator getTagValidator()