https://github.com/sunarya-thito/pluginquery
Allows spigot/bungeecord/velocity plugins to send plugin message without having to require the player to be online on the server
https://github.com/sunarya-thito/pluginquery
bungeecord java spigot velocity
Last synced: about 1 year ago
JSON representation
Allows spigot/bungeecord/velocity plugins to send plugin message without having to require the player to be online on the server
- Host: GitHub
- URL: https://github.com/sunarya-thito/pluginquery
- Owner: sunarya-thito
- License: mit
- Created: 2020-06-10T11:51:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T05:46:52.000Z (over 2 years ago)
- Last Synced: 2025-04-12T13:49:19.906Z (about 1 year ago)
- Topics: bungeecord, java, spigot, velocity
- Language: Java
- Homepage: https://sunarya-thito.github.io/PluginQuery
- Size: 1.25 MB
- Stars: 26
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README


# PluginQuery
Allows spigot/bungeecord/velocity plugins to send plugin message without having to require the player to be online on the server
## Installation
1. Download the jar from [SpigotMC](https://www.spigotmc.org/resources/80064/)
2. Drop the jar inside plugins folder
3. Start your server
4. Join your proxy
5. Synchronize your secret key
## Dependencies Setup
### Maven
[](https://jitpack.io/#sunarya-thito/PluginQuery)
```xml
jitpack.io
https://jitpack.io
```
```xml
com.github.sunarya-thito
PluginQuery
VERSION
```
## Synchronization
### In-Game
1. Join your proxy
2. Do /pq sync
### Manually
1. Open PluginQuery data folder inside your proxy plugins folder
2. Copy secret.key
3. Paste it inside PluginQuery data folder inside your server plugins folder
4. Do /spq reload
## Useful Links
* [Wiki](https://sunaryayalasatriathito.gitbook.io/pluginquery/)
* [Java Doc](https://sunarya-thito.github.io/PluginQuery/)