- Automatically remove or modify expired scrolls
  
 - Placeholder bug fix
  
 
 
 
  Code (YAML):
 
 
 
  #Expired scrolls settings
  
 expiredScrolls
  :
   
  #Set to -1 to disable expired scroll removal (in seconds) suggested 60 seconds
  
   refreshRate
  : -1
  
   
  #Remove the item from inventory
  
   remove
  : true
  
   
  #Set message to [] to disable
  
   message:
  
     - '&c&lTIME''S UP
  : A scroll has automatically been removed from your inventory'
  
     - '<title>&c&nScroll Expired<subtitle>&c&oautomatically removed'
  
   
  #Cross out the title and lore of the expired scroll
  
   cross-out:
  
     title
  : false
  
     lore
  : false
  
   
  #After crossing out add text on the sides of the title
  
   append-title:
  
     left
  : 
  ""
  
     right
  : 
  ""
  
   
  #After crossing out add lines to lore
  
   append-lore:
  
     top
  : 
  [
  ]
  
     bottom
  :
       - '&c&lEXPIRED'