Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comparison matrix to Velocity comparison page #222

Merged
merged 6 commits into from
Sep 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/velocity/admin/reference/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Presumably, you have learned about what Velocity can do for you. But how does it
other solutions out there? We're trying to convince you to use Velocity, after all, so this document
may be somewhat biased in our favor.

## Overview
This is a quick overview of the differences between Velocity and other popular proxy software. Read below for more details.
| Feature | BungeeCord | Waterfall | Velocity |
|------------------------------------------|------------|-----------|----------|
| Resource efficient | ❌ | ✅ | ✅✅ |
| Velocity plugins | ❌ | ❌ | ✅ |
| BungeeCord plugins | ✅ | ✅ | 🟨* |
| Secure player information forwarding | ❌ | ❌ | ✅ |
| API supporting modern Minecraft features | ❌ | ❌ | ✅ |
| Actively developed | ❓ | ❌ | ✅ |
| Improved mod support | ❌ | ❌ | ✅*\* |

\* _The Velocity API does not support plugins made for BungeeCord/Waterfall, but [Snap](https://hangar.papermc.io/Phoenix616/Snap) can be installed for experimental support.
Snap is not maintained by, or affiliated with, the Velocity project._

\** _Full Forge support for 1.7 through 1.12.2, with support for newer versions in development._

## BungeeCord and derivatives

We can't discuss the full history of Minecraft proxy software deeply – we recommend
Expand Down