Plugin was whole recoded and its now up to date with PRO DeathChest. It is EXTREMLY RECOMMENDED to download this update and update your DeathChest plugin.
Plugin is now up to date with PRO version of DeathChest.
#Config version, DO NOT CHANGE! config_version: 1
#Enable debug messages in console? debug_messages: false
#Expire groups and permissions for each group. Please sort groups from highest permission to lowest. Last group should be default. expire_groups:
admin:
permission: deathchest.expire.admin
time: -1
default:
permission: deathchest.expire.default
time: 60
#Can chest be broken? allow_break_chests: false
#Should items drop when chest expires? drop_items_after_expire: false
#Should chest be spawned if player died in lava? lava_spawning: true
#Should chest be spawned if player died in void (or void damage)? void_spawning_chest: true
#Should it auto equip armor to player during fastlooting? auto_equip_armor: true
#Should the chest be spawned on highest possible block, or where player died? spawn_chest_on_highest_block: false
#Should the chest countdown start right after player died or after he respawns? start_timer_at_death: false
#Worlds where deathchest will not spawn disabled_worlds: - example_world
#Regions where deathchest will not spawn disabled_regions: - example_region
#GUI Sounds sounds:
click: UI_BUTTON_CLICK
gui_open: ENTITY_EXPERIENCE_ORB_PICKUP
deathchest_inv_title: "&7%player%'s DeathChest"
Based on requests I added feature that all chests will be removed if they are empty. I also removed auto_remove_chest from config since its not needed now. If you want to see code changes, check out github link.