# messages.yml
# This file contains all the messages that the ChatLocker plugin will display to players.
# Variable that can be used in messages to add a prefix.
# You can use it as follows: '{prefix}'
prefix: '&b[&6ChatLocker&b]'
# Messages for the /lock command
chat_locked: '{prefix} &cThe chat has been locked by an administrator.'
already_locked: '{prefix} &eThe chat is already locked.'
# Messages for the /unlock command
chat_unlocked: '{prefix} &aThe chat has been unlocked by an administrator.'
already_unlocked: '{prefix} &eThe chat is already unlocked.'
# Messages for the /chatstatus command
chat_status_locked: '{prefix} &cThe chat is currently locked.'
chat_status_unlocked: '{prefix} &aThe chat is currently unlocked.'
# Message shown to players when they try to chat with the chat locked.
chat_is_locked: '{prefix} &cThe chat is currently locked, you cannot write.'
# Error message for commands that require permissions.
no_permission: '{prefix} &cYou do not have permission to use this command.'