Veloictab 1.7.7 adds support for Minecraft 1.21.6 and fixes a bug related to placeholder replacement.
- Added support for Minecraft 1.21.6 clients
- Fixed placeholder replacements not being applied when placeholder is not found, courtesy of@Koora7334 (#272)
To update, just drag+drop. There are no config changes.
feat: add support for Minecraft 1.21.6 (#274)
-
Started working on 1.21.6
-
refactor: cleanup, uncomment 1.21.6
Co-authored-by: AlexDev_ 56083016+alexdev03@users.noreply.github.com
deps: bump io.netty:netty-codec-http from 4.1.119.Final to 4.2.2.Final (#273)
Bumps io.netty:netty-codec-http from 4.1.119.Final to 4.2.2.Final.
updated-dependencies:
- dependency-name: io.netty:netty-codec-http dependency-version: 4.2.2.Final dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump net.kyori:adventure-nbt from 4.20.0 to 4.21.0 (#267)
Bumps net.kyori:adventure-nbt from 4.20.0 to 4.21.0.
updated-dependencies:
- dependency-name: net.kyori:adventure-nbt dependency-version: 4.21.0 dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump de.exlll:configlib-yaml from 4.5.0 to 4.6.1 (#270)
Bumps de.exlll:configlib-yaml from 4.5.0 to 4.6.1.
updated-dependencies:
- dependency-name: de.exlll:configlib-yaml dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump net.luckperms:api from 5.4 to 5.5 (#271)
Bumps net.luckperms:api from 5.4 to 5.5.
updated-dependencies:
- dependency-name: net.luckperms:api dependency-version: '5.5' dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix: Apply placeholder replacement when placeholder is not found (#272)
- Fix: Apply placeholder replacement when placeholder is not found
Previously, if a placeholder (e.g., %essentials_afk%) was not resolved (i.e., had no current value), the system would not apply any specific replacement rules defined for the placeholder string itself. This meant that a configuration like:
placeholder_replacements: '%essentials_afk%': - placeholder: '%essentials_afk%' replacement: "Not present"
would not result in "%essentials_afk%" being replaced by "Not present" if the %essentials_afk% placeholder didn't resolve.
- use getOrDefault instead of only get
Velocitab 1.7.6 fixes bugs and improves system performance.
- Improved config validation for tab groups (#261)
- Improved the performance and fixed several issues related to the placeholder replacement system
- Fixed a problem related to players with an active glow effect
To update, just drag+drop.
deps: bump net.kyori:adventure-nbt from 4.19.0 to 4.20.0 (#256)
Bumps net.kyori:adventure-nbt from 4.19.0 to 4.20.0.
updated-dependencies:
- dependency-name: net.kyori:adventure-nbt dependency-version: 4.20.0 dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#259)
Bumps org.apache.commons:commons-text from 1.13.0 to 1.13.1.
updated-dependencies:
- dependency-name: org.apache.commons:commons-text dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#254)
Bumps org.projectlombok:lombok from 1.18.36 to 1.18.38.
updated-dependencies:
- dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>