mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Unclaim
This commit is contained in:
parent
d777b42a48
commit
5140d472ff
2 changed files with 5 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class Unclaim extends SubCommand {
|
||||||
else {
|
else {
|
||||||
PlayerFunctions.sendMessage(plr, "Plot unclaim has been denied.");
|
PlayerFunctions.sendMessage(plr, "Plot unclaim has been denied.");
|
||||||
}
|
}
|
||||||
PlayerFunctions.sendMessage(plr, C.);
|
PlayerFunctions.sendMessage(plr, C.UNCLAIM_SUCCESS);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,6 +37,10 @@ import com.intellectualsites.translation.bukkit.BukkitTranslation;
|
||||||
* @author Citymonstret
|
* @author Citymonstret
|
||||||
*/
|
*/
|
||||||
public enum C {
|
public enum C {
|
||||||
|
/*
|
||||||
|
* Unclaim
|
||||||
|
*/
|
||||||
|
UNCLAIM_SUCCESS("&cYou successfully unclaimed the plot."),
|
||||||
/*
|
/*
|
||||||
* WorldEdit masks
|
* WorldEdit masks
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue