IMPORTANT: 
 Due to recent 1.5.x changes, 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
The flags.conf will have to be deleted or modified to account for new flag definitions from recent 1.5.x changes. Note: If you are on 1.5.9, no changes are needed.
 
 This is a stability update addressing various bugs and adding a few QoL additions.
 
 
 
Hybrid Improvements
 
 
 
 - Fix mohist EntityType mod registration.
- Add TE NBT id support for mods such as gregtech. See new setting 'tile-id-nbt-map' under mod category in global.conf
Player command option Improvements 
 - Commands no longer will run when changing between sub/parent claims
- Added claim option GUI support.
- Added WorldEdit command support.
- Added support for teleport commands.
- Fixed commands being executed on wrong claim.
Simplified Chinese Language Thanks to ahdg6 for contributing Simplified Chinese language support (zh_CN).
 
 
 
 
Changelog
 
 
 
 
  Code (Text):
 
 
 
  
 * Fix ClaimBlockTask prematurely exiting if a player had max claim blocks.
  
 * Fix TaxApplyTask not pulling funds from claim bank first.
  
 * Fix ClaimContextCalculator overwriting option claim contexts.
  
 * Fix player option commands running during a command causing a loop.
  
 * Fix player-command-enter running command from subclaim.
  
 * Fix player-command-exit running command to subclaim.
  
 * Fix player contexts not being added in all cases where a player is involved.
  
 * Fix flag definitions not accepting any context.
  
 * Fix elytra enter-claim bypass.
  
 * Fix configurate libs failing to download on startup.
  
 * Add 'claim-create-radius-limit' to global config.
  
 * Add Simplified Chinese language support (zh_CN).
  
 * Add enter-claim flag permission check on player login.
  
 * Add enter/exit-claim support for player respawns. If denied, GD will respawn player back in source claim in a safe location.
  
 * Add TE NBT id support for mods such as gregtech.
  
 * (Hybrid) Fix mohist EntityType mod registration.
  
 * (Hybrid/Sponge) Add TE NBT id support for mods such as gregtech. See new setting 'tile-id-nbt-map' under mod category in global.conf
  
 * (Sponge) Add 'interact-item-force-list' to global config. Used to force interact-item flag checks when a player left/right-clicks with an item in hand.
  
 * (Sponge) Add check to prevent re-registration of worlds.
  
 * (Sponge) Add workaround during collisions when user is wrapped in ProjectileSource.
  
 * (Sponge) Add EntityThrowable support for getEntityOwner.
  
 * (Sponge) Add method to get internal DamageSource type name.
  
 * (Sponge) Fix NPE when cancelling claim with '/claimrent cancel'
  
 * (Sponge) Fix wrong block being checked during bucket interactions such as lava and water.
  
 * (Sponge) Fix block-pre not handing certain mod permission checks such as AE2 cables.
  
 * (Sponge) Fix 'block-id-convert-list' feature not using correct id during player interactions.
  
 * (Sponge) Fix item-pickup flag not checking trust.