Skip to content

caunt/Void

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions
VOID

Download:
Stable Development Builds
Unstable Daily Builds

Supported / Planned Features:

Note

Game Version Proxying Redirects API WIP
Java 1.7.2 - 1.21.5
Java 1.0.0 - 1.6.4
Java Beta
Java Alpha
Java Classic
Bedrock Edition
Windows 10 Edition
Pocket Edition
Pocket Edition Alpha

Mod Loaders

NeoForge / Forge / others are playable since the proxy does not manipulate their protocols.
Redirections definitely won't work with them until full support is implemented.

Forwarding

The proxy allows plugins to choose the side of authentication (Server or Proxy).
Most of the time, you want to authenticate on the proxy side, so you have protocol API working.

Forwarding Supported WIP
None (Offline)
Legacy (Bungee)
Modern (Velocity)
Online (PK)

Online (Private Key) is a new type of forwarding being developed.

It allows to play through the proxy on servers that are configured with online mode.
The only caveat is that you need to install plugin / modification / anything on the server side.
Server will send its own private key to the proxy, so proxy can provide protocol API to plugins.
If no key provided, you still can play through proxy, but protocol API will be very limited.

Plugins

See the Example Plugin to learn how to create a plugin.
This is still an early version of the API, so it may change drastically in the future.
Protocol API, Events, Chat Commands, Text Components, NBT are some of the available features.
Plugin Development Kit and Documentation about plugins are planned.