All Projects → VelocityPowered → Velocity

VelocityPowered / Velocity

Licence: mit
The modern, next-generation Minecraft server proxy.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Velocity

Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+147.53%)
Mutual labels:  minecraft, forge, minecraft-forge
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-96.64%)
Mutual labels:  minecraft, forge, minecraft-forge
Equivalent Exchange 3
Stars: ✭ 727 (+63%)
Mutual labels:  minecraft, forge, minecraft-forge
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (-64.13%)
Mutual labels:  minecraft, forge, minecraft-forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (-6.28%)
Mutual labels:  minecraft, forge, minecraft-forge
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-85.65%)
Mutual labels:  minecraft, forge, minecraft-forge
Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (-84.98%)
Mutual labels:  minecraft, forge, minecraft-forge
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (-77.13%)
Mutual labels:  minecraft, forge, minecraft-forge
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (-73.32%)
Mutual labels:  minecraft, forge, minecraft-forge
Cc Tweaked
Just another ComputerCraft fork
Stars: ✭ 331 (-25.78%)
Mutual labels:  minecraft, forge, minecraft-forge
Modding-Resources
A set of ressources for minecraft modding with MinecraftForge by the community
Stars: ✭ 42 (-90.58%)
Mutual labels:  forge, minecraft-forge
RandomPatches
A bunch of miscellaneous patches for Minecraft.
Stars: ✭ 89 (-80.04%)
Mutual labels:  forge, minecraft-forge
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-96.64%)
Mutual labels:  forge, minecraft-forge
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (-85.2%)
Mutual labels:  forge, minecraft-forge
Allomancy
Brandon Sanderson's Allomancy, now in Minecraft
Stars: ✭ 18 (-95.96%)
Mutual labels:  minecraft, forge
ModPackDownloader
Simple downloader/updater for Minecraft Forge Modpacks. Works with Curse manifest JSONs.
Stars: ✭ 53 (-88.12%)
Mutual labels:  forge, minecraft-forge
FrogCraft-Rebirth
A standalone rewrite of FrogCraft, an IC2 Addon with theme of chemical industry, starting from scratch.
Stars: ✭ 27 (-93.95%)
Mutual labels:  minecraft, minecraft-forge
Hytilities
Hypixel-focused Quality of Life mod.
Stars: ✭ 53 (-88.12%)
Mutual labels:  minecraft, forge
ForgeJavaDocs-NG
Minecraft Forge Javadocs for 1.12.2 - 1.18.2.
Stars: ✭ 17 (-96.19%)
Mutual labels:  forge, minecraft-forge
Loot-Slash-Conquer-Pre1.14
An immersive, action-RPG mod based on Hack/Mine.
Stars: ✭ 17 (-96.19%)
Mutual labels:  minecraft, minecraft-forge

Velocity

Build Status Join our Discord

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

Velocity is licensed under the MIT license for ultimate permissiveness and expanding the pool of potential contributors and users.

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, 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].