mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-26 10:44:42 +02:00
Remove some stuff
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user