Skip to content

Releases: crashdemons/MiningTrophies

v0.8.10

26 Dec 19:47
Compare
Choose a tag to compare
1.17 changes to trophies

v0.8.6

05 Feb 03:45
Compare
Choose a tag to compare

v0.8.6:

  • bugfix: fix dropped trophy stacks from fixdroppedtrophies being reduced to 1 in size (#5)

v0.8.5:

  • adds an broad permission miningtrophies.command to access the /mt command to the plugin information. Subcommands still have specific permissions from previous verions, making this a minor issue.

v0.8.4:

  • adds config option fixdroppedtrophies which automatically updates dropped trophy items to their newest standard version.

v0.8.3:

  • fix spigot-api dependency for developers
  • add support for broadcasting recieiving a trophy from a block with configuration option broadcast (true/false) and broadcastrange (in blocks. if broadcastrange is 0 or lower, it will broadcast to the entire server)
  • remove blank lore line from new trophy items and explicitly reset the formatting at the beginning of each lore line.
  • add getLore() method to trophytype (API)
  • add identifyTrophyLore(...) and getIdentifyingLore() methods to TrophyType (API)

v0.8.2

07 Oct 21:46
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release
  • Ignore cancelled blockbreak events
  • new option disableplacement (default: true) which prevents players from placing Mining Trophies by accident.

v0.8.1

09 Jun 18:35
Compare
Choose a tag to compare
set amount properly

v0.6.4-beta

24 Oct 20:13
Compare
Choose a tag to compare
v0.6.4-beta Pre-release
Pre-release

Changes since 0.6-apha:

  • Adds BlockDropTrophyEvent so other plugins can modify MiningTrophies behavior (since 0.6.1-snapshot)
  • Attempt at adding support for NoCheatPlus (should fix issues where blocks were not mined when using NCP).

v0.6-alpha

16 Sep 10:05
Compare
Choose a tag to compare
v0.6-alpha Pre-release
Pre-release

Bugfixes:

  • Detects plugin-protected blocks and cancels associated drops when block-breaking is cancelled.