Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Show player list,Teleport to player's server,network join announce
VelocityPlayerList
π Overview
VelocityPlayerList is a powerful utility plugin for Velocity proxy servers that enhances player management and visibility across your network. Developed by TrystageBedwars, this plugin provides essential tools for server administrators and staff members to monitor and interact with players efficiently.
β¨ Features
π Cross-Server Teleportation
/vtp <player>- Instantly teleport to the sub-server where the target player is located- Requires
vpl.teleportpermission - Customizable error messages for invalid targets
- Requires
π₯ Player Tracking
/onlines [server]- View player lists with flexible options:- Shows all players network-wide when no server specified
- Filters by specific sub-server when provided
- Requires
vpl.onlinespermission - Displays formatted player counts
π Join/Leave Notifications
- Customizable player join/leave messages
- Displays in proxy chat when players connect/disconnect
- Requires
vpl.announcepermission to see notifications - Fully configurable message formats
βοΈ Configuration
The plugin uses config.toml with these sections:
π§ Options
# ββββββ ββββββ ββββββββββββββ ββββββ
# ββββββ ββββββ ββββββββββββββ ββββββ
# ββββββ ββββββ ββββββββββββββ ββββββ
# ββββββ ββββββ ββββββ ββββββ ββββββ
# ββββββ ββββββ ββββββββββββββ ββββββ
# ββββββ ββββββ ββββββββββββββ ββββββ
# ββββββ ββββββ ββββββββββββββ ββββββ
# ββββββββββββββ ββββββ ββββββ
# ββββββββββββββ ββββββ ββββββββββββββ
# ββββββββββ ββββββ ββββββββββββββ
# ββββββ ββββββ ββββββββββββββ
#
# VelocityPlayerList 1.0 by TrystageBedwars
# Website: https://github.com/4C01/VelocityPlayerList
#
# Thanks for using VelocityPlayerList! | TrystageBedwars
#
#
# Permission:
#
# Saw the player join/leave message
# permission: vpl.announce
#
# command: /vtp <player>
# permission: vpl.teleport
#
# command: /onlines
# permission: vpl.onlines
[options]
player-join-notify = true
player-leave-notify = true
[message]
split-format = ","
join = "<gray>[<green>+<gray>] {player}"
leave = "<gray>[<red>-<gray>] {player}"
onlines = "<green>Theres {count} players online"
vtp-usage = "<red>Usage: /vtp <player>"
null-player = "<red>Theres no player that name"
teleport = "<gray>[<yellow>β<gray>] {player}..."
teleport-failed = "<red>Failed to teleport to target player's server"
console-run-command = "<red>Only player can run this command."
noperm-run-command = "<red>You do not have permission to run this command."
server-not-exists = "<red>Server does not exist"
π Permission Nodes
| Permission | Description |
|---|---|
vpl.announce |
Receive player join/leave notifications |
vpl.teleport |
Access to /vtp command |
vpl.onlines |
Access to /onlines command |
π₯ Installation
- Download the latest jar from GitHub
- Place in your Velocity
pluginsfolder - Restart the proxy server
- Configure
config.tomlto your preferences
β Support
For issues or feature requests, please visit the GitHub repository
Developed with β€οΈ by TrystageBedwars and zyghit ```
Members
Owner