Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
VelocityCommandForward
PluginApache-2.0

VelocityCommandForward

Forward commands from backend to proxy!

778
Downloads
4
Followers
8 months ago
Updated
📦
4
Versions
utilitypapervelocity
Download Latestv1.1.0View on Modrinth

📖About VelocityCommandForward

VelocityCommandForward

Forward commands from backend to proxy!

✨ Features

  • Custom command.
  • Custom message.
  • Customize commands to be sent silently (without sending messages or console logs).
  • Players and console can execute proxy commands (sends a packet to the proxy to execute either as player or console).

📥 How to install? / Installation / Setup

Very simple, download both Velocity and Paper plugin and upload to their designed servers (proxy/backend).

  1. Turn off your proxy (Velocity) and backend (Paper) server.
  2. Download Velocity and Paper version plugin.
  3. Drop both plugin files (for your server version) into the plugins folder.
  4. Start your server.

💡 Notes

  • Configuration only generates for backend server!

❓ Use case for this?

  • My use case was very niche, I have a discord command that can run minecraft commands (if player is online) and
    the issue was that the discord bot was running on backend server, and so I decided to make a plugin to run proxy
    commands, such as /skin.
  • Another common use case is when you install the TAB plugin on Velocity and need to send commands from the backend server to the proxy server, such as /btab scoreboard to toggle TAB's scoreboard. While executing it manually works fine, if you use custom items from other plugins that are bound to this command, the command may fail to execute. In such cases, simply relying on this plugin's commands can resolve the issue of TAB commands not working.

🕹️ Command usage

Command name can be changed in the backend plugin configuration:

custom-command: proxyexec
command description permission
/proxyexec reload Used to reload plugin config. Changing custom-command requires a server restart. velocitycommandforward.admin (op)
/proxyexec <command> Forward commands to the proxy. Example: /proxyexec tab reload executes /tab reload on the proxy. velocitycommandforward.send

In the examples I changed the command to proxy, I didn't set it as default because I was worried that some other plugin could use this command already.

PixPin_2025-08-11_01-42-47

Executing in console

If you execute the command in the console, you won't get any output, and instead it's going to show up in the proxy server logs.
There must be at least one online player to be able to send command packet to the proxy (that's how plugin messaging channels work between backend and proxy).

Backend server.

PixPin_2025-08-11_01-43-40

Proxy server.

PixPin_2025-08-11_01-44-22

📄 Default configuration

Changing custom-command requires a server restart.

# VelocityCommandForward

# Command for forwarding commands to proxy.
# You need to restart the server for the changes to apply.
custom-command: proxyexec

# Here you can specify root commands that will not send log and message.
filtered-commands:
  - example_command

# {command} = The command that was sent by the sender
# {sender} = The player who sent the command
# If set to '', no message will be sent.
messages:
  reload: '&aPlugin messages and filters have been reloaded!'
  command-sent-as-player: '&2Command sent to proxy &7=> &a/{command}'
  command-sent-as-console: '&2Command sent as console to proxy &7=> &a/{command}'
  no-online-player: '&cThere must be at least 1 online player to be able to execute proxy console commands!'
  console-log: '[{sender}] Sending command packet to proxy => /{command}'
  velocity-log: '[{sender}] Received proxy command packet => /{command}'

✅ Requirements

  • Velocity plugin was built with Java 17 and Paper plugin is Java 21.
  • Compatible with versions 1.20.6 and above. Since the plugin uses Brigadier (added in 1.20.6) to build commands, servers running lower versions will encounter errors.

👥 Team & Contributors

ItsTauTvyDas
ItsTauTvyDasOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
papervelocity
Minecraft Versions
1.20.61.211.21.11.21.21.21.31.21.41.21.51.21.6+2 more

🔗 Links

Modrinth Page