Essentials
The Essentials plugin ships with Void and offers basic utilities for managing the proxy and connected players.
Server Redirection
Section titled “Server Redirection”Use /server [server-name]
to send yourself to another backend server. If no name is given, one is chosen at random. Register servers in the server configuration or with the program argument --server
.
Platform Commands
Section titled “Platform Commands”/stop
— immediately stops the proxy./plugins
— lists currently loaded plugins. Learn more about developing plugins./unload <name>
— unloads a plugin container without restarting.
Moderation
Section titled “Moderation”/kick <name> [reason]
removes a player from the proxy with an optional message.
Debugging
Section titled “Debugging”Essentials logs every network message at the trace level, helping diagnose issues during development or testing. See the logging argument example for how to start the proxy with --logging Trace
.