mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +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 {
|
||||
PlayerFunctions.sendMessage(plr, "Plot unclaim has been denied.");
|
||||
}
|
||||
PlayerFunctions.sendMessage(plr, C.);
|
||||
PlayerFunctions.sendMessage(plr, C.UNCLAIM_SUCCESS);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,6 +37,10 @@ import com.intellectualsites.translation.bukkit.BukkitTranslation;
|
|||
* @author Citymonstret
|
||||
*/
|
||||
public enum C {
|
||||
/*
|
||||
* Unclaim
|
||||
*/
|
||||
UNCLAIM_SUCCESS("&cYou successfully unclaimed the plot."),
|
||||
/*
|
||||
* WorldEdit masks
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue