Releases: Cold-Development/Confirm2Drop
Releases · Cold-Development/Confirm2Drop
Confirm2Drop v1.4.1
Confirm2Drop v1.4
== 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
Confirm2Drop v1.3.1
== 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)
Confirm2Drop v1.3
== v1.3 ==
- Added toggle-warning to disable the need of confirmation for /c2d toggle command
- Added blacklist.others section to add custom items in confirmation protection
- removed some code comments
- Update pom.xml
- Update SettingKey.java
- Update DropListener.java
- Update DatabaseManager.java
- Update ToggleCommand.java
- Update Commander.java
Confirm2Drop v1.2
== v1.2 ==
- Added a global toggle to enable or disable the plugin feature.
- Added message when players attempt to use
/c2d toggleor/c2d toggle confirmwhile 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-commandinToggleCommand.
Confirm2Drop v1.1 - HF
== v1.1 - HF ==
- Quick hotfix to solve duplicated messages for drop confirmation.
- Small code change to reflect SQLite database connection (un)successful with colors and symbols.
Confirm2Drop v1.0
== v1.0 ==
- First version of this plugin.
- Read the
README.mdfile from the repository for information about the plugin.