Ejemplo n.º 1
0
  public void onEnable() {
    getBreeze().registerEvents(this, new NameListener());

    config =
        BreezeConfiguration.loadConfiguration(
            new File(getBreeze().getPlugin().getDataFolder(), "longName.storage"));
  }