Users can't set more than 3 homes when they have permission for 4
Electromaster232 opened this issue ยท 4 comments
EssentialsX version (/essentials
):
2.0.1-b483.
Server software (/version
):
CraftBukkit version git-Spigot-7754231-9a1f5ee
I have a group who has permission to set 4 homes, however all users report only being able to set 3. There is no logs or errors.
Could you paste your config on Gist, as well as your permissions config for that group?
To change the home limit, you need to:
- Define a home limit with a name under
sethome-multiple
. - Give the permission
essentials.sethome.multiple.[name]
where[name]
is the name of the limit in your config.
For example, if you were to add a limit called hello
, you would give the permission essentials.sethome.multiple.hello
.