Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. # DeluxeQueues
  2. # Creator: Glare
  3. # Contributors: https://github.com/darbyjack/DeluxeQueues/graphs/contributors
  4. # Issues: https://github.com/darbyjack/DeluxeQueues/issues
  5. # Spigot: https://www.spigotmc.org/resources/69390/
  6. # Discord: https://helpch.at/discord
  7. settings:
  8. # Would you like to check for updates?
  9. update-check: true
  10. # How many seconds should be inbetween each queue movement?
  11. delay-length: 2
  12. # List all the servers here that you would like to have a queue for.
  13. # This is also where you specify how many players need to be on each server.
  14. # You also set the max slots of the server here, make sure it always stays the same as the actual max.
  15. # Synxtax: server name; amount of players to start the queue at; max slots of server
  16. # Example: hub;50;200
  17. servers:
  18. - 'test;0;100'
  19. # What would you like the donator permission node to be?
  20. # Donators will bypass the queue!
  21. donator-permission: deluxequeues.vip
  22. notify:
  23. # How would you like to inform the player that they are in the queue?
  24. # Currently supports: ACTIONBAR, TEXT, TITLE
  25. method: ACTIONBAR
  26. actionbar:
  27. # How would you like the design for the ActionBar to look?
  28. design: 'Current Position: {pos} / {total}'
  29. text:
  30. # How would you like the design for the text to look?
  31. design: You are currently in position {pos} out of {total}
  32. title:
  33. # How would you like the design for the title to look?
  34. title: Current in queue
  35. subtitle: 'Position: {pos} / {total}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement