Skip to content

Alias Join Address #3966

@Kanin

Description

@Kanin

I would like to be able to..

I would like to be able to alias my join addresses to make them more readable, some examples could include config like

Address_Aliases:
  "_dc-srv.e00253a94880._minecraft._tcp.ohiomc.kanin.dev.": "ohiomc.kanin.dev"

Or even better with regex:

Address_Aliases:
  "^_dc-srv\.[^.]+\._minecraft\._tcp\.(.+)\.$": "$1"

In this example we are assuming we can access the content of the first group via $1, obviously if we had more capture groups we could increase the integer to access them. This provides a ton of flexibility when filtering the garbage out of our join addresses.

Thank you!

Is your feature request related to a problem? Please describe.

Ugly Server Address field overflow

Metadata

Metadata

Assignees

No one assigned

    Labels

    ConfigTickets that might need config additions

    Type

    No type

    Projects

    Status

    Assigned to Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions