Velocity queueing solution
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix config typo

+1 -1
+1 -1
src/main/resources/messages.yml
··· 60 player-same-server: "You are already connected to <red><server>" 61 target-no-queue: "<red><player><yellow> is not queued for any server" 62 target-unknown: "Unknown player: <red><player>" 63 - queue-cannot-join: "Sorry, you're currently unable to join the queue:<break> <red><reason>" 64 queue-removed-error: "Sorry, you have been removed from the queue due to a fatal error:<break>" 65 queue-removed: "You have been removed from the queue by an admin" 66 queue-destroyed: "Queueing for <red><server><yellow> is no longer available"
··· 60 player-same-server: "You are already connected to <red><server>" 61 target-no-queue: "<red><player><yellow> is not queued for any server" 62 target-unknown: "Unknown player: <red><player>" 63 + queue-cannot-join: "Sorry, you're currently unable to join the queue:<br> <red><reason>" 64 queue-removed-error: "Sorry, you have been removed from the queue due to a fatal error:<break>" 65 queue-removed: "You have been removed from the queue by an admin" 66 queue-destroyed: "Queueing for <red><server><yellow> is no longer available"