Releases: oddlama/vane
Releases · oddlama/vane
[1.18+] vane v1.6.6
Changelog
This is a patch feature release.
Features
- feat: added configuration options for portal activation/deactivation sound volume (thanks @Dambroda)
[1.18+] vane v1.6.5
Changelog
This is a patch feature release.
Features
- feat: allow configuration of fast-walking speed effect level (closes #74)
[1.18+] vane v1.6.4
Changelog
This is a hotfix.
Fixes
- fix: double configs were clamped to ints because of bad copypasta
[1.18+] vane v1.6.1
Changelog
This is a bugfix release.
Fixes
- fix: allow all portals to be activated by redstone. always. (fixes #69 80085)
- fix: chest sorting was broken due to casting a wrong data object
- docs: add bluemap api to 3rd party libs
- chore: make sure to delete zip before creating all-plugins.zip
- French translation update (thanks @karthanistyr)
[1.18+] vane v1.6.0
Changelog
Features
- feat: added cooldowns to scrolls when taking damage to prevent combat logging (can be disabled) (closes #67).
- feat: added BlueMap integration for vane-bedtime
- feat: added BlueMap integration for vane-portals
- feat: added BlueMap integration for vane-regions
- feat: added radius configuration options for chest sorting, relative to the button. Allows defining a rectangular region around the button.
- feat: added portal setting to lock exit orientation (closes #58)
Miscellaneous
- docs: add sentence that portals can be activated via redstone (fixes #35)
- docs: mention russian translation in docs
- chore: update installation instructions in readme
[1.18+] vane v1.5.0
Changelog
Features
- feat: implement automatic distribution of official resource pack (fixes #62)
This mean you no longer need to host any resource packs by yourself.
Fixes
- fix: player messages were not viewable in logs
- vane-permissions will not remove any permissions defaults anymore, except when explicitly requested. (fixes #66)
[1.18+] vane v1.4.0
Changelog
- Updated all dependencies to work with minecraft 1.18!
vane v1.3.2
Changelog
Fixes
- fix: recipes were not properly disabled when custom-items/enchantments were disabled via the config
vane v1.3.1
vane v1.3.0
Changelog
Features
- feat: add option 'warn_breaking_loot_blocks' to vane-core to disable loot protection behavior (closes #34)
- feat: barrels will now be sorted like chests when an adjacent button is pressed (closes #31)
- feat: new permission 'vane.regions.admin' allows admins to modify any region
- feat: new permission 'vane.portals.admin' allows admins to modify any portal (fixes #27)
Fixes
- fix: rcon and command block permissions are now correctly set when using vane-permissions (fixes #54)
- fix: ensure that language files are processed lexicographically
- fix: only prevent monster related block changes in regions, not falling blocks spawns (fixes #52)
- fix: assign default permission group to players that have no explicit permission group assigned (fixes #49)
- fix: prevent netherite variants of items (including the netherite elytra) from burning (fixes #46)
- fix: prevent entity teleportation by vane-portal end gateway blocks (fixes #39)
- fix: use papermc's new ChatRenderer api to format chat messsages (fixes #30)
Miscellaneous
- chore: replace faq section in readme with link to wiki
- chore: add 'vane.portals.admin' and 'vane.regions.admin' to default admin permissions
- chore: better description for portal admin permission
- chore: Rename event handler according to common scheme