Skip to content

Releases: oddlama/vane

[1.18+] vane v1.6.6

19 Dec 13:08
v1.6.6
a337bf9
Compare
Choose a tag to compare

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

13 Dec 14:11
v1.6.5
0c53456
Compare
Choose a tag to compare

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

10 Dec 23:31
v1.6.4
39cef0b
Compare
Choose a tag to compare

Changelog

This is a hotfix.

Fixes

  • fix: double configs were clamped to ints because of bad copypasta

[1.18+] vane v1.6.1

09 Dec 14:22
v1.6.1
6008f31
Compare
Choose a tag to compare

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

08 Dec 23:24
v1.6.0
f4b1934
Compare
Choose a tag to compare

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

05 Dec 14:33
v1.5.0
8a38f18
Compare
Choose a tag to compare

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

03 Dec 02:33
v1.4.0
a2366a9
Compare
Choose a tag to compare

Changelog

  • Updated all dependencies to work with minecraft 1.18!

vane v1.3.2

13 Nov 12:34
v1.3.2
afee5ba
Compare
Choose a tag to compare

Changelog

Fixes

  • fix: recipes were not properly disabled when custom-items/enchantments were disabled via the config

vane v1.3.1

30 Oct 19:35
v1.3.1
5efd399
Compare
Choose a tag to compare

Changelog

Fixes

  • fix: calculation of current player experience for xp bottles (fixes #56)

vane v1.3.0

26 Oct 23:36
v1.3.0
26e5375
Compare
Choose a tag to compare

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