Examples of ChunkNotification


Examples of com.palmergames.bukkit.towny.ChunkNotification

    // claim: attempt to claim area
    // claim remove: remove area from town

    // Check if player has entered a new town/wilderness
    if (to.getWorld().isUsingTowny() && TownySettings.getShowTownNotifications()) {
      ChunkNotification chunkNotifier = new ChunkNotification(from, to);
      String msg = chunkNotifier.getNotificationString();
      if (msg != null)
        player.sendMessage(msg);
    }
  }
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.