mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
* Update Essentials.java * Update messages.properties * Update messages.properties
This commit is contained in:
parent
c8b8e505f3
commit
2bbe6d6069
2 changed files with 2 additions and 0 deletions
|
@ -521,6 +521,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials {
|
|||
|
||||
// Check for disabled commands
|
||||
if (getSettings().isCommandDisabled(commandLabel)) {
|
||||
sender.sendMessage(tl("commandDisabled", commandLabel));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ cleaning=Cleaning userfiles.
|
|||
clearInventoryConfirmToggleOff=\u00a76You will no longer be prompted to confirm inventory clears.
|
||||
clearInventoryConfirmToggleOn=\u00a76You will now be prompted to confirm inventory clears.
|
||||
commandCooldown=\u00a7cYou cannot type that command for {0}.
|
||||
commandDisabled=\u00a7cThe command\u00a76 {0}\u00a7c is disabled.
|
||||
commandFailed=Command {0} failed\:
|
||||
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
|
||||
commandNotLoaded=\u00a74Command {0} is improperly loaded.
|
||||
|
|
Loading…
Reference in a new issue