New feature - The player can see the cost of the enchantment when the cost is over the limit set in the config file.
 You have 2 ways of doing it: Sending a message to the player, with a BossBar (Premium only) or both!
 You can choose how in the config file. 
(You'll have to delete the config file to generate a new one or just modify the code like this)
 
 
 
 
 
  Code (YAML):
 
 
 
  too-expensive-enabled
  : true
  
 maximum-cost
  : 40
  
 
  
 
  #########################################################
  
 
  # Choose how you will display the level cost to enchant #
  
 
  # when the level is higher than the maximum defined in  #
  
 
  # the config file. By default, sendmessage is false and #
  
 
  # bossbar is true.                                      #
  
 
  #########################################################
  
 sendmessage
  : false
  
 bossbar
  : true
 
 
 If you find any bug, please report it in the discussion section or the 
Discord. Please do not use de review section to report a bug.
 
 If you like my plugin, 
PLEASE, let a review!!!