SkProxy is a powerful Skript addon designed to extend the capabilities of Skript by providing seamless integration with BungeeCord and Velocity proxy networks. This addon allows server administrators to manage and interact with their proxy network directly from the servers under the proxy. SkProxy adds new expressions and effects to Skript, enabling you to connect players to different servers, check player counts, and monitor server statuses, all within your existing Skripts.
Important: SkProxy is intended for use on individual backend servers connected to a proxy, not on the proxy server itself.
Connect Players to Different Servers:
Easily connect players from one server to another within your proxy network using Skript.
Retrieve Player Count:
Get the number of players connected to a specific server or across the entire proxy directly in your Skript.
Check Server Status:
Determine whether a specific server is online or offline using simple Skript expressions.
Proxy-Wide Player Count:
Fetch the total number of players connected across all servers in your proxy network with a single expression.
connect player to %string%
connect player to "Lobby-1"
player count of %string%
set {lobbyCount} to player count of "Lobby-1"
status of %string%
set {lobbyStatus} to status of "Lobby-1"
proxy player count
set {totalProxyCount} to proxy player count
!NEW
Join my Discord server for support, questions, or just to hang out!
