Class BukkitConfig

java.lang.Object
me.hsgamer.hscore.bukkit.config.BukkitConfig
All Implemented Interfaces:
Config

public class BukkitConfig extends Object implements Config
The bukkit configuration
  • Constructor Details

    • BukkitConfig

      public BukkitConfig(File file)
      Create a new config
      Parameters:
      file - the file
    • BukkitConfig

      public BukkitConfig(org.bukkit.plugin.Plugin plugin, String filename)
      Create a new config
      Parameters:
      plugin - the plugin
      filename - the file name
    • BukkitConfig

      public BukkitConfig(org.bukkit.plugin.Plugin plugin)
      Create a new config, the file name will be "config.yml"
      Parameters:
      plugin - the plugin
  • Method Details