Integrations
Examples of using the functionality of our plugin with solutions from other plugins.
Summing up the number of players
An extension to PlaceholderAPI Plugin - Math.
Allows you to add the number of players connected to different servers.
Example
%math_0:0_{goxy_server_SERWER1_online}+{goxy_server_SERWER2_online}%
Transferring players between servers
via NPC
Citizens
Citizens
Before executing the command:
- Select the appropriate NPC - walk up to it and type the command
/npc select
, - Replace
<target name or id>
with the name or id of your server/folder configured in server list.
Command: /npc command add send <p> <target name or id>
Example usage: /npc command add send <p> survival
- will move the player to the survival server when the player clicks NPC.
You can find more information in Citizens documentation.
Citizens CMD
Citizens CMD
Before executing command:
- Select proper NPC - go to NPC and type
/npc select
, - Replace
<target name or id>
with the name or id of your server/folder configured in server list.
Command: /npccmd add console send %p% <target name or id>
Example usage: /npccmd add console send %p% survival
- will send players to survival server, when they click on NPC
You can find more information in CitizensCMD documentation.
ZNPCs
ZNPCs
Before executing command:
- Replace
<npc id>
for id of previously created NPC - you can show list of NPC via/znpcs list
, - Replace
<target name or id>
with the name or id of your server/folder configured in server list.
Command: /znpcs action <npc id> add CONSOLE send %player_name% <target name or id>
Example usage: /znpcs action 1 add CONSOLE send %player_name% survival
- will send players to survival server, when they click on NPC
You can find more information in ZNPCS documentation.
via GUI
Deluxe HUB
Before editing the configuration:
- Replace
<target name or id>
with the name or id of your server/folder configured in server list.
Action you need to add: [CONSOLE] send %player% <target name or id>
Example usage:
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'
You can find more information in DeluxeHub documentation.
Developer Options
Goxy API
Goxy plugin provides an API to move players between servers. The plugin returns information about whether it was successful in moving a player to a server. Find more information on this topic can be found here
API BungeeCord (not recommended)
Goxy supports transferring players using the BungeeCord communication channel. By default, in BungeeCord, you only need to specify the name of the server. in Goxy, instead of the name, you need to specify the server id.
You can find more information in documentation for writing plugins under BungeeCord