
Wildcard in the middle not working
Closed this issue ยท 3 comments
Wildcards that are in the middle of a permission string are not working.
Example: Giving a player nucleus.*.exempt.cost
and then testing if they have the permission nucleus.rtp.exempt.cost
yields an undefined result
.
Running LuckPerms Sponge v3.1.26 on SpongeForge 1.11.2-2282-6.0.0-BETA-2287
You can use this as a temporary workaround : https://github.com/lucko/LuckPerms/wiki/Advanced-Setup#regex
Thanks. I know about regex (and am using it already) but I'd still expect it to work.