How to set EssentialsX home limits - JasonHorkles/MOSS GitHub Wiki
Note: Make sure you have a permission plugin! If you don't have one, install LuckPerms before proceeding.
- In your EssentialsX config, navigate to
sethome-multiple
- Create a name and set a limit for that name. Remember, the name has nothing to do with group names, so it can be called whatever you want as long as the permission name matches.
- Give the desired group the
essentials.sethome.multiple
andessentials.sethome.multiple.<name>
permissions, where<name>
is the name you chose when defining the limit.
sethome-multiple:
default: 10
vip: 25
coolpeople: 500
In this example, the default group should have the permission essentials.sethome.multiple
for everyone to have a limit of 10 homes by default.
The group (or players) with a limit of 25 should have the permission essentials.sethome.multiple.vip
(and essentials.sethome.multiple
) to have that limit of 25 homes.
Finally, the group (or players) with a limit of 500 should have the permission essentials.sethome.multiple.coolpeople
(and essentials.sethome.multiple
) to have that limit of 500 homes.
For a more detailed wiki, see http://wiki.ess3.net/wiki/Multihome