▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/RediVelocity
RediVelocity

RediVelocity

RediVelocity allows you to sync proxy data between your proxies using Redis.

417
4

RediVelocity v2.3.0

release28 марта 2026 г.

☁️ Information 🚩:

  • You will need a Redis Database
  • You will only receive support if you are using the latest versions of Velocity, and RediVelocity. Additionally, you must have a basic understanding of Redis. I will not provide assistance with Redis in any way.

🍽️ Patches & Fixes 🧑🏼‍🍳:

  • Merge pull request #133 from byPixelTV/renovate/all-dependencies-with-patch-changes (deebef2) by @byPixelTV

  • chore: update plugin com.gradleup.shadow to v9.4.1 (66b1b97) by renovate[bot]

  • feat(heartbeat): the task did not actually remove the proxies sometimes (52e64bf) by @byPixelTV

  • feat: add bstats metrics (a34de10) by @byPixelTV

  • fix(heartbeat): ttl was in seconds and not in ms, resulted in a ttl of 90k seconds (fdf7184) by @byPixelTV

  • fix(heartbeat): ttl was set for whole hash and not for unique proxy id so dead proxies were never removed (ee5eca5) by @byPixelTV

  • Merge pull request #130 from byPixelTV/renovate/com.gradleup.shadow-9.x (51aeccb) by @byPixelTV

  • chore: update plugin com.gradleup.shadow to v9.4.0 (b3d5355) by renovate[bot]

  • Merge pull request #131 from byPixelTV/renovate/all-dependencies-with-patch-changes (93f6762) by @byPixelTV

  • Merge pull request #132 from byPixelTV/renovate/gradle-9.x (f93bdfa) by @byPixelTV

  • chore: update Gradle to v9.4.1 (8e46306) by renovate[bot]

  • chore: update all dependencies with patch changes to v2.3.20 (961c7ba) by renovate[bot]

  • fix: antivpn command was only executeable by players, now uses anyExecutor (f9ab634) by @byPixelTV

  • fix: make antivpn check method less complex for codefactor (bda257b) by @byPixelTV

  • fix: make antivpn check method less complex for codefactor (b2e2918) by @byPixelTV

  • Merge pull request #129 from byPixelTV/feat/antivpn (79187bd) by @byPixelTV

  • fix: only get data from ipquery if anti vpn is enabled (0525dbd) by @byPixelTV

  • feat: add simple antivpn, but very sloppy coded with ai and copied from another project (fd7e8d4) by @byPixelTV

  • Merge pull request #126 from byPixelTV/renovate/io.lettuce-lettuce-core-7.x (fd1e002) by @byPixelTV

  • Merge pull request #127 from byPixelTV/renovate/gradle-9.x (d74fc80) by @byPixelTV

  • Merge pull request #128 from byPixelTV/renovate/all-dependencies-with-patch-changes (12d04d7) by @byPixelTV

  • chore: update all dependencies with patch changes to v3.0.0-beta3 (7cbd80b) by renovate[bot]

  • fix: there where some mixups with the redis hash names (d8983ae) by @byPixelTV

  • chore: update Gradle to v9.4.0 (3aa4672) by renovate[bot]

  • chore: update dependency io.lettuce:lettuce-core to v7.5.0.RELEASE (e295268) by renovate[bot]

  • feat: add feature to prevent players from connection with 2 instances and the same account if they hit different proxies (57b416c) by @byPixelTV

  • Merge pull request #123 from byPixelTV/renovate/all-dependencies-with-patch-changes (0c8859d) by @byPixelTV

  • Merge pull request #124 from byPixelTV/renovate/io.lettuce-lettuce-core-7.x (1b22ec7) by @byPixelTV

  • Merge pull request #125 from byPixelTV/renovate/major-github-actions (50d99e8) by @byPixelTV

  • chore: update all dependencies with patch changes (9c87b95) by renovate[bot]

  • chore: update actions/upload-artifact action to v7 (f504b0c) by renovate[bot]

  • chore: update dependency io.lettuce:lettuce-core to v7.4.0.RELEASE (ae33e29) by renovate[bot]

  • chore: bump vulpescloud version (#122) (5d3fb56) by @byPixelTV

  • fix: Correct VulpesCloud version (2c753f7) by @TheCGuyGitHub

  • Full Changelog: https://github.com/byPixelTV/RediVelocity/compare/v2.2.0...v2.3.0

📝 Velocity & Java Support 📑:

  • This version requires Velocity 3.5.0+ to correctly run on your proxy
  • You have to use Java 21+ to run this plugin

🔥 Other stuff 🎉:

  • If you find any bugs tell me on Discord or use the GitHub issue tracker.

💻 Development Builds 🌐:

RediVelocity v2.2.0

release6 февраля 2026 г.

☁️ Information 🚩:

  • You will need a Redis Database
  • You will only receive support if you are using the latest versions of Velocity, and RediVelocity. Additionally, you must have a basic understanding of Redis. I will not provide assistance with Redis in any way.

🍽️ Patches & Fixes 🧑🏼‍🍳:

  • fix: an exception was thrown when starting a proxy (df52c43) by @byPixelTV

  • chore: update to new lettuce-wrapper repo (42364d4) by @byPixelTV

  • chore: set players in redis correctly (00f9934) by @byPixelTV

  • fix: playercount should now be correctly synced (aa3ba9f) by @byPixelTV

  • fix: there was an error when no server was registered during plugin load (46ff873) by @byPixelTV

  • Merge pull request #120 from byPixelTV/renovate/gradle-9.x (b04cfa1) by @byPixelTV

  • chore: update Gradle to v9.3.1 (c732a15) by renovate[bot]

  • fix: connecting players via redis pubsub now works (4a8c211) by @byPixelTV

  • feat: allow connecting players to other servers registered to the proxy via pub/sub (d56a50d) by @byPixelTV

  • feat: track registered servers in redis for all proxies (f276875) by @byPixelTV

  • feat: add a task that registers the current proxy if it got falsely removed from Redis (6ddf6fb) by @byPixelTV

  • fix: some performance improvements (12d0baa) by @byPixelTV

  • fix: change the default enabled state of the playerversion-check to be false (b578004) by @byPixelTV

  • Merge pull request #115 from byPixelTV/renovate/all-dependencies-with-patch-changes (d4db4c0) by @byPixelTV

  • chore: update dependency dev.bypixel:LettuceWrapper to v0.4.0+8ae7011 (8631dab) by renovate[bot]

  • Merge pull request #112 from byPixelTV/renovate/all-dependencies-with-patch-changes (383ab42) by @byPixelTV

  • Merge pull request #113 from byPixelTV/renovate/gradle-9.x (b4fe3c1) by @byPixelTV

  • Merge pull request #114 from byPixelTV/renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x (8267f70) by @byPixelTV

  • chore: update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.10.0 (10cbfeb) by renovate[bot]

  • chore: update Gradle to v9.3.0 (5c9dd91) by renovate[bot]

  • chore: update all dependencies with patch changes to v4.0.0-RC17-SNAPSHOT (2350fe1) by renovate[bot]

  • Merge pull request #111 from byPixelTV/renovate/dev.bypixel-lettucewrapper-0.x (bc892f8) by @byPixelTV

  • chore: update dependency dev.bypixel:LettuceWrapper to v0.4.0 (245a71c) by renovate[bot]

  • Full Changelog: https://github.com/byPixelTV/RediVelocity/compare/v2.1.0...v2.2.0

📝 Velocity & Java Support 📑:

  • This version requires Velocity 3.4.0+ to correctly run on your proxy
  • You have to use Java 21+ to run this plugin

🔥 Other stuff 🎉:

  • If you find any bugs tell me on Discord or use the GitHub issue tracker.

💻 Development Builds 🌐:

RediVelocity v2.1.0

release4 января 2026 г.

☁️ Information 🚩:

  • You will need a Redis Database
  • You will only receive support if you are using the latest versions of Velocity, and RediVelocity. Additionally, you must have a basic understanding of Redis. I will not provide assistance with Redis in any way.

🍽️ Patches & Fixes 🧑🏼‍🍳:

  • feat: better handling if redis connection was lost (70ec3c3) by @byPixelTV

  • feat: add global playercount calculation on join and quit (f052240) by @byPixelTV

  • Merge pull request #102 from byPixelTV/renovate/all-dependencies-with-patch-changes (7277292) by @byPixelTV

  • chore: update dependency io.lettuce:lettuce-core to v7.2.1.RELEASE (b4ac40c) by renovate[bot]

  • Merge pull request #103 from byPixelTV/renovate/org.jetbrains.kotlin.jvm-2.x (0f30298) by @byPixelTV

  • Merge pull request #104 from byPixelTV/renovate/org.jetbrains.kotlin.plugin.serialization-2.x (17d02bc) by @byPixelTV

  • Merge pull request #105 from byPixelTV/renovate/dev.jorel-commandapi-velocity-shade-11.x (1606ee8) by @byPixelTV

  • chore: update dependency dev.jorel:commandapi-velocity-shade to v11.1.0 (130b523) by renovate[bot]

  • chore: update plugin org.jetbrains.kotlin.plugin.serialization to v2.3.0 (dc09323) by renovate[bot]

  • chore: update plugin org.jetbrains.kotlin.jvm to v2.3.0 (671f9fa) by renovate[bot]

  • fix: more issues with player syncing (fb29d54) by @byPixelTV

  • Merge pull request #100 from byPixelTV/renovate/major-github-actions (d281ece) by @byPixelTV

  • chore: update actions/upload-artifact action to v6 (4e1e04a) by renovate[bot]

  • Merge pull request #99 from byPixelTV/renovate/all-dependencies-with-patch-changes (96bfcaf) by @byPixelTV

  • chore: update dependency dev.bypixel:LettuceWrapper to v0.3.2+6255be0 (b936d66) by renovate[bot]

  • chore: update copyright notice (c7b0808) by @byPixelTV

  • chore: improve the syncing of the playercount to make it update mor quickly and make it more accurate (087a224) by @byPixelTV

  • Merge pull request #97 from byPixelTV/renovate/io.lettuce-lettuce-core-7.x (c5c1b08) by @byPixelTV

  • Merge pull request #98 from byPixelTV/renovate/com.gradleup.shadow-9.x (f929a88) by @byPixelTV

  • chore: update plugin com.gradleup.shadow to v9.3.0 (0a2e4c7) by renovate[bot]

  • Full Changelog: https://github.com/byPixelTV/RediVelocity/compare/v2.0.4...v2.1.0

📝 Velocity & Java Support 📑:

  • This version requires Velocity 3.4.0+ to correctly run on your proxy
  • You have to use Java 21+ to run this plugin

🔥 Other stuff 🎉:

  • If you find any bugs tell me on Discord or use the GitHub issue tracker.

💻 Development Builds 🌐:

RediVelocity v2.0.4

release23 ноября 2025 г.

☁️ Information 🚩:

  • You will need a Redis Database
  • You will only receive support if you are using the latest versions of Velocity, and RediVelocity. Additionally, you must have a basic understanding of Redis. I will not provide assistance with Redis in any way.

🍽️ Patches & Fixes 🧑🏼‍🍳:

  • fix: lettuce bump caused the plugin not to load on linux (a869f9a) by @byPixelTV

  • fix: lettuce wrapper bump caused build to fail, heartbeat sys had major issues (cc711ab) by @byPixelTV

  • Merge pull request #95 from byPixelTV/renovate/dev.bypixel-lettucewrapper-0.x (5feab5e) by @byPixelTV

  • chore: update dependency dev.bypixel:LettuceWrapper to v0.3.1 (6b71de0) by renovate[bot]

  • fix: simplify exception handling and remove libsFolder configuration from quark, because it got removed and caused the build to fail (1dbae19) by @byPixelTV

  • Merge pull request #91 from byPixelTV/renovate/all-dependencies-with-patch-changes (fb931c7) by @byPixelTV

  • Merge pull request #92 from byPixelTV/renovate/major-github-actions (67be2d1) by @byPixelTV

  • Merge pull request #93 from byPixelTV/renovate/org.bxteam.quark-1.x (655fbf0) by @byPixelTV

  • Merge pull request #94 from byPixelTV/renovate/io.lettuce-lettuce-core-7.x (4c2d00c) by @byPixelTV

  • chore: update dependency io.lettuce:lettuce-core to v7.1.0.RELEASE (28efdf1) by renovate[bot]

  • chore: update plugin org.bxteam.quark to v1.3.0 (5daf77d) by renovate[bot]

  • chore: update actions/checkout action to v6 (86e98fa) by renovate[bot]

  • chore: update dependency com.squareup.okhttp3:okhttp to v5.3.2 (c043c9b) by renovate[bot]

  • Merge pull request #90 from byPixelTV/renovate/gradle-9.x (54eb078) by @byPixelTV

  • chore: update Gradle to v9.2.1 (e7f09df) by renovate[bot]

  • Merge pull request #89 from byPixelTV/renovate/all-dependencies-with-patch-changes (936710b) by @byPixelTV

  • chore: update all dependencies with patch changes (8ff0b12) by renovate[bot]

  • Merge pull request #88 from byPixelTV/renovate/dev.bypixel-lettucewrapper-0.x (fb1f82f) by @byPixelTV

  • Full Changelog: https://github.com/byPixelTV/RediVelocity/compare/v2.0.3...v2.0.4

📝 Velocity & Java Support 📑:

  • This version requires Velocity 3.4.0+ to correctly run on your proxy
  • You have to use Java 21+ to run this plugin

🔥 Other stuff 🎉:

  • If you find any bugs tell me on Discord or use the GitHub issue tracker.

💻 Development Builds 🌐:

RediVelocity v2.0.3

release4 ноября 2025 г.

☁️ Information 🚩:

  • You will need a Redis Database
  • You will only receive support if you are using the latest versions of Velocity, and RediVelocity. Additionally, you must have a basic understanding of Redis. I will not provide assistance with Redis in any way.

🍽️ Patches & Fixes 🧑🏼‍🍳:

📝 Velocity & Java Support 📑:

  • This version requires Velocity 3.4.0+ to correctly run on your proxy
  • You have to use Java 21+ to run this plugin

🔥 Other stuff 🎉:

  • If you find any bugs tell me on Discord or use the GitHub issue tracker.

💻 Development Builds 🌐:

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:10 месяцев назад
Обновлён:2 недели назад
Главная