SOCKETS

This module allows servers under the control of a proxy server to exchange information via sockets.

For the module to work, you need to install Skcrew on a proxy server ( Velocity or Bungeecord ). In the configuration file on the proxy server, specify the port for opening the server socket, on the game server specify the address of the proxy server and the port of the open server socket.

Configuration on the proxy server

socket-server-port: 1337

Configuration on the game server

sockets:
  enabled: false
  server-address: "127.0.0.1"
  server-port: 1337
  client-autoreconnect-time: 5

client-autoreconnect-time - describes the time after which the game server will try to reconnect if the proxy server is disabled.

EXPRESSIONS
CONDITIONS
EFFECTS
EVENTS
SIGNALS
WEB API