Issue with group regex.
Cilicou opened this issue ยท 2 comments
Hi,
I'm trying to limit usage of a lot of moded crops (harvestcraft) and i started doing them one by one (- -modifyworld.items.use.4133.on.block.?) then looked at the regex part of the wiki and found out that normaly I could use something like "- -modifyworld.items.use.(4130-4190).on.block.?" to cover all the crops.
Sadly it doesn't work. If I add them one by one or with the "or" regex (- -modifyworld.items.use.(4130|4131..etc).on.block.?*) then it works.
Here's my exact permissions and config files:
Thks in advance for the help :)