mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-16 15:45:58 +01:00
* Update Essentials.java * Update messages.properties * Update messages.properties
This commit is contained in:
parent
c8b8e505f3
commit
2bbe6d6069
@ -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 New Issue
Block a user