Velocity icon indicating copy to clipboard operation
Velocity copied to clipboard

The modern, next-generation Minecraft server proxy.

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

**The Problem** Currently if you have a setup such as: ``` proxy A declares command `/hello ` under permission `example` server A declares command `/hello [] ` under no permission...

While we have KickedFromServerEvent, it only fires when the player is well... kicked. To my knowledge, there isn't any event that always fires when a player exits a server. A...

This is an attempt at allowing servers behind Velocity on 1.19.1 to use secure chat. Related to https://github.com/PaperMC/Paper/pull/8219

status: in progress

if I do "player-into-forwarding-mode =modern", this is a problem. `! [Tue 18:53:11 WARN Server/PlayerConnection] IIMuyaII sent message with invalid signature: 'ghfhgfhghfghgf' ! [Tue 18:53:17 WARN Server/PlayerConnection] IIMuyaII sent message with...

Implemented a subcommand of the velocity command to make Heaps Dumps directly from Velocity Initially based on Paper patch https://github.com/PaperMC/Paper/blob/fb2c24b36dfd74ccabf9083f774bb4b96f58e061/patches/server/0009-Paper-command.patch#L360 `MIT Licensed` resolves #781

This makes it so you can see online players on the entire proxy when hovering over the player count (only has an effect when ping passthrough is disabled, otherwise the...

type: feature

After registering channel on Paper via `Bukkit.getMessenger().registerIncomingPluginChannel(Plugin, String, PluginMessageListener)` it does not appear (with vanilla client) in `Player.getListeningPluginChannels()`, but it appears there after switching servers with Velocity. Steps to reproduce:...

As mentioned in #804 (which this PR is also a workaround for), Velocity's aim is to support as many setups as possible. With the 1.19.1 update, it is no longer...

The proxy needs to track and verify message signatures based on the players public key as well as components which are preview-signed

type: feature