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