Exemplo n.º 1
0
  /**
   * Instantiates a new Arena manager.
   *
   * @param p the p
   */
  public ArenaManager() {

    this.plugin = SkyApi.getSCB();
    setup();
  }
Exemplo n.º 2
0
  public FirstRun() {

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