You can now specify a warp name format regex in the config:
Code (YAML):
# this specifies a regular expression (regex) for what's allowed in a warp name # you can read about regex, e.g in: https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html # chatgpt is also pretty good at coming up with regex if you already have a basic understanding. # If you do not know what you're doing, it's probably best to leave this value alone. warp-name-format: "^.{1,15}$"