DenisD3D

Results 34 comments of DenisD3D

As a temporary solution i made my own interface ```java @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Comment { String value(); } ``` Then i use : ```java binder.toConfig(object, config); for (Field field...

Will look into it

Hi, Which mc version are you using ? And when does this happend ? For allowing all commands you can set the permission_level to 4 rather to -1 (-1 meaning...

When does this happend (i.e. server boot, every x minutes) ? Is it just a console error or does it have more effect (e.g. server crash) ? Does the bot...

Does the bot status show as playing or competing ? The error might be comming from the type = "COMPETING" in your presence message config. Try to revert it back...

Will investigate

The mod should already take all logs message up to the configured log level (eg if level is info it should also take Warn and error) https://github.com/DenisD3D/Mc2Discord/blob/f552edc902c65a15f2966b8267ec497db5ee6c21/mc2discord-core/src/main/java/ml/denisd3d/mc2discord/core/DiscordLogging.java#L47

Could you send a screen of the message that was sent on the Discord channel when the error occured ? Denis

Error is happening due to the bot looking to get informations that doesn't exist for websites messages. I'm gonna need to do an update Thanks for investigating

Canceled event should already be ignored (at least in 4.x not sure in 3.x), I can set the lowest priority in next version