#Check for updates.
update-check: true
#The prefix that the plugin will show in the messages.
prefix: "&a&lPrestiges &2>> &7"
#The language of the plugin messages.
messages: EN
#Give experience for blocks walked.
walked-blocks-exp:
  enable: true
  every-blocks: 10
  exp: 1
#Earn experience for time played.
play-time-exp:
  enable: true
  every-seconds: 60
  exp: 1
#Gain experience by killing entities.
kill-exp:
  enable: true
  mobs:
  - 'PLAYER, 10'
  - 'BAT, 1'
  - 'BLAZE , 8'
  - 'CHICKEN,1'
  - 'COW ,1'
  - 'CREEPER ,3'
  - 'ENDERMAN,5'
  - 'GHAST ,5'
  - 'MAGMA_CUBE ,5'
  - 'OCELOT ,2'
  - 'PIG,1'
  - 'PIG_ZOMBIE ,4'
  - 'RABBIT ,1'
  - 'SHEEP ,1'
  - 'SKELETON ,3'
  - 'SLIME ,5'
  - 'SPIDER ,3'
  - 'WITCH ,5'
  - 'WITHER ,8'
  - 'ZOMBIE ,3'
#Gain experience by breaking blocks.
break-blocks-exp:
  enable: true
  blocks:
  - 'STONE , 1'
  - 'DIRT ,1'
  - 'GRASS ,1'
  - 'COBBLESTONE ,1'
  - 'WOOD ,1'
  - 'SAND ,1'
  - 'GRAVEL ,1'
  - 'GOLD_ORE ,4'
  - 'IRON_ORE ,2'
  - 'COAL_ORE ,2'
  - 'SANDSTONE ,1'
  - 'DIAMOND_ORE ,5'
  - 'LAPIS_ORE ,3'
  - 'QUARTZ_ORE ,3'
#Gain experience by placing blocks.
place-blocks-exp:
  enable: true
  blocks:
  - 'STONE , 2'
  - 'DIRT ,1'
  - 'GRASS ,1'
  - 'COBBLESTONE ,1'
  - 'WOOD ,1'
  - 'SAND ,1'
  - 'GRAVEL ,1'
  - 'SANDSTONE ,1'
  - 'GLASS ,2'
  - 'BRICK ,2'
  - 'QUARTZ_BLOCK ,3'
#To format the chat... Chat Variables: {PRESTIGES_RANK}, {PRESTIGES_LEVEL},{PRESTIGES_EXP}, {PLAYER_NAME}, {DISPLAY_NAME}, {WORLD}, {PREFIX}, {SUFFIX}, {MESSAGE} Permissions: (prestiges.chat.magic for the magic format &k - prestiges.chat.color to format the colors).   
chat-format:
  enable: true
  format:
    default: '&8[&a{PRESTIGES_LEVEL}&8] {PRESTIGES_RANK} {PREFIX} &r{PLAYER_NAME} &e&l> &7{MESSAGE}'
    vip: '&8[&a{PRESTIGES_LEVEL}&8] {PRESTIGES_RANK} {PREFIX} &r{PLAYER_NAME} &e&l> &5{MESSAGE}'
    admin: '&8[&a{PRESTIGES_LEVEL}&8] {PRESTIGES_RANK} {PREFIX} &r{PLAYER_NAME}% &e&l> &c{MESSAGE}'
#Configuration of the database. Supports SQLite and MySQL
data-storage:
  type: SQLite
  host: localhost
  port: 3306
  database: minecraft
  username: root
  password: '1234'