Package com.palmergames.bukkit.towny

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

Related Classes of com.palmergames.bukkit.towny.ChunkNotification

Copyright © 2018 www.massapicom. 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.