Nguyen Cuong

Results 17 comments of Nguyen Cuong

You can add an image as icon by changing property `Icon` of flat button but its icon only rather than background of button

Tools > Options > Debugging > uncheck `Enable Just My Code` You will be able to see where is the exception throwed

Did you install from nuget? I inherit from MaterialForm and was fine

MaterialSkin doesnt support message box yet and probably wont, at least by the original author. I recommend you start learning [WPF](https://docs.microsoft.com/en-us/dotnet/framework/wpf/) and use https://github.com/ButchersBoy/MaterialDesignInXamlToolkit to spread the love of Material...

complie MaterialSkin from source instead of installing via nuget(outdate). see if it may work?

To let other plugins that process the chat event, we must have something that cancel the event on bungeecord side. Thats possible but then need more works for bungeecord

Hi, try adding support for bungeecord to solve this issue but I fail it. The solution now fall back to https://github.com/garbagemule/MobArena/issues/395#issuecomment-350043365 Question: your cross server chat is being implemented by...

To deal with DiscordSRV but doesnt prevent other plugins from processing the chat event im afraid this can be done only on DiscordSRV side. That will give the best win...

Not really. See https://github.com/garbagemule/MobArena/issues/320#issuecomment-286911968 For add. prefix, no i dont mean about this, but about the issue with discordsrv. Hope this this make it clear for u

mobarena extension now support discordsrv, isolate chat wont be sent by discordsrv. Also placeholderapi as well, here what I test with my chat plugin venturechat chat config: `format: '{mobarena_arena_prefix}&r&o{nickname}&r:'` result:...