IMPORTANT: 
 You will need to perform the following before starting server with new update
 
 
 - On bukkit, delete ./plugins/GriefDefender/lang 
- On sponge, delete ./config/GriefDefender/lang 
Note: If you heavily customized your lang file then generate a fresh file on a test server to copy new entries into custom one.
 Note: Storage settings have been removed from 'global.conf' and added to its own file 'storage.conf'. If using a database, make sure to migrate settings to new file.
 
 
 This is a stability update addressing a few bugs.
 
 
 
Changelog
 
 
 
 
  Code (Text):
 
 
 
  
 * (MC 1.18) Fix issue with players unable to claim below 0.
  
 * Fix claimlist 'blocks' label not being translated.
  
 * Fix claiminfo 'Raid' label not being translated.
  
 * Fix claiminfo 'ID' label not being translated.
  
 * Fix trustlist 'Click here to add' hover label not being translated.
  
 * Add 'painting-damage' definition to minecraft user preset.
  
 * Add 'wilderness-default-message' setting to enable/disable default enter message.
  
 * Implement QueryPermissionEvent.
  
 * Move storage settings in 'global.conf' to its own config 'storage.conf' in order to better support version control.
  
 Note: If you changed storage settings, make sure to migrate the changes to storage.conf.