Now players with permission inventorykeeper.keep (Default:OP) can restore their inventory while the item will not be consumed.
To clear the items with enchantment curse of vanishing when the player dies, you can set clear-vanishing-curse-items to true.
To drop the items with enchantment curse of binding when the player dies, you can set drop-binding-curse-items to true.
You will need to add following contents in settings group in config.yml before update!
Code (YAML):
clear-vanishing-curse-items: true
#Clear items with curse of vanishing when player dies. # Only for 1.11+! drop-binding-curse-items: false
#Drop items with curse of binding when player dies. # Only for 1.11+!