mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
Fixed #310
This commit is contained in:
parent
df5167813a
commit
81806a06f4
2 changed files with 13 additions and 4 deletions
|
@ -35,6 +35,7 @@ import com.intellectualsites.translation.bukkit.BukkitTranslation;
|
|||
* @author Citymonstret
|
||||
*/
|
||||
public enum C {
|
||||
|
||||
/*
|
||||
* Confirm
|
||||
*/
|
||||
|
@ -126,6 +127,14 @@ public enum C {
|
|||
*/
|
||||
NOT_CONSOLE("$2For safety reasons, this command can only be executed by console.", "Console"),
|
||||
IS_CONSOLE("$2This command can only be executed by a player.", "Console"),
|
||||
|
||||
/*
|
||||
Inventory
|
||||
*/
|
||||
INVENTORY_USAGE("&cUsage: &6{usage}", "Inventory"),
|
||||
INVENTORY_DESC("&cDescription: &6{desc}", "Inventory"),
|
||||
INVENTORY_CATEGORY("&cCategory: &6{category}", "Inventory"),
|
||||
|
||||
/*
|
||||
* Clipboard
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue