deps: bump it.unimi.dsi:fastutil from 8.5.15 to 8.5.16 (#278)
Bumps it.unimi.dsi:fastutil from 8.5.15 to 8.5.16.
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil dependency-version: 8.5.16 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.ajoberstar.grgit from 5.3.0 to 5.3.2 (#279)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
updated-dependencies:
- dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 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 net.kyori:adventure-nbt from 4.21.0 to 4.23.0 (#280)
Bumps net.kyori:adventure-nbt from 4.21.0 to 4.23.0.
updated-dependencies:
- dependency-name: net.kyori:adventure-nbt dependency-version: 4.23.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 net.william278.toilet:toilet-velocity from 1.0.12 to 1.0.14 (#277)
Bumps net.william278.toilet:toilet-velocity from 1.0.12 to 1.0.14.
updated-dependencies:
- dependency-name: net.william278.toilet:toilet-velocity dependency-version: 1.0.14 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 com.gradleup.shadow from 8.3.6 to 8.3.7 (#282)
Bumps com.gradleup.shadow from 8.3.6 to 8.3.7.
updated-dependencies:
- dependency-name: com.gradleup.shadow dependency-version: 8.3.7 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>
Fixed https://github.com/WiIIiam278/Velocitab/issues/276 Correctly marked 1.21.6 as supported
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