Remove some stuff

This commit is contained in:
boy0001
2015-07-27 00:03:47 +10:00
parent 6b52ce941d
commit c1c8a6d26d
3 changed files with 67 additions and 28 deletions

View File

@ -260,6 +260,10 @@ public class Set extends SubCommand {
});
return true;
}
if (args[0].equalsIgnoreCase("limit")) {
// /plot set limit Empire92 +1
return true;
}
// Get components
final String world = plr.getLocation().getWorld();
final PlotWorld plotworld = PS.get().getPlotWorld(world);