Skip to main content

Plugin

Configuration

Before using the plugin, make sure you configure it correctly. You can see the configuration guide here.

Commands

Moving players between sub-servers

CommandDescription
/send <player> <target name or id>
Moves the player to another server or folder
Examples of usage:
/send tirex lobby1
/send tirex 983a62e0-a05c-4105-a11d-f6f93551b048
Permissions:
goxy.command.send
goxy.command.send.PLAYER.container.<target id>
goxy.command.send.PLAYER.server.<target id>

CommandDescription
/send * <target name or id>
Moves all players on the server to another server or folder
Examples of usage:
/send * lobby1
/send * 983a62e0-a05c-4105-a11d-f6f93551b048
Permissions:
goxy.command.send
goxy.command.send.CURRENT.container.<target id>
goxy.command.send.CURRENT.server.<target id>

Switching between sub-servers

CommandDescription
/server <name or id>
It transfers you to the specified server
Examples of usage:
/server lobby1
/server 983a62e0-a05c-4105-a11d-f6f93551b048
Permissions:
goxy.command.server
goxy.command.server.JOIN.<server id>

CommandDescription
/server <name or id> info
Shows basic information about the specified server
Examples of usage:
/server lobby1 info
/server 983a62e0-a05c-4105-a11d-f6f93551b048 info
Permissions:
goxy.command.server
goxy.command.server.INFO.<server id>

Managing players from server commands

CommandDescription
/goxy player <name>
/goxy player <name> info

Shows basic information about the specified player

Examples of usage:
/goxy player tirex
/goxy player tirex info
Permissions:
goxy.command.goxy
goxy.command.goxy.player
goxy.command.goxy.player.info

NOTE

This command requires special permissions for the Access Token to work properly.

CommandDescription
/goxy player <name> unregister

Unregisters the specified player

Examples of usage:
/goxy player tirex unregister
Permissions:
goxy.command.goxy
goxy.command.goxy.player
goxy.command.goxy.player.unregister

NOTE

This command requires special permissions for the Access Token to work properly.

CommandDescription
/goxy player <name> remove-password

Deletes the login password for the specified player - the next time the player enters, the player will have to set a new password (does not apply to premium players)

Examples of usage:
/goxy player tirex remove-password
Permissions:
goxy.command.goxy
goxy.command.goxy.player
goxy.command.goxy.player.remove-password

NOTE

This command requires special permissions for the Access Token to work properly.

CommandDescription
/goxy player <name> change-password <password>

Changes the password for the player

Examples of usage:
/goxy player tirex change-password qwerty12345
Permissions:
goxy.command.goxy
goxy.command.goxy.player
goxy.command.goxy.player.change-password

Checking the number of players on sub-servers

CommandDescription
/glist
Shows the number of players on each sub-server of the Network
Examples of usage:
/glist
Permissions:
goxy.command.glist

Additional Permissions

PermissionDescription
goxy.priority.<priority>Permission needed to synchronize priorities

Available Placeholders

ContextPlaceholderDescription
Network%goxy_network_online%Total number of players connected to your network
%goxy_network_maxPlayers%Number of slots set in Goxy Dashboard that can connect to your network
Folder%goxy_container_<name or folder id>_online%Number of players connected to a specific folder
%goxy_container_<name or folder id>_maxPlayers%Maximum number of players that can connect to a specific folder
Server%goxy_server_<name or folder id>_online%Number of players connected to a specific server
%goxy_server_<name or folder id>_maxPlayers%Maximum number of players that can connect to a specific server

Go Through Next Categories