Skip to content

Releases: Cold-Development/Confirm2Drop

Confirm2Drop v1.4.1

04 Feb 17:37
d088106

Choose a tag to compare

== v1.4.1 ==

  • fixed item duplication when drop confirmation was toggled on

Confirm2Drop v1.4

04 Jan 18:04
3489d28

Choose a tag to compare

== 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

01 Jan 13:44
ee625b7

Choose a tag to compare

== 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

30 Dec 23:08
bb63e45

Choose a tag to compare

== 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

28 Dec 22:42
4812152

Choose a tag to compare

== 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.

Confirm2Drop v1.1 - HF

27 Dec 17:57

Choose a tag to compare

== 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

27 Dec 17:08

Choose a tag to compare

== v1.0 ==

  • First version of this plugin.
  • Read the README.md file from the repository for information about the plugin.