This commit is contained in:
boy0001 2014-12-18 19:23:41 +11:00
parent d777b42a48
commit 5140d472ff
2 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}

View File

@ -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
*/