add players back to queue and preserve paused state on reload

This commit is contained in:
ajgeiss0702
2021-08-01 11:50:15 -07:00
parent fc6c7f725c
commit 19a17b8ddf
8 changed files with 92 additions and 46 deletions
@@ -5,7 +5,7 @@ import us.ajg0702.queue.api.queues.QueueServer;
import java.util.List;
public interface ServerBuilder {
List<QueueServer> buildServers();
List<AdaptedServer> getServers();
AdaptedServer getServer(String name);
}