Messages

The messages configuration contains general messages.

#  __         ______     ______     ______
# /\ \       /\  ___\   /\  __ \   /\  ___\
# \ \ \____  \ \  __\   \ \  __ \  \ \  __\
#  \ \_____\  \ \_____\  \ \_\ \_\  \ \_\
#   \/_____/   \/_____/   \/_/\/_/   \/_/
#
# Author : Smudge

messages:

  incorrect_arguments: "{error_colour}Incorrect arguments. %command%"
  database_disabled: "{error_colour}Database disabled."
  database_empty: "{error_colour}There are no records in the database."
  player_command: "{error_colour}This command can only be run by the player."
  error: "{error_colour}Error occurred while running command."
  no_permission: "{error_colour}No permission."

Last updated