Interface IPluginFile

All Known Implementing Classes:
APluginFile, ConfigurationFile, MessagesFile, PlayerInterfaceFile, ProgressionFile, TotalRewardsFile

public interface IPluginFile
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.configuration.file.FileConfiguration
    Get the configuration of the plugin file.
    Get the file of the plugin file.
    void
    Load the plugin file.
  • Method Details

    • load

      void load()
      Load the plugin file.
    • getConfig

      org.bukkit.configuration.file.FileConfiguration getConfig()
      Get the configuration of the plugin file.
      Returns:
      the configuration
    • getFile

      File getFile()
      Get the file of the plugin file.
      Returns:
      the file