From now you can turn off the confirmation GUI, separately for the clear, delete and load methods.
 
 You have to extend your config.yml with the following:
 
 
 
  Code (YAML):
 
 
 
  #########################################
  
 
  # You can turn on and off the confirmation gui, which appears when you delete, load or clear inventories.
  
 
  #########################################
  
 confirmation-gui:
  
   delete
  : true
  
   load
  : true
  
   clear
  : true