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

This PR cleans orphan fastutil classes from the shadowed jar to clean things up. Changes: - Removes `Int2ObjectSortedMap` and its implementations since it has a `keySet()` that returns the removed...

Currently the user is "forced" to handle the configuration update on their own, deleting the configuration they have in place to add the new options, whereas the job should be...

A Docker image should be provided to easily use a dockerised set up. It would be very useful for folks like me who don't want to have SQL servers on...

type: feature

Velocity should implement api to control the signature disposition between clients. This is necessary for projects like Geyser to function.

type: feature

This api is required for the client to interact correctly with the server

Similar to previous versions, this Event should be able to selectively control the standing of the user. The usage is only advised for testing and debug purposes

type: feature

This includes the ability to construct a key using the api from a foreign proxy. This also requires integration by the preview system

type: feature

**QUESTION: How to do memory dump in velocity? Do i need spark for that?** _FEEDBACK: Thanks for making nice proxy, it can handle 3 times bigger load than bungee on...

Added ability to customize the translation formatting ![img](https://i.imgur.com/LeSqR6k.png) resolves #720

```java @Plugin( id = "testplugin" ) public class TestPlugin { @Inject private ProxyServer server; @Subscribe public void onProxyInitialization(ProxyInitializeEvent event) { EventManager eventManager = this.server.getEventManager(); eventManager.unregisterListeners(this); System.out.println("test123"); } @Subscribe public void...

type: feature