Skip to content

Setting up the Queue server

Alex edited this page Feb 9, 2021 · 10 revisions

Getting started

You need to download PistonQueue and put it on your Spigot/Paper server REMEMBER This is for your queue server NOT the main server. If you haven't set up the proxy please do so before doing this. Proxy Setup.

Recommended plugins for your Queue Server.

A permission plugin like PermissionsEx or LuckPerms This is so you if you have operator status you can override the queue movement and restrictions with the permissions queue.admin can give players priority queue permissions.

Anticheat: NoCheatPlus (Because the players might try to exploit the server while waiting in queue)

Recommended RAM

1 GB or 2 GB is good enough depending on how many players your server has.

Playable Queue Server

A playable queue is not recommended as this causes issues and may make your server lag or have high CPU usage and possibly make the queue crash. We will not provide support if you make a "playable queue server" since this causes too many issues. We strongly recommend you to use PistonQueue to force people to the end and hide all players.

Premade empty end world

We will soon provide an empty end world for your Queue server that has no Ender Dragon or the End Island and this will stop most lag issues with your queue.

PistonQueue Config for your Spigot/Paper server.

## PistonQueue V1.0.0
## Note - Operators and users with the permission "queue.admin" will be excluded from restrictions. ##

forceLocation: true # Force the user to remain in a certain location.

forcedWorldName: "world_the_end" # the name of the world to force the user to remain in
forcedX: 0 # the coordinates that the user must remain at.
forcedY: 10000
forcedZ: 0

hidePlayers: true # Hide players from each other so that it looks like every user is alone in the world. This will also disable join/leave messages.
restrictMovement: true # Prevent players from moving.
forceGamemode: true # Force players to remain in a single gamemode
forcedGamemode: "spectator" # The gamemode to force players to remain in.
disableChat: true # Don't allow players to chat
disableCmd: true # Don't allow commands
Clone this wiki locally