added spigot side and action bar

This commit is contained in:
ajgeiss0702
2020-05-12 09:13:56 -07:00
parent 77b5d3e507
commit 6634e1dbc9
10 changed files with 212 additions and 11 deletions
+6 -2
View File
@@ -1,5 +1,5 @@
# Dont touch this number please
config-version: 2
config-version: 3
# The time the server will wait between sending people in the queue
# Default: 5
@@ -12,4 +12,8 @@ offline-time: 120
# If a player is in a server, you can have the plugin make them automatically join a queue for another server
# Example with the default values: Player joins survivalfallback server, they will auto-join the queue for survival
queue-servers:
- 'survivalfallback:survival'
- 'survivalfallback:survival'
# Should the plugin send an actionbar to the player?
# Requires this plugin to be installed on the server the player is on for it to work
send-actionbar: true
+4
View File
@@ -0,0 +1,4 @@
main: us.ajg0702.queue.spigot.Main
version: ${project.version}
author: ajgeiss0702
name: ajQueue