Skip to content

NoahvdAa/uQueue

Repository files navigation

uQueue


Documentation

The documentation for this plugin can be found on my wiki site.

Submodules

This project consists of multiple maven submodules:

  • uqueue-api: The dependency to use when integrating uQueue into a plugin. For more information, go to the section Developer API.
  • uqueue-plugin: The plugin to be installed on BungeeCord and Spigot servers.
  • uqueue-ultra-permissions: The Ultra Permissions integration. For an explanation as to why this is seperated, check the module's README.

Translations

Translated versions of messages.yml can be found in the translations folder. When creating a new translation, you should put your name right below the ASCII art, like this:

#
# <ascii art>
# By NoahvdAa
#
# <language> Translation (In the language you're translating in)
# Translated by <your name> (In the language you're translating in)
#

Developer API

uQueue has a developer API, for instructions on how to use it, check the wiki page. The javadoc can be found on Github Pages.