Releases: oddlama/vane
[1.18.2] vane v1.8.2
Changelog
Fixes
- fix: additional loot tables were improperly applied
[1.18.2] vane v1.8.1
Changelog
This is a breaking feature release.
Features
- feat: update to minecraft 1.18.2
- feat: add new internal custom item system. recipes and loot tables for each item can now be configured
- feat: revamp enchantment system to also use the new recipe and loot system. (supports most recipe types, arbitrary NBT tags and additional enchantments)
- feat: automatically convert legacy customitems to new definitions
- feat: introduce world-local storage for portals and regions.
- feat: add custom for custom items (configurable)
- feat: portals and regions are now stored in world persitent data instead of the json file. If you need to manually edit this data, you can use a tool like NBTExplorer to do so.
- feat: allow disabling player heads in menus for slow servers (closes #105)
- feat: implement use-offhand inhibit behavior, to prevent custom items in main-hand from triggering off-hand items when interact events are cancelled
- feat: remove careless enchantment and always enable it for Rake
- feat: allow disabling custom drops from textured heads
Fixes
- chore: disable world protection by default, as most users don't want it
- fix: prevent NPE if the world containing the spawn point is removed
[1.18.2] vane v1.8.0
WARNING: THIS IS A PRE-RELEASE!
While local tests succeeded, only use at your own risk. In case you chose to update, make sure to backup all of your worlds and your plugin folder (or at least all vane-*/storage.json
files), in case anything doesn't work as expected. Please report any errors you encounter! (The v1.7.1 update prompt in-game is due to the pre-release and can be ignored)
The critical code is ran on first server start after updating. If all your custom items still work fine afterwards, and all portals and regions are still existent after two server restarts, everything is most probably working correctly.
Changelog
This is a breaking feature release.
Features
- feat: update to minecraft 1.18.2
- feat: add new internal custom item system. recipes and loot tables for each item can now be configured
- feat: revamp enchantment system to also use the new recipe and loot system. (supports most recipe types, arbitrary NBT tags and additional enchantments)
- feat: automatically convert legacy customitems to new definitions
- feat: introduce world-local storage for portals and regions.
- feat: add custom for custom items (configurable)
- feat: portals and regions are now stored in world persitent data instead of the json file. If you need to manually edit this data, you can use a tool like NBTExplorer to do so.
- feat: allow disabling player heads in menus for slow servers (closes #105)
- feat: implement use-offhand inhibit behavior, to prevent custom items in main-hand from triggering off-hand items when interact events are cancelled
- feat: remove careless enchantment and always enable it for Rake
- feat: allow disabling custom drops from textured heads
Fixes
- chore: disable world protection by default, as most users don't want it
- fix: prevent NPE if the world containing the spawn point is removed
[1.18.1] vane v1.7.1
Changelog
This is a hotfix release.
Fixes
- fix: removed malformatted vane bedtime messages causing stack trace errors
[1.18.1+] vane v1.7.0
Changelog
This is a feature and bugfix release.
Massive thanks to @ryantheleach who made a lot of this possible!
Features
- feat: show portal visiblity in the target selection menu
- feat: allow locking private portal targets to prevent them from being reset (closes #99)
- feat: Add dev server for resource packs with live-reloading of lang files. Not Implemented: Texture reloading etc.
- feat: Soulbound items can now be dropped without a chest by double dropping from inventory within a cooldown period.
- feat: Add user feedback when scrolls fail.
- feat: implement custom durabilities for HomeScroll & UnstableScroll
- feat: vane-enchant: Add support for grindstones & Smithing Tables.
- feat: make lore-updating backwards compatible as much as possible. Lore might only be duplicated now when not using client-side translations.
- feat: add hint where to reset a declined resourcepack in the kick message. closes #116
- feat: de-clutter chat messages by moving bedtime messages to the action bar (fixes #127)
- feat: warn users when configuring a resource pack in server.properties (closes #101)
- feat: add metrics support for all config values that don't contain any identifiable information (e.g. all boolean values are now tracked via bstats, but not strings)
- feat: implement lightweight entity move event with automatic processing backoff
- feat: horses (and all other living entities) are now also affected by fast-walking blocks
- feat: implement custom movement event processor to allow advanced portalling behavior.
- feat: #37, #91 allow any entity to traverse portals, including mounted entities (horses, minecarts). Also improves the traversal smoothness for players and entities if moving to another location in the same world.
- feat: allow disabling recipes or loot-tables for custom items and enchantments
Fixes
- fix: building vane on windows, adds cross-platform sha1 hasing
- fix: #95 If config portal_area is set to air, interpret that as air, or cave_air or void_air instead. Intended to be a temporary fix, until larger changes to the config are made.
- fix: flying through portals no longer resets velocity (fixes #92)
- fix: #38 Double door behavior is wrong in certain edge-cases. and Various Double Door related issues. Most valid double door combinations will now work, including the trick/hack where the doors are technically open to stop mobs entering. Also fixes iron doors opening with wooden doors.
- fix: deactivated enchantments are no longer obtainable via trading (fixes #84)
- fix: Lore is no longer removed upon enchant, Uses a sentinel value to flag lore lines added by vane-enchant. Should improve compatibility with other plugins.
- fix: inconsistent language version in vane-bedtime fixed (fixes #114)
[1.18.1+] vane v1.6.7
Changelog
This is a patch feature release.
Features
- feat: add proper permission defaults. installation is now drop-in and play
- feat: add warning when the configured spawn-protection world doesn't exist
[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)