diff --git a/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java b/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java index d521af803..10b889753 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/commands/Owner.java @@ -41,7 +41,7 @@ public class Owner extends SetCommand { name = name == null ? value : name; } if (uuid == null) { - if (value.equalsIgnoreCase("none")) { + if (value.equalsIgnoreCase("none") || value.equalsIgnoreCase("null") || value.equalsIgnoreCase("-")) { Set connected = plot.getConnectedPlots(); plot.unlinkPlot(false, false); for (Plot current : connected) {