Cannot find line in Message.Properties for Command-Cooldown message
JMCY26 opened this issue ยท 1 comments
When I set a Command Cooldown such as:
command-cooldowns:
home: 70
When a player attempts to use the command again, there is a unique message that pops up.
"You cannot type that command for #minute # seconds"
I've scanned the message.properties for this message saying "You cannot type that command" and I cannot find it.
This is a different message to if you just made a global teleport-cooldown.
If this in fact not currently editable, could be it made so, please?
Essentials/Essentials/src/messages.properties
Line 102 in dc6b9b8