mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Unclaim
This commit is contained in:
parent
d777b42a48
commit
5140d472ff
@ -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 New Issue
Block a user