Examples of ResidentPurge


Examples of com.palmergames.bukkit.towny.tasks.ResidentPurge

      TownyMessaging.sendErrorMsg(getSender(), TownySettings.getLangString("msg_error_must_be_int"));
      return;
    }

    // Run a purge in it's own thread
    new ResidentPurge(plugin, this.sender, TimeTools.getMillis(days + "d")).start();

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.