Plot unclaim / Setup command

This commit is contained in:
boy0001 2014-12-13 22:38:22 +11:00
parent c528e1e87a
commit 176baa5c0d
4 changed files with 30 additions and 37 deletions

View file

@ -66,7 +66,7 @@ public class Delete extends SubCommand {
Auto.lastPlot = plot.id;
}
} else {
PlayerFunctions.sendMessage(plr, "Plot clearing has been denied.");
PlayerFunctions.sendMessage(plr, "Plot deletion has been denied.");
}
return true;
}