PAPIProxyBridge, PlaceholderAPI support for Velocity networksPAPIProxyBridge is a bridge library plugin that lets compatible proxy plugins use PlaceholderAPI values across a Minecraft server network. It connects a Velocity or BungeeCord proxy with backend Spigot or Fabric servers, allowing messages, tab lists, menus, and other proxy displays to include player or server data supplied by PlaceholderAPI.Designed for plugins that implement its API, it works alongside PlaceholderAPI rather than replacing it. Requests are handled asynchronously and cached for 30 seconds by default, helping limit network traffic while keeping proxy features responsive. At BoxToPlay, we recommend it for networks seeking consistent, dynamic text across connected servers.
CommandAPI for a Velocity ProxyCommandAPI is a developer library and Velocity plugin that brings Minecraft’s 1.13 command interface to proxy based networks. It lets creators register structured commands with suggestions, tooltips, permissions, aliases, subcommands, and safer argument parsing, helping players discover valid inputs directly in chat.For a Minecraft server network, the Velocity implementation supports command execution from players and the proxy console, with primitive argument types such as numbers, booleans, and strings. Advanced backend arguments remain limited because much of Minecraft’s command system runs on connected servers. At BoxToPlay, we recommend it for developers who want cleaner, more reliable proxy commands.
LastLoginAPI for VelocityLastLoginAPI is a Velocity proxy plugin and developer library for a Minecraft server network. It keeps player records organized by storing each player’s latest name, login timestamp, logout timestamp, and current status, helping plugins work reliably even when names change. Its API provides events for name updates and timestamp changes, while placeholders can display this information in menus, chat, or other server interfaces.Designed for efficient administration, it supports asynchronous processing and several database systems, including H2, MariaDB, MySQL, PostgreSQL, and SQLite. It can also work with supported login plugins, updating timestamps only after successful authentication. At BoxToPlay, we recommend it for networks that need dependable player history data.
MineDown for a Velocity Minecraft serverMineDown is a Markdown inspired markup library for Minecraft chat components, designed for developers building a Velocity proxy plugin or another Adventure based server tool. It turns readable text into rich messages while retaining the simplicity of familiar formatting codes.Its syntax supports legacy colors, named and RGB colors, gradients, rainbows, bold, italics, underlining, strikethrough, clickable links, commands, hover text, custom fonts, player heads, item sprites, and placeholders. Built on Kyori Adventure, it can create chat, system, actionbar, and title output. At BoxToPlay, we recommend it for polished network announcements and interactive Minecraft server messages.
Core, shared infrastructure for a Velocity networkCore is a Java Edition plugin and development service for Minecraft server networks running Velocity and Paper. It centralizes database access, configuration, messages, and communication between network components, helping different servers share consistent data and services.Its toolkit combines a Hazelcast cluster for distributed objects, a central MariaDB or MySQL data layer, caching through Caffeine, and a message API powered by MiniMessage. A separate Master application coordinates the cluster, while the accessible API makes it easier to build custom network features. At BoxToPlay, we recommend it for organized, scalable Minecraft server projects.
FallbackRouter, smoother server failover for VelocityFallbackRouter is a Minecraft Java Edition plugin for Velocity proxy networks. It automatically redirects players to a predefined fallback server when their current server goes offline, restarts, or disconnects them, helping prevent unnecessary kicks and preserving a smoother Minecraft server experience.Administrators can define fallback chains for each server, choose a default language, and adjust behavior through a configurable YAML setup. The plugin checks server availability before connecting and uses delayed retries to give restarting servers time to return. With BoxToPlay, this practical proxy tool helps keep lobby based networks welcoming and reliable.
RSFramework for VelocityRSFramework is a framework for Minecraft server plugins designed for networks running Velocity, while also supporting Bukkit, Folia, BungeeCord, and hybrid setups. It gives developers shared tools for building RSPlugin projects across proxy and backend environments.Its main strengths include sending packets between a proxy and another server without creating a separate proxy plugin, plus flexible JSON based data storage with MySQL, MariaDB, MongoDB, or JSON files. It also helps manage custom items and blocks through integrations with ItemsAdder, Oraxen, Nexo, MMOItems, and EcoItems. At BoxToPlay, we recommend it for Java 21 networks seeking a reusable foundation for a connected Minecraft server.
Velocity Custom Command, VCCVelocity Custom Command is a proxy plugin for Velocity that lets server administrators create custom commands without developing a dedicated plugin for each function. Commands can include aliases, descriptions, permissions, configurable responses, and console executed proxy actions.VCC also supports MiniMessage formatting, placeholders for network players, server counts, names, and ping, plus interactive messages with clickable actions. Its action system can send players to a server, display titles, action bars, boss bars, or announcements, with optional delays and public visibility. We recommend it for a flexible Minecraft server network, and BoxToPlay makes its setup available in one click.
BungeeSystemBungeeSystem is a lightweight utility plugin for a Java Edition Minecraft server network running through BungeeCord or Velocity. It brings practical proxy commands and communication tools together, helping players move between hubs, view connected servers, find friends, check ping, and use private messages with reply and ignore options.Administrators can customize messages and settings, use staff tools such as team chat and vanish, and connect reports to Discord through webhooks. MySQL support adds persistent online time tracking, while optional experimental features can be enabled from the configuration. At BoxToPlay, we see it as a convenient way to enrich everyday network management.
SunMotd for a Velocity Minecraft ServerSunMotd is a practical proxy plugin that lets you customize the MOTD, the description shown in the multiplayer server list before players connect. Designed for Velocity, it gives network owners a simple way to present their identity, announce activities, or highlight useful information without changing gameplay.The plugin supports multiple lines, colors, text styles, and RGB formatting, while its multilingual approach suits international communities. Its straightforward configuration keeps the presentation easy to maintain, helping your Minecraft server look more distinctive at a glance. At BoxToPlay, we recommend it for networks seeking a clear, polished first impression.
GalaxyMOTDCenter, centered MOTD for VelocityGalaxyMOTDCenter is a lightweight Velocity proxy plugin that automatically centers the MOTD displayed in the multiplayer server list. It is the Velocity edition of CenterMOTD, created for networks that want a cleaner, more balanced presentation before players connect.By adjusting the spacing of your message, the plugin gives your Minecraft server a more polished first impression without changing gameplay or backend servers. The project is published on Hangar as version 1.0 and supports several Velocity release ranges, including 1.0 to 1.1 and 3.0 to 3.3. At BoxToPlay, we recommend it for simple visual refinement.
Custom Server Teleport for VelocityCustom Server Teleport is a lightweight Velocity proxy plugin that replaces the standard /server command with personalized commands for connecting players to different servers on a network. Administrators can define command names, aliases, destination servers, access permissions, and optional feedback messages through a configuration file.Each server can use its own permission node, while placeholders display the player’s name or target server in customized messages. The configuration can be reloaded during gameplay with a dedicated command, and update notifications help administrators stay informed. Our BoxToPlay team recommends it for networks seeking simple, controlled server switching.
Pronouns, PronounDB in MinecraftPronouns is a lightweight Velocity proxy plugin that connects Minecraft to PronounDB, allowing a network to retrieve pronoun information associated with linked player accounts. Designed primarily as an API, it gives other plugins a practical way to access this data and use it across a connected Minecraft server network.With support for Velocity, Paper and its forks, Sponge, Fabric, BungeeCord, and Minestom, it suits multiplayer communities seeking a more welcoming social experience. BoxToPlay makes it easy to add this integration to your server setup, helping staff and developers present player information respectfully throughout the network.
TaterLib, a cross API library for Minecraft serversTaterLib is a shared code library designed for the Tater family of plugins and mods. It provides common abstractions for events, commands, game objects, and other server features, helping developers reuse the same code across different Minecraft platforms instead of maintaining separate implementations.With support for Velocity, Bukkit, BungeeCord, Fabric, Forge, NeoForge, and Sponge, TaterLib can cover a broad range of server environments and Minecraft versions through one JAR. It is mainly a developer focused dependency, so its benefit is indirect: a more consistent, maintainable Minecraft server experience. BoxToPlay makes this type of server tooling easier to manage.
RideOperate, Theme Park Ride Management for MinecraftRideOperate is a theme park operations plugin compatible with Minecraft server networks using Velocity. It lets staff create custom GUI control panels with buttons, items, descriptions, and commands for managing attractions through an intuitive in game interface.The plugin also adds persistent 3D panels placed in the world, attraction based camera groups, camera switching, night vision, and detailed permissions for operators and staff. These tools make rides easier to control while giving visitors a more immersive park experience. At BoxToPlay, we recommend it for servers focused on amusement parks, roleplay, and interactive attractions.
Velocity Web API for Velocity ProxyVelocity Web API is a lightweight plugin for Minecraft Java Edition proxy networks running Velocity. It exposes a practical HTTP API that websites, bots, dashboards, and monitoring tools can use to retrieve live network data.Its endpoints provide connected player lists, total player counts, individual player details such as UUID, current server, ping, and session duration, plus player counts for each registered server. A health endpoint, browser friendly index, configurable binding address, port, CORS settings, and administrative commands make it useful for everyday server management. At BoxToPlay, we see it as a simple way to connect your Minecraft server network with external services.
SpotSaver, Last Server Return for VelocitySpotSaver is a Minecraft Java Edition plugin for the Velocity proxy, designed for networks connecting several servers. It overrides Velocity’s normal connection load order, allowing returning players to be sent to the backend server they were using when they logged out instead of automatically joining the first server in the proxy’s list.This focused feature keeps players closer to their previous activity and makes rejoining a Minecraft server network feel more seamless. At BoxToPlay, we recommend it for networks seeking a direct return experience without altering gameplay on their backend servers.
ConfigLib for Velocity ProxyConfigLib is a Java library designed to help Minecraft server plugin developers create, save, load, and update YAML configuration files with less manual work. Its Velocity module provides a convenient plugin form for proxy environments, while the core library maps configuration classes to YAML and can recreate missing files or synchronize changed fields through its update process.Developers can document settings directly with annotation based comments, use primitive values, enums, records, objects, collections, dates, UUIDs, paths, and custom serializers, while adjusting formatting or null handling. At BoxToPlay, we consider it a practical foundation for keeping a Minecraft server’s configuration organized, readable, and easier to maintain.
MavenLoaderAPI for VelocityMavenLoaderAPI is a utility plugin and external dependency loader for a Minecraft server running the Velocity proxy. Instead of bundling every library inside each plugin package, it retrieves declared Maven dependencies separately and makes them available when the dependent plugin loads. This approach keeps plugin files lighter while preserving access to commonly used Java libraries.Designed for Java 17 and Velocity 3.3.0 or later, it supports repository and dependency declarations through maven.yml, with repository whitelisting to reduce the risk of untrusted sources. At BoxToPlay, we see it as a practical foundation for proxy plugins that need cleaner packaging and simpler dependency management.
Domain Router for VelocityDomain Router is a Velocity proxy plugin that sends players to different backend servers according to the domain or IP address they use to join. It is useful for networks offering separate addresses for survival, PvP, minigames, or events, while keeping the connection experience clear and organized.The plugin also provides smart fallbacks when a server becomes unavailable, maintenance mode with customizable messages, and distinct MOTDs, icons, maximum player counts, and displayed statistics for each domain. MiniMessage formatting and localization options help create a polished server Minecraft experience, making Domain Router a practical addition to our BoxToPlay network setups.
Hopper, smart dependency loader for VelocityHopper is a utility plugin and library that lets a Minecraft server fetch required plugin dependencies at runtime instead of bundling them inside every project. It supports Velocity proxy environments alongside Paper, Spigot, Purpur, Folia, BungeeCord, and Waterfall.Its main features include downloads from Hangar, Modrinth, SpigotMC, GitHub Releases, and direct sources, plus flexible version rules, automatic platform and Minecraft version detection, runtime plugin loading, lockfile support, and shared dependencies between plugins. At BoxToPlay, it helps simplify server management and keep plugin ecosystems more consistent.
Hangar API, Java integration for Hangarhangar api is a Java library that lets developers connect a Minecraft server project with the Hangar platform through a practical client interface. Although listed for Velocity, Paper, and Waterfall, it is not a gameplay plugin. Instead, it provides the programming layer that another plugin or application can use.Its HangarClient supports project, user, page, statistics, API key, and permission operations. Requests can be customized with a request builder, while CompletableFuture responses support asynchronous workflows. Authentication can use JWT credentials with automatic renewal. Our BoxToPlay team recommends it for developers building tools that display, manage, or automate Hangar data.
AccessDenier, permission based control for Velocity networksAccessDenier is a lightweight Velocity proxy plugin for Minecraft Java Edition servers that controls which players may enter selected backend servers. Instead of leaving every destination open, administrators can use permission nodes to define access for each game mode, lobby, or private area.Its focused design helps keep a multi server network organized while reducing unwanted transfers through server switching features. Access checks are handled at the proxy level, making the experience consistent across connected servers. At BoxToPlay, we recommend AccessDenier for communities that want simple, centralized access management without unnecessary complexity.
Choose a BoxToPlay proxy and install a compatible Velocity plugin automatically.
Create my proxy