☁️ 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.
- Because there are currently no docs, you have to join my Discord Server if you have any questions. https://discord.gg/UvEC8C2vPy
📝 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
🍽️ Patches & Fixes 🧑🏼🍳:
If you want to suggest a feature, let me know that in the issue tracker!
-
Bump dependencies
-
if you want to kick a player using redivelocity, you now only need a json string that contains a uuid and a reason, a messages string is no longer required, but still works (the string has to exist, if not, it would throw a npe if a kick request is received) (https://github.com/byPixelTV/RediVelocity/commit/d0eacb3dc1953ae98d40f022c7b6bdbf41de306d)
-
completely remove proxy resourcepacks (https://github.com/byPixelTV/RediVelocity/commit/0a138b50e003e5867118e0d76661e42e275b5e32)
-
add back cloudnet support, because their api now only requires java 21 (https://github.com/byPixelTV/RediVelocity/commit/eb13bda79f00929402a3fc602c6810070265b268)
-
All commits since last release: https://github.com/byPixelTV/RediVelocity/compare/v1.1.2..v1.2.0
🔥 Other stuff 🎉:
- If you find any bugs tell me on Discord or use the GitHub issue tracker. Cheers! 🥂
💻 Development Builds 🌐:
- Development Builds: https://ci.bypixel.dev/job/RediVelocity/
- Fixed version control feature (10eae69)
- Fix some typos (b114c10)
- Removed player count from /rv proxy servers command (9ecf143)
- Added leader election system (f894938)
- Updated leader system to not automatically destroy itself (f894938)
- Add command to view the current leader (dbf6835)
- Improved leader election (04834b6)
- Update configuration management (09ddc83)
- Add heartbeat service for proxy cleanup after crashes (09ddc83)
- Use VulpesCloud v2 Alpha (1829b2b, committed by <@715248503730995270>GitHub)
- Fix Jenkins build URL in README (82053e7)
- Remove CloudNet integration (2dbd913)
- Clean up dependencies (2dbd913)
- Add SimpleCloud v3 integration (2dbd913)
- Made all Redis actions in events async (16f44fb)
- Per proxy playercount is now set at join, quit and every 2 seconds (21829c4)
- Change how global playercount is calculated (21829c4)
- Change package structure to
dev.bypixel
(c9b9dd4)- RediVelocity now only requires Java 21+ and not Java 23+ (2dbd913)
- Fixed that if you were using any cloud system that was not SimpleCloud the plugin wouldn't load because of the early initialization of the controller API (81b9ceb, committed by @TheCGuyGitHub, thx for the fix)
- Removed velocity-plugin.json to just use the annotation (b7c642f)
- Improved version check debug (b7c642f)
- Removed lastseen command (687e967)
- Commits since last release: v1.1.0...v1.1.1