lucko

Results 119 comments of lucko

Could you provide some more detail please?

@NESTOWL "nLogin - BungeeGuard" is **not** an official version of the software and therefore is not supported here. Please download and use BungeeGuard from the official resource page. Everyone else:...

Bytebin simply offers a way to store and retrieve data - if you want authentication then that probably is better off implemented by the application. You can also encrypt the...

Fixed in commodore 2.1 / 98f39247bf37ae5e754589a60bfd0d6f5c35533d

Might be fixed by 7bbcbe4f4722d5b670a074a0995bf24633d03885 could you re-test?

No worries 😄 Didn't realise how old this issue was - sorry I didn't get around to looking sooner.

Might be fixed by 7bbcbe4f4722d5b670a074a0995bf24633d03885 could you re-test?

Using `Commodore#register(Command, LiteralCommandNode)` will automatically register the data for all aliases of the command. The code for that is here: https://github.com/lucko/commodore/blob/1c1b6287847cf66beea31efa5e293a5316ad92b3/src/main/java/me/lucko/commodore/CommodoreImpl.java#L166-L171 https://github.com/lucko/commodore/blob/1c1b6287847cf66beea31efa5e293a5316ad92b3/src/main/java/me/lucko/commodore/CommodoreImpl.java#L201-L207 So if you're using that, there should be...

This is likely due to the way Spigot/CB sends the command data, I'm not totally sure and need to look into it a bit more.

This may be fixed in version `1.3` - I've improved the way arguments are registered.