Buddelbubi.
Active Member
BuddelStudios submitted a new resource:
ServerCommunicator - Get data like PlayerCount, MaxPlayers, Motd from another Nukkit Server
ServerCommunicator - Get data like PlayerCount, MaxPlayers, Motd from another Nukkit Server
Read more about this resource...Some plugins need some data from another Server. Bukkit has an API to get the data. Nukkit does not.
Thats why I made ServerCommunicator.
It gets this data from another Nukkit Server. The called server have to install this Plugin.
How to use as consumer:
Download the file and put it in your plugin folder. Thats it
How to use as developer:
First of all, you should add ServerCommunicator to your dependencies in your plugin.yml
To build a connection to another Server, create a...