Package com.bergerkiller.bukkit.tc.controller

Examples of com.bergerkiller.bukkit.tc.controller.MinecartGroup.destroy()


      MinecartGroup group = prop.getHolder();
      if (group == null) {
        TrainPropertiesStore.remove(prop.getTrainName());
        OfflineGroupManager.removeGroup(prop.getTrainName());
      } else {
        group.destroy();
      }
      p.sendMessage(ChatColor.YELLOW + "The selected train has been destroyed!");
    } else if (cmd.equals("public")) {
      Permission.COMMAND_SETPUBLIC.handle(p);
      boolean pub;
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.