HomeJavaModsVelocircon
Velocircon
Velocircon — screenshot 1

Modrinth Versions GitHub Downloads Modrinth Hangar GitHub Workflow Status

Velocircon

Velocircon is a plugin for Velocity that adds RCON support, allowing you to connect to your Velocity proxy and execute commands remotely.

About

Velocircon enables administrators and automation systems to connect to Velocity via the RCON (Remote Console) protocol and securely execute any commands supported by the proxy. This greatly improves management and automation capabilities for Minecraft servers using Velocity as their proxy.

Features

Installation

  1. Download the latest Velocircon release.
  2. Place the .jar file in the plugins directory of your Velocity server.
  3. Restart the server.

Configuration

After the first launch, the plugin will generate a configuration file rcon.yml in the plugins/velocircon directory. You must set a password and enable RCON (enable: true), otherwise the plugin will not work!

Default configuration:

enable: false
host: 0.0.0.0
port: 25575
password: PASSWORD
colors: true
console-output: true
permissions:
  luck-perms:
    enable: false
    group: '*'
  regex:
    enable: false
    regex: minecraft\.(.*)

Environment Variables

Configuration options can also be overridden using environment variables. This is useful when running Velocity in Docker or other container environments.

Environment variables use the following format:

VELOCIRCON__<CONFIG_PATH>

Rules:

Options

Examples

Config file:

port: 25575
console-output: true
permissions:
  luck-perms:
    enable: false

Environment variables:

VELOCIRCON__PORT=25580
VELOCIRCON__CONSOLE_OUTPUT=false
VELOCIRCON__PERMISSIONS__LUCK_PERMS__ENABLE=true

Resulting configuration:

port: 25580
console-output: false
permissions:
  luck-perms:
    enable: true

Environment variables override values from rcon.yml.

Usage

To connect to Velocity via RCON, use any compatible client. We recommend itzg/rcon-cli for its flexibility and ease of use.

Example connection command:

rcon-cli --host <your_host> --port 25575 --password <your_password>

Once connected, you can send any Velocity command as if you were using the Velocity console.

Requirements

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Feedback & Contributions

Found a bug or want to suggest an improvement? Please open an issue or submit a pull request!


Author: @code-lime Velocircon bStats

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more