== v1.4 ==
- fixed armor or items to disappear if inventory is full and the drop required a confirmation
- Update DropListener.java
- Update ToggleCommand.java
- updated locale files to include the new message informing the user that the item was dropped on the ground while inventory is full
== v1.3.1 ==
+ Added support for PlaceholderAPI
- %confirm2drop_toggle_status% can be now used anywhere as placeholder to return the current status of the drop confirmation whether is enabled or disabled
- locale changes (all files)
== v1.2 ==
+ Added a global toggle to enable or disable the plugin feature.
+ Added message when players attempt to use `/c2d toggle` or `/c2d toggle confirm` while the feature is disabled.
+ Prevented player preferences from being updated when the global toggle is set to `false`.
+ Added new locale keys.
- Updated "/c2d toggle" to include a confirmation step.
- Fixed the wrong locale string ID for `player-only-command` in `ToggleCommand`.