/**
   * Instantiates a new Arena manager.
   *
   * @param p the p
   */
  public ArenaManager() {

    this.plugin = SkyApi.getSCB();
    setup();
  }
Exemple #2
0
  public FirstRun() {

    SkyApi.getSCB().getConfig().getBoolean("modeSet");
  }