William
William
It's best to try and apply the suffix formatting in your luckperms group node as that seems to take priority.
try with %fullname%
I've never heard of this before, lol. Channels are user customisable, not hardcoded so this would be a bit of a pain to add tbh - and it goes against...
Hmm, I guess it could be added as an optional parameter.
A nasty bug to fix unfortunately as it's caused by a quirk in the logic for parsing the modular command arguments of /tp https://github.com/WiIIiam278/HuskHomes2/blob/88802db702331cd05116880df9ca4a3f0f87820b/common/src/main/java/net/william278/huskhomes/command/TpCommand.java#L34-L38 Essentially, `isCoordinate` is returning true on...
> The second suggestion is for the HuskHomesGUI. Try to save to database the icon selected for the home. It would be helpful if you have a multi instance network...
You _might_ have discovered a really obscure library bug... Could you outline some steps to reproduce @mredoo? Like, does spam-clicking items in any random dispenser act as though you've clicked...
Currently works as intended - HuskTowns allows for independently claimed chunks in the world. I'd like to add an option in the future for restricting claims to concurrent, but given...
Something similar to be added in 1.8 -- an option to prevent making claims too close to another.
One user did this fix which works for them https://github.com/minecraftexperienceserv/HuskHomes2/commit/f9a6f16ab10ae8a27d616b62d588aa344a8633a0 I think that the plugin should probably use Essentials' API rather than reading the files. Probably.