Skip to content

Allows spigot/bungeecord/velocity plugins to send plugin message without having to require the player to be online on the server

License

Notifications You must be signed in to change notification settings

sunarya-thito/PluginQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text alt text

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
  2. Drop the jar inside plugins folder
  3. Start your server
  4. Join your proxy
  5. Synchronize your secret key

Dependencies Setup

Maven

Release

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.sunarya-thito</groupId>
    <artifactId>PluginQuery</artifactId>
    <version>VERSION</version>
</dependency>

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

About

Allows spigot/bungeecord/velocity plugins to send plugin message without having to require the player to be online on the server

Topics

Resources

License

Stars

Watchers

Forks

Languages