-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AllowedRestrictedUser Wildcard #1227
Comments
Seems to work: https://regex101.com/r/zSp6Ke/1 @ljacqu What do you think?
The added RegEx support is a great addition, but AFAIS no documentation changes were done which clearly state you have to use Java-specific RegEx syntax. |
The best way would be if we supported |
^ I think that should internally be done as a RegEx regardless since it provides a massive range of possibilities. In which case you could do this (designed for Perl but should work with Java when Java's additional requirements are met):
|
I've tested the new regex feature successfully on an online server, so in the interest of keeping our tracking clean (milestones and whatnot) I open a follow-up issue and close this. |
Hello! I want to use AllowedRestrictedUser to restrict my username, Faicu to my IP. But, I have dynamic IP and it is modifying daily with a NEW part of it. Example: 23.33.55.10 today. 23.33.55.11, tomorrow and I want, if possible to use wildcard at last series of numbers, like: 23.33.55.* or 23.33.55.% something like this.
Environment description
BungeeCord - Spigot
AuthMe build number:
5.2 1542
The text was updated successfully, but these errors were encountered: