Velocitab regular expression server names
sluhtie opened this issue · 1 comments
sluhtie commented
Hello,
I think it would be a very cool feature to a the possibility to use regex in server names. This would allow users with dynamic server groups to create regex patterns to match multiple servers at once.
Example: lobby-\d+
This would mean that any server that starts with lobby- and ends with any integer would be applied to this tab group. That way also clouds like cloudnet and simple cloud would be supported automatically.
Regards, Connor
sluhtie commented
After testing mutiple regex patterns to match my lobby servers such as ^lobby-\d+$
, lobby-\d+
and many more, it seems like it doesent work.