PluginQuery [PluginMessage and Socket alternative | Easy Setup | No Port Required] icon

PluginQuery [PluginMessage and Socket alternative | Easy Setup | No Port Required] -----

Send plugin message without having to require the player to be online on the server (OPEN SOURCE)



[1.0.43] New Features and Bug Fixes
  • Fixed for Velocity Servers can't reconnect to Spigot servers
  • Added DispatcherQueryConnection
    Allows you to send query directly from spigot to another spigot without having to create a redirector in proxy side. Note that, the dispatcher connection has its own metadata and does not transfer metadata from its original connection.
    Code (Java):
    QueryConnection proxyConnection ;
    InetAddress targetAddress ;
    proxyConnection. fetchActiveConnections ( )
            . thenAccept (spigotConnections -> {
                for (QueryConnection spigotConnection : spigotConnections ) {
                    if (spigotConnection. getAddress ( ). equals (targetAddress ) ) {
                        spigotConnection. sendQuery ( "myplugin:mymessage", "HELLO". getBytes (StandardCharsets. UTF_8 ) ) ;
                    }
                }
            } ) ;
----------, Dec 7, 2021
Resource Information
Author:
----------
Total Downloads: 594
First Release: Jun 12, 2020
Last Update: Oct 15, 2023
Category: ---------------
All-Time Rating:
1 ratings
Find more info at sunaryayalasatriathito.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings