mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-23 10:35:15 +01:00
Change hard limit to one million
This commit is contained in:
parent
bb17cc35a0
commit
e8034e20b0
@ -33,7 +33,7 @@ public class ChestShopSign {
|
|||||||
|
|
||||||
public static final Pattern[] SHOP_SIGN_PATTERN = {
|
public static final Pattern[] SHOP_SIGN_PATTERN = {
|
||||||
Pattern.compile("^?[\\w -.:]*$"),
|
Pattern.compile("^?[\\w -.:]*$"),
|
||||||
Pattern.compile("^[1-9][0-9]{0,6}$"),
|
Pattern.compile("^[1-9][0-9]{0,5}$"),
|
||||||
Pattern.compile("(?i)^[\\d.bs(free) :]+$"),
|
Pattern.compile("(?i)^[\\d.bs(free) :]+$"),
|
||||||
Pattern.compile("^[\\w? #:-]+$")
|
Pattern.compile("^[\\w? #:-]+$")
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user