
[Suggestion] Allow admin to decide how many homes a player can set
bleeper913 opened this issue ยท 3 comments
Basically title. But basically, even 5 homes could be seen as too many on some servers. Maybe some admins only want players to have 1 home. On the other end of the spectrum, perhaps there are some scenarios where admins want players to have 10 homes.
It would be nice if the admin could somehow decide the number of homes a player can set. Perhaps it could even be set in-game with a command like /homelimit [playername] [number]
to quickly change the number of homes a player is able to set.
That is already configurable in the config file called gunpowder-teleport.yaml
# Gunpowder Teleport Config
# Max number of homes per user
maxHomes: 150
That is good to know. Is there a consolidated documentation that lists what's configurable?
Also is it possible to specify the max number of homes on a per-user basis? For example, perhaps trusted players could be given 2-3 additional sethomes?
That is good to know. Is there a consolidated documentation that lists what's configurable?
Also is it possible to specify the max number of homes on a per-user basis? For example, perhaps trusted players could be given 2-3 additional sethomes?
This is planned in future releases once Fabric Permission API is available for use, then you will be able to use mods like LuckPerms to configure these.