nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
SkProxy

SkProxy

Plugin

A Skript Addon that provide proxy support.

Server LibraryManagementUtility

19 downloads
0 followers

SkProxy - Enhance Your Skript with Proxy Management Features!

Overview

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.

Features

  • 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.

Skript Additions

Connect Player to Server

  • Syntax:
    connect player to %string%
    
  • Example
    connect player to "Lobby-1"
    

Get Player Count of a Specific Server

  • Syntax:
    player count of %string%
    
  • Example
    set {lobbyCount} to player count of "Lobby-1"
    

Get Status of a Specific Server

  • Syntax:
    status of %string%
    
  • Example
    set {lobbyStatus} to status of "Lobby-1"
    

Get Total Player Count Across the Proxy

  • Syntax:
    proxy player count
    
  • Example
    set {totalProxyCount} to proxy player count

External resources


Project members

FluffyCat

Member


Technical information

License
ARR
Project ID