Skip to content

Creating a sign hub

Liam edited this page Jun 1, 2019 · 2 revisions

Creating a sign hub

You can use signs to teleport people to a hub.

To do this make sure signs are enabled in your config.yml.

You can also change the message that will be put on the last two lines.

signs:
  #Do you want signs to be enabled?
  enabled: true

  # Set your message here, you can only have two lines max.
  messages:
  - Click to be
  - teleported.

  signHubColor: '§b'

Once all of that is done you can now actually create the sign.

Start by putting the first line with [Hub].

Then on the second line the hub you want to be teleported to, E.G: hub

So it should look like this:

[Hub]
 hub

Now when you right click it you should be teleported to that hub!

If you want to change the colour of the hub name you can change signHubColor to any Minecraft colour.

Clone this wiki locally