- added exclusion list for
suspicious-blocks
module
- players that don't count as required to sleep are now ignored by
send-sleep-percentage-message
module - shears can now break anything shears can when placed in dispenser with
dispenser.break-blocks.shears
option
- reworked
run-faster-on-paths
feature to use attribute modifier instead of potion effect. The equivalent of swiftness 1 effect will beadd_scalar
type and value of0.2
. so swiftness 2 will be value0.4
, etc. You now have the full power of attribute modifiers to use with this.
- simplify totem drop chance calculation for
raid-totem-drops.chance
option
- fix raid-totem-drops.chance parsing its value as integer instead of float
- raid-totem-drops.chance option now takes a value between 0 and 1 instead of 1 to 100 to match
- update manifest to prevent paper from remapping the plugin for no reason
- fixed wrong entity type in default entity list within lightning transforms mobs module
- spawner protection module now also works on trial spawners
- fixed spawner protection module not loading properly
- added option to protect spawners similar to protecting lootable blocks
- added option to make loot protected block immune to explosions
- fix one of the config options not generating unless
twerk-to-reduce-burn-time.chance
was less than 0 - add possibility of playing a sound when an entity is unleashed
- added twerk-to-reduce-burn-time setting
- reimplemented
mobs.snow_golem.drop-pumpkin-when-sheared
from Purpur - reimplemented
mobs.sheep.jeb-shear-random-color
from Purpur
- added permissions for opening iron doors and trapdoors (defaulted to true so current behavior is maintained unless the permission is denied)
- make ABSOLUTE sure no players logging out while their projectie is still in the air get left behind in the check
- fix an exception for prevent pet damage from owners if owner is not a player
- PurpurExtras can now run on paper. Enabling some settings will still require you to run Purpur if needed.
- added module to allow custom amount of banner layers on a banner
- added a module to control totem of undying drop chance from evokers spawned from a raid
- modules for adding upgrade recipes for tools and armor were removed. If you still want the feature, it's now available as datapacks, so it can even work on vanilla servers
- added option to create suspicious block by putting item in gravel or sand
- lootable blocks protection feature
- plugin now scans for packages dynamically instead of keeping a set of them
- updated dependencies, cleaned up old, unused and deprecated code