A248 πŸ‡΅πŸ‡ΈπŸ‡ͺπŸ‡­

Results 174 comments of A248 πŸ‡΅πŸ‡ΈπŸ‡ͺπŸ‡­

#528 may have fixed your issue

It isn't true that adding a module descriptor necessitates dropping Java 8 compatibility. There are a few ways to create a modular jar which is compatible with JDK 8.

This is already configurable in v1. I've changed the name of the Admin role to `SysAdmin`

Yes, I voted for `B` as well.

Enthusiasts rather than fanatics, as it has a better connotation :)

> Support converting to **and** from BanManager to allow users to migrate between different punishment plugins easily I really like this idea. If you add it to BanManager, I'll add...

Please file this as a bug, not a feature request. Also, I'd like to say the solution is not quite difficult. At the minimum, a new major version will be...

> It's extremely easy, I do it already with Caffeine and many other libs that are used purely internally with eco. It's about compatibility I think you might have forgotten...

That sounds like an acceptable solution. I've created a PR which adds an overloaded `EventManager#registerListeners(PluginContainer, Object, Lookup)` method. It would be fine if you prefer to rename this method; I'll...

Regardless of the particular details of the issue you are running into, `fireAndForget()` should be handling exceptions on the server's side by using an `exceptionally` block or similar construct. I.e.,...