Regex For Advertisement

Hello, is that possible add regex for advertisement because some times people try advertise with numbers like 5.160.233.443 or some times try advertise with different with for example hub/hypixel/net

1 Like

There are a lot of public resources for regex’s that you’re looking for. Such as one for ip addresses.

ty but could you tell me one of them please ?

1 Like

If you wanted to ban valid IP addresses you can use something of this nature

~/\b(?:(?:2(?:[0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9])\.){3}(?:(?:2([0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9]))\b/

Example

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.