added spigot side and action bar
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,4 @@
|
||||
main: us.ajg0702.queue.spigot.Main
|
||||
version: ${project.version}
|
||||
author: ajgeiss0702
|
||||
name: ajQueue
|
||||
Reference in New Issue
Block a user