Releases: crashdemons/MiningTrophies
Releases · crashdemons/MiningTrophies
v0.8.10
v0.8.6
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) andbroadcastrange
(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
- Ignore cancelled blockbreak events
- new option
disableplacement
(default: true) which prevents players from placing Mining Trophies by accident.
v0.8.1
set amount properly
v0.6.4-beta
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
Bugfixes:
- Detects plugin-protected blocks and cancels associated drops when block-breaking is cancelled.