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