ljacqu

Results 95 comments of ljacqu

>> Unit tests are missing > > What do you mean by this? (Never used tests) Every class has a "Test" class associated to it, e.g. BukkitService has BukkitServiceTest. These...

Thanks for the background. But this change breaks all other EncryptionMethod classes that rely on the passed in username being lowercase

Looks like there's a user without a `last_name` in the database

Nothing noticeably wrong with your config. If you look at a user's data with /authme debug db <name> do you see what you'd expect as the last location? Or does...

Sorry for the late reply; I've been abroad. Allowing purgelastpos to reset the location to the (first) spawn point would be a pretty cool new feature. Given that this issue...

Thanks for the config. What I've determined is that AuthMe doesn't perform any teleports on join, yet I can confirm that the user ends up at the old place anyway....

Other way around—that story was closed as a duplicate of this one :smile:

_centre_ is how it's spelled outside of the US

Yes, this is currently all expected. The philosophy of ConfigMe is not to confront developers with `null` by avoiding it. But as you see, ConfigMe puts some trust in the...

This is a somewhat similar issue as in #135, except that #135 additionally has the requirement to support all-arg constructors. So whatever mechanism we have for default values, we need...