Minecraft game modes tp over shield?

Jo
- in Plugins
3

I have a Minecraft server. I have the game modes TTT, I have a lobby (let's call them lobby2) in which the players should wait until the round starts. I would like it that you can click on a sign in the main lobby (the spawn of the minecraft server) and then come to the TTT lobby (lobby2).

So when you enter the sever you are in lobby 1. In lobby 1 you should be able to click on a sign and be teleported to lobby 2 (the waiting lobby in front of the round). The signs should have a maximum player limit. Is there a plugin?

pe

So there's definitely a single plug-in for the shield click, but it would be difficult to find one that is only there because often something like this is associated with game modes. But something like that is easy to program. If you don't want to program something like that you can use command blocks.

gl

It is also possible without plugins and that is very simple!

gl

Here you create signs where a command is executed when a player clicks on it:

minecraft.tools/de/sign.php

There you can create colored and bold / italic etc. Signs and underneath is a field where you can write in the commands that should be executed when the sign is clicked.

It works 100%