Velocity icon indicating copy to clipboard operation
Velocity copied to clipboard

The modern, next-generation Minecraft server proxy.

Results 188 Velocity issues
Sort by recently updated
recently updated
newest added

In Velocity 2.0.0, we intend to make plugin message data buffers be based on a generic data type API (built on top of Netty). The old `getData()` and `dataAsDataStream()` methods...

enhancement

Add the option for users to specify on a per server basis if they want to use the old bungee cord forwarding method. Or the new better one. This would...

type: feature

Velocity should provide transport-independence. This will allow two important use-cases: * Other, possibly more efficient encodings of the Minecraft protocol (or even tunneled implementations like Minecraft over WebSocket). * Velocity-internal...

enhancement

See https://github.com/VelocityPowered/Velocity/pull/287#issuecomment-610518988 for more context

bug

![Capture PNG](https://user-images.githubusercontent.com/63524975/189227773-08716bca-b9c9-4c26-a6e4-1f3df0186ca7.png) Greetings, I've run into an exception and I might be wrong but I think this is a legitimate issue. Velocity server version: 3.1.2-SNAPSHOT build 179 Proxy server is...

type: bug

This event is called when the backend server modifies the tablist entries. The entries can be modified but not removed or changed. This merge request should fix my issue #870...

type: feature

Greetings, dear Velocity developers, I am writing with a complaint that I want to make the entire server in 1 style with HEX, which does not work for you in...

### API Changes Currently the changes from the backend servers are passed to the client without any event or api to interrupt/change stuff. E.g. it's not possible to change the...

type: feature

Pull request #801 causes a bit of a regression for users of this Command Block IDE mod (https://github.com/arm32x/command-block-ide). I get kicked sometimes when opening up a command block, which sends...