Go to file
Patryk Twardosz 09f687e5d5
feat: Add server registered/unregistered events (#1386)
* feat: Add server registered/unregistered events

* Annotate new API with `@Beta`

* Migrate from classes to records

* Add null checks

* Fix code style indent

* Add links in documentation

* Fix docs indent

---------

Co-authored-by: powercas_gamer <cas@mizule.dev>
2024-07-24 18:13:21 -05:00
.github [ci skip] Add Issue Forms (#1364) 2024-06-23 11:57:40 -05:00
api feat: Add server registered/unregistered events (#1386) 2024-07-24 18:13:21 -05:00
build-logic Improve protocol version checking (#1203) 2024-01-18 17:32:42 -08:00
config/checkstyle chore: update checkstyle config 2024-02-08 11:20:28 -08:00
gradle Bump Adventure to 4.17 (#1376) 2024-07-10 23:15:28 -05:00
native [ci skip] Remove duplicate space from NativeZlibInflate (#1240) 2024-02-09 18:02:43 +00:00
proxy feat: Add server registered/unregistered events (#1386) 2024-07-24 18:13:21 -05:00
.gitignore
build.gradle.kts
CONTRIBUTING.md
crowdin.yml
gradle.properties
gradlew
gradlew.bat [ci skip] Update Gradle to 8.7. (#1274) 2024-03-22 23:52:39 -05:00
HEADER.txt
LICENSE
README.md
settings.gradle.kts Do not apply a resource pack that has already been applied (#1236) 2024-02-11 12:00:07 -05:00

Velocity

Build Status Join our Discord

A Minecraft server proxy with unparalleled server support, scalability, and flexibility.

Velocity is licensed under the GPLv3 license.

Goals

  • A codebase that is easy to dive into and consistently follows best practices for Java projects as much as reasonably possible.
  • High performance: handle thousands of players on one proxy.
  • A new, refreshing API built from the ground up to be flexible and powerful whilst avoiding design mistakes and suboptimal designs from other proxies.
  • First-class support for Paper, Sponge, Fabric and Forge. (Other implementations may work, but we make every endeavor to support these server implementations specifically.)

Building

Velocity is built with Gradle. We recommend using the wrapper script (./gradlew) as our CI builds using it.

It is sufficient to run ./gradlew build to run the full build cycle.

Running

Once you've built Velocity, you can copy and run the -all JAR from proxy/build/libs. Velocity will generate a default configuration file and you can configure it from there.

Alternatively, you can get the proxy JAR from the downloads page.