Skip to main content

Integrations

This guide shows examples of integrating Goxy plugin functionality with other plugins. You can sum up player counts across servers, transfer players using NPCs (Citizens, Citizens CMD, ZNPCs) or GUI (Deluxe HUB), and use the Goxy API for advanced solutions. Ready to expand your network?

๐Ÿ”—Expand Your Network

Integrate Goxy with other plugins and optimize server management!

Before You Startโ€‹

โš ๏ธImportant: How Integrations Work

Integrations allow you to use Goxy commands and placeholders in other plugins. Make sure the plugins are compatible with your server version and Goxy.

โ„น๏ธPlaceholderAPI

Most integrations require PlaceholderAPI to display dynamic network and server data.

Integration Examplesโ€‹

Sum Player Countโ€‹

An extension for PlaceholderAPI - Math. Allows summing players connected to different servers.

Exampleโ€‹

%math_0:0_{goxy_server_SERVER1_online}+{goxy_server_SERVER2_online}%
โ„น๏ธPlaceholderAPI Math

This placeholder sums players from SERVER1 and SERVER2. Replace server names with your own.

Transfer Players Between Serversโ€‹

Via NPCโ€‹

  1. Select the NPC โ€” walk up to it and run /npc select.
  2. Replace <target name or id> with the server/folder name or ID from your server list.
  3. Command: /npc command add send <p> <target name or id>
  4. Example: /npc command add send <p> survival โ€” sends the player to the survival server on click.
โ„น๏ธCitizens Documentation

See the official Citizens documentation for details.

Via GUIโ€‹

  1. Before editing, replace <target name or id> with the server/folder name or ID.
  2. Action to add: [CONSOLE] send %player% <target name or id>

Example usage:

plugins/DeluxeHub/menus/serverselector.yml
survival:
material: GRASS_BLOCK
slot: 5
amount: 1
glow: false
display_name: '&eSurvival'
lore:

'Play survival with friends!'
actions:
'[CLOSE]'
'[CONSOLE] send %player_name% survival'
โ„น๏ธDeluxe HUB Documentation

See the official Deluxe HUB documentation.

Developer Optionsโ€‹

Goxy APIโ€‹

The Goxy plugin offers an API for transferring players between servers. It returns whether the transfer was successful. Full details here.

โ„น๏ธAPI Documentation

Check the Goxy API docs for advanced integrations and examples.

BungeeCord API (Not Recommended)โ€‹

Goxy supports player transfers via the BungeeCord communication channel. By default, BungeeCord uses server names. In Goxy, you must use server IDs instead.

โš ๏ธNot Recommended

Use the Goxy API instead of BungeeCord to avoid compatibility issues.

โ„น๏ธBungeeCord Documentation

See the official BungeeCord plugin development docs.

โšก Fast Management

Transfer players between servers with simple commands.

๐Ÿ”ง Flexibility

Use placeholders for dynamic data display.

๐ŸŽฎ Control

Manage players directly from the server.

๐Ÿ”—Quick access to everything

Here are the key links to our resources โ€” all in one place!

ResourceLink
Goxy Homepagegoxy.io
Admin Paneldashboard.goxy.io
Status Pagestatus.goxy.io
Discord CommunityJoin Discord
Awesome Goxy ListView list
API DocumentationAPI Docs
๐Ÿ“ขNeed help?

Contact us!
We respond to all messages within 24 hours on Discord.


๐ŸŽ‰ Unleash the Full Power of Goxy Integrations!

Join Goxy and optimize your Minecraft network!

REGISTER FOR FREE