From 8d99a9a5ce5d28d63693f483f8c177ea8dadcd9f Mon Sep 17 00:00:00 2001 From: Arthur Pavarino Date: Thu, 22 Feb 2024 12:09:33 +0100 Subject: [PATCH] Update configuration.md --- configuration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 8851557..d8571ee 100644 --- a/configuration.md +++ b/configuration.md @@ -7,6 +7,7 @@ This section describes how to configure Deadchest through the`config.yml` file Option | Value | Default | Description --- | --- | --- | --- +`auto-update` | boolean | true | Enable plugin auto update. In case of major change the plugin will not update by itself and just display message information `OnlyOwnerCanOpenDeadChest` | boolean | true | If true only the owner can open the chest. If false, anyone can open it `DeadChestDuration` | number | 360 | Duration (in sec) before the chest expires. 0 is for infinite duration (no expiration) `IndestuctibleChest` | boolean | true | Enable protection of the chest against griefing @@ -20,13 +21,15 @@ Option | Value | Default | Description `DisplayDeadChestPositionOnDeath` | boolean | true | Display a message to the player with the location of the Deadchest when he dies `DropMode` | 1,2 | 1 | 1 - Items are added directly to the players inventory until it's full, excess gets dropped
2 - All items are dropped on the ground. `DropBlock` | 1,2,3,4,5 | 1 | 1 - Chest
2 - Player Head
3 - Barrel
4 - Shulker Box
5 - Ender Chest +`StoreXP` | boolean | false | Store Player XP on Deadchest +`StoreXPPercentage` | number | 100 | % of XP stored on the deadchest. Only works if StoreXP is true `ItemsDroppedAfterTimeOut` | boolean | false | false - DeadChest contents are removed when the timer expires.
true - DeadChest contents are dropped on the ground when the timer expires. `GenerateOnLava` | boolean | true | Enable Deadchest generation on lava `GenerateOnWater` | boolean | true | Enable Deadchest generation on water `GenerateOnRails` | boolean | true | Enable Deadchest generation on rails `GenerateInMinecart` | boolean | true | Enable Deadchest generation in minecart `EnableWorldGuardDetection` | boolean | false | Enable Worldguard integration. More info [here](https://apavarino.github.io/Deadchest/worldguard) -`item-durability-loss-on-death` | number | 0 | Percentage of stuff durability loss on death +`item-durability-loss-on-death` | number | 100 | Percentage of stuff durability loss on death `ExcludedWorld` | list of string | | List of worlds that DeadChests will NOT be generated in `ExcludedItems` | list of string | | List of items that will be excluded from DeadChests