 
                Mothership for various LevelUp modules such as LUP-Pickaxe
# This is a config file for LevelUp plugin.
Messages:
  ErrorMsg: "&c [LevelUp] : Some error occured : %error%"
  LevelMaxed: "&c [LevelUp] : the level for &e%level_type% &chas maxed out at &e%max_level%&c!!"
  LevelIncreased: "&c [LevelUp] : the level for &e%level_type% &chas increased to &e%level%&c!!" #  by &e%level_diff%
  LevelDecreased: "&c [LevelUp] : the level for &e%level_type% &chas decreased to &e%level%&c!!" #  by &e%level_diff%  
  NoSuchPlayer: "&c[LevelUp] There is not such a player (&e%player%&c)."
  NoPerm: "&c[LevelUp] You don't have a sufficient permission."
  HandlerListHeader: "&a[LevelUp] Resistered levelup handlers - page:%page%/%total%-"
  HandlerList: "%name% (%version%), %description%"
  HandlerListTypeMore: "&a[LevelUp] Type &c/levelup list %next% &ato read the next page."
  ReloadSuccess: "&b[LevelUp] Success: config file is reloaded."
  NoSuchCommand: "&c[LevelUp] No such command!"
# Customizable help messages
HelpMessages:
  banner:
    msg: "=== &e[&aLevelUp Commands List (%version%)&e] &r==="
  help:
    msg: "&a/levelup help : display this help menu."
  reload:
    msg: "&a/levelup reload : reloads config.yml."
    permission: "levelup.reload"
  list:
    msg: "&a/levelup list : lists registered level-up modules."
    permission: "levelup.list"
CommandAliases:
  - "lup"
  - "level"
# this option is for the target outlet of the messages to go.
MessageOutlet:
  Title: false
  TitleDuration: 40
  SubTitle: false
  ActionBar: false
  Chat: true