Forgot to add support for negative numbers in the AddTo regex.
`var tag_regex = "<(\\w*)(\\s+\\d+)?(\\s\\d+)?>"`should be`var tag_regex = "<(\\w*)(\\s+[0-9\\-]+)?(\\s[0-9\\-]+)?>"`
Really wish this had been fixed....
Then congratulations your wish has been preemptively fulfilled, as that is what is currently used. I addressed the actual problem on your post in the Bandit Tooltip Mod thread, just felt like poking fun.