🖍️
PluginQuery
  • Introduction
  • Configuration
  • Troubleshoot
  • Frequently Asked Questions
  • Example Code
  • Java Docs
  • Protocol
Powered by GitBook
On this page
  • Will my server get hacked if I share my secret.key?
  • Will my server get hacked if someone used BungeeCord, not from my machine?
  • Will my server get hacked if someone used their key to synchronize my spigot server key from BungeeCord that is not from my machine?
  • Can I use this to make my own Standalone Program that is able to control own our server outside of the Minecraft Game?
  • Can I send a query message without a player online on my server?

Was this helpful?

Frequently Asked Questions

Will my server get hacked if I share my secret.key?

Yes

Will my server get hacked if someone used BungeeCord, not from my machine?

No, unless you shared your secret.key

Will my server get hacked if someone used their key to synchronize my spigot server key from BungeeCord that is not from my machine?

No, in order to synchronize secret.key , you need pluginquery.admin permission on Spigot and BungeeCord server

Can I use this to make my own Standalone Program that is able to control own our server outside of the Minecraft Game?

Yes, the project depends on netty.

Can I send a query message without a player online on my server?

Yes, just make sure that your servers are connected to each other.

PreviousTroubleshootNextExample Code

Last updated 4 years ago

Was this helpful?