update-check

  • Boolean value true or false.
  • Default: true
  • If this is true it will look for new updates for the plugin.

prefix

  • Any string value.
  • Default: &a&lPrestiges &3>> &7
  • The prefix that the plugin will show in the messages.

messages

  • String value, EN, ES.
  • Default: EN
  • The language of the plugin messages.

walked-blocks-exp

  • This section is to give players experience for walking blocks.
  • enable: 
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • every-blocks:
    • Any integer value.
    • Default: 10
    • Set the number of blocks needed to give experience.
  • exp:
    • Any integer value.
    • Default: 1
    • The amount of experience.

play-time-exp

  • This section is to give players experience for player time on the server.
  • enable: 
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • every-seconds:
    • Any integer value.
    • Default: 60
    • Sets the number of seconds needed to gain experience.
  • exp:
    • Any integer value.
    • Default: 1
    • The amount of experience.

kill-exp

  • This section is to give experience killing entities.
  • enable: 
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • mobs:
    • List of string values.
    • Default:
      • 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
    • List of entities with the amount of experience to gain. Use the following format: «<entitytype>, <exp>», You must put a valid EntityType for the version of Minecraft you are using on your server. (1.8.81.91.101.111.121.131.141.151.161.171.181.19).

break-blocks-exp

  • This section is to give experience by breaking blocks.
  • enable: 
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • blocks:
    • List of string values.
    • Default:
      • 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
    • Material list of the blocks. Use the following format: «<material>, <exp>». You must put a valid material for the version of Minecraft you are using on your server. (1.8.8 – 1.9 – 1.10 – 1.11 – 1.121.13 – 1.14 – 1.15 – 1.161.171.181.19).

place-blocks-exp

  • This section is to give experience placing blocks.
  • enable: 
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • blocks:
    • List of string values.
    • Default:
      • STONE, 1
      • DIRT , 1
      • GRASS , 1
      • COBBLESTONE , 1
      • WOOD , 1
      • SAND , 1
      • GRAVEL , 1
      • SANDSTONE , 1
      • GLASS , 2
      • BRICK , 2
      • QUARTZ_BLOCK , 3
    • Material list of the blocks. Use the following format: «<material>, <exp>». You must put a valid material for the version of Minecraft you are using on your server. (1.8.8 – 1.9 – 1.10 – 1.11 – 1.121.13 – 1.14 – 1.15 – 1.161.171.181.19).

chat-format:

  • enable
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • format:
    • List of configuration node for chat formats.
    • Default: 
      • 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}'
    • The list of formats. To add more chat formats copy and previous paste and edit.

The name of the chat nodes must be equal to the rank of the players.

Chat variables:

  • {PRESTIGES_RANK} – The player’s prestige rank.
  • {PRESTIGES_LEVEL} – The player’s prestige level.
  • {PRESTIGES_EXP} – The player’s prestige experience points.
  • {PLAYER_NAME} – The player’s name.
  • {DISPLAY_NAME} – The displayed name of the player.
  • {WORLD} – The name of the player’s world.
  • {PREFIX} – The player prefix. (Requires Vault plugin).
  • {SUFFIX} – The player’s suffix. (Requires Vault plugin).
  • {MESSAGE} – The player’s message.
  • {RANK} – The player’s rank. (Requires Vault plugin with a permission plugin).

data-storage

  • This section is for the database.
  • type
    • String value. (SQLite, MySQL)
    • Default: «SQLite»
    • The type of data storage.
  • host
    • Any string value.
    • Default: localhost
    • The address of the database host.
  • port 
    • Any integer value.
    • Default: 3306
    • The port of the database.
  • database
    • Any string value.
    • Default: minecraft
    • The name of the database.
  • username
    • Any string value.
    • Default: root
    • The username of the database.
  • password
    • Any string value.
    • Default: «»
    • The password of the database user.