 
                Plugin to turn a player's xp into a usable bottle.

 
  
  
  
  
  bottlexp.usebottle (Use the bottles)
 bottlexp.usebottle (Use the bottles) 
bottlexp.use (Use the /bottlexp command)
bottleadmin.use (Use the /bottleadmin command) 
You can change the permissions in the config.yml file  - Command /bottleadmin create (xp) (nickname)
 - Command /bottleadmin create (xp) (nickname)
- Enable/Disable bottle use by owner 
# ================================================================
#                       Iconic-BottleEXP
#                         By Alexandr3_
# ================================================================
options:
  prefix: '&6[&bIconicBottleEXP&6]&r'
  bottle-title: '&d&l✧ &aXP Bottle &d&l✧'
  #IMPORTANT : Do not include numbers in the bottle lore! You must use only {xp} to display the number of xp and for the bottle to work.
  bottle-lore: # Variables : {xp} {player}
    - '&r'
    - '&fContains &b{xp}xp&f.'
    - '&fCreator: &6{player}&f.'
    - '&r'
    - ' &d&l▸ &eRight&f click to &buse&f.'
  expAmount-min: 1 # min xp to create bottle
  expAmount-max: 30 # max xp that a bottle can contain
  #Available: English (en) French (fr) Espagnol (es) German (germ)
  #You need restart the server if you change the locale !
  locale: en
  item: EXPERIENCE_BOTTLE #You need restart the server if you change this !
permissions:
  bottle-use: bottlexp.usebottle # Permission needed to use bottle xp
  player-use: bottlexp.use # Permission needed to use /bottlexp
  admin-use: bottleadmin.use # Permission needed to use /bottleadminmessages:
  no-permission: '{prefix} &cYou don''t have access to this command!'
  no-options: '{prefix} &cPlease enter a valid option!'
  no-access: '{prefix} &cYou can''t use the bottles!'
  notplayer: '{prefix} &cYou are not a player!'
commands-messages:
  bottlexp:
    usage: '{prefix} &fCommand: &b/bottlexp (number)&f.'
    not-number: '{prefix} &cPlease enter a number!'
    no-valid: '{prefix} &4&lError:&c The bottle is not valid!'
    expMinMax: '{prefix} &cPlease enter a number between {expMin} and {expMax} !' # Variables : {expMin} {expMax}
    not-enough-exp: '{prefix} &cYou don''t have enough xp!'
    expRecover: '{prefix} &aYou have just received &b{exp}xp&f!' # Variable : {exp}
    bottle-converted: '{prefix} &aYou just converted &6{exp}xp &ainto a bottle!' # Variable : {exp}
    no-inventory-space: '{prefix} &cYou don''t have enough place in your inventory!'
  admin:
    reload: '{prefix} &bThe configuration file has been &areloaded&b !'
    usage: '{prefix} &fCommand: &6/bottleadmin (reload/version)'
#Translate by Alexandr3_