I actually made this plugin about a month ago, I just forgot to make a thread...
Anyways, when I was starting out as a developer I seem to recall wanting a simple utility to just get certain information from a server without messing around with Bungee Messaging Channels, but I found nothing. This is why I made this. I'm hoping it'll help both experienced and new developers get any server data they may need with ease.
I made this to help teach Void how to code, so if a few things are done in a weird way I was likely just showing him the different ways of doing the same thing.
Everything is explained in the github README, but I'll give you a quick rundown here:
- Put QueryAPI-Bukkit into all of your servers (that you want to be able to retrieve information from)
- Connect them all to the same redis instance and channel
- Give them all an individual name/id in config.yml, so that it doesn't get confused
- You're done, you can now implement it into a project and be able to pull data from servers
It syncs data on its own thread using redis, so don't worry about any lag!
Source: https://github.com/InvisRaidinq/QueryAPI-Bukkit
Releases (JAR Download): https://github.com/InvisRaidinq/QueryAPI-Bukkit/releases
Got any questions? Join this discord: https://discord.gg/Mz8aUjY
Please report issues using https://github.com/InvisRaidinq/QueryAPI-Bukkit/issues rather than making a ticket on the above discord, as it's supposed to be a community project, not just maintained by me! PRs are much appreciated too!
Basic Usage (From the README, make sure to read that for an in-depth understanding):
Anyways, when I was starting out as a developer I seem to recall wanting a simple utility to just get certain information from a server without messing around with Bungee Messaging Channels, but I found nothing. This is why I made this. I'm hoping it'll help both experienced and new developers get any server data they may need with ease.
I made this to help teach Void how to code, so if a few things are done in a weird way I was likely just showing him the different ways of doing the same thing.
Everything is explained in the github README, but I'll give you a quick rundown here:
- Put QueryAPI-Bukkit into all of your servers (that you want to be able to retrieve information from)
- Connect them all to the same redis instance and channel
- Give them all an individual name/id in config.yml, so that it doesn't get confused
- You're done, you can now implement it into a project and be able to pull data from servers
It syncs data on its own thread using redis, so don't worry about any lag!
Source: https://github.com/InvisRaidinq/QueryAPI-Bukkit
Releases (JAR Download): https://github.com/InvisRaidinq/QueryAPI-Bukkit/releases
Got any questions? Join this discord: https://discord.gg/Mz8aUjY
Please report issues using https://github.com/InvisRaidinq/QueryAPI-Bukkit/issues rather than making a ticket on the above discord, as it's supposed to be a community project, not just maintained by me! PRs are much appreciated too!
Basic Usage (From the README, make sure to read that for an in-depth understanding):
- Type
- Offering
