From de432576db504ee43813d8b24007462703fd2bb5 Mon Sep 17 00:00:00 2001 From: AngrySoundTech Date: Thu, 2 Jun 2022 14:47:51 -0400 Subject: [PATCH] remove queue build and set queue to 250 --- containers/.github/workflows/build.yml | 1 - containers/waterfall/config/plugins/PistonQueue/config.yml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/containers/.github/workflows/build.yml b/containers/.github/workflows/build.yml index 53abcf4ca..dba48b1f3 100644 --- a/containers/.github/workflows/build.yml +++ b/containers/.github/workflows/build.yml @@ -4,7 +4,6 @@ on: push: branches: - 'master' - - 'queue' tags: - 'v*.*.*' pull_request: diff --git a/containers/waterfall/config/plugins/PistonQueue/config.yml b/containers/waterfall/config/plugins/PistonQueue/config.yml index 187f99e81..24af7d5ca 100644 --- a/containers/waterfall/config/plugins/PistonQueue/config.yml +++ b/containers/waterfall/config/plugins/PistonQueue/config.yml @@ -88,9 +88,9 @@ ALLOWAUTHSKIP: true JOININGMAINSERVER: "&6Connecting to the server..." # Max players per queue type allowed on the main server -REGULARSLOTS: 2 -PRIORITYSLOTS: 2 -VETERANSLOTS: 2 +REGULARSLOTS: 250 +PRIORITYSLOTS: 250 +VETERANSLOTS: 250 # Whether you want to set the main server as your target or just want to have BungeeCord to decide. FORCEMAINSERVER: false