Replies: 1 comment 1 reply
-
|
I believe FTB uses meta tags for those. so |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. So, I want to set different perks to different groups using LuckPerms. For example, I want to make it so group "vip" has 3 homes instead of 1. FTB documentation says there is a permission for it:
ftbessentials.home.max - [integer] How many different homes you can create
However, it doesn't seem to work if I set it to ftbessentials.home.max.3
I also tried doing some different stuff like:
ftbessentials.home.max 3
ftbessentials.home.max-3
ftbessentials.home.max - 3
ftbessentials.home.max: 3
None of them affected. So, how can I do this then? And is it possible at all outside FTB Ranks?
Beta Was this translation helpful? Give feedback.
All reactions