Skip to content

Commit 81664cd

Browse files
authored
Update README.md [ci skip]
1 parent bb63e45 commit 81664cd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,21 @@ locale: en_US
7676
# You can use a value here such as 'version' to show the output of '/confirm2drop version'
7777
# If you have any aliases defined, do not use them here
7878
# If left as blank, the default behavior of showing '/confirm2drop version' with bypassed permissions will be used
79+
#
7980
# Default:
8081
base-command-redirect: ''
82+
83+
# When true, players must confirm the toggle action with '/c2d toggle confirm'.
84+
# When false, the toggle action works directly with '/c2d toggle'.
85+
# Default: false
86+
toggle-warning: false
87+
88+
# Enable or disable the Confirm2Drop feature globally.
89+
# If set to false, no confirmation will be required for dropping items,
90+
# and the plugin will ignore all player-specific settings.
91+
# No changes to the toggle preference can be made while the feature is disabled.
92+
# Default: true
93+
confirm2drop: true
8194
blacklist:
8295

8396
# Enable or disable confirmation for all tools.
@@ -100,6 +113,11 @@ blacklist:
100113
# Default: true
101114
enchanted-items: true
102115

116+
# A list of specific item IDs that require confirmation before dropping.
117+
# Example: [lodestone_compass, compass, mace, totem_of_undying]
118+
# Add the item IDs here to enforce confirmation for custom items.
119+
others: []
120+
103121
# Time in seconds before the confirmation request expires.
104122
# If the player does not confirm the drop within this time, the request will be canceled.
105123
# Default: 5

0 commit comments

Comments
 (0)