[+] Added the ability for the Seller Minion to sell items without a sell hook/override the sell hook
 
 To enable, add this to Seller.yml file
 
 
 
 
  Code (Text):
 
 
 
  
 #By default the seller minion will hook into your shop plugin in order to sell items
  
 #If you wish to override that, set enable_worth to true, add the item below
  
 #Please use 1.16 naming convention https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  
 #1.8 - 1.16 supported
  
 #You can use this file to override values in other plugins
  
 enable_worth: false
  
 worth:
  
   STICK: 1
  
   COAL: 3
  
   DIAMOND: 50
  
   IROM_SWORD: 10