Trent Buckley

Results 14 comments of Trent Buckley

Coloured console output is already in the works https://discord.com/channels/135634590575493120/417394059607408641/854306220214059008

In general it's a bad idea to limit/hide useful information from error messages, you should work to resolve the problem instead or worst case scenario filter out the error

I see your point, you could filter them out in the interim however

DiscordSRV provides multiple placeholders to get the user's role properties, ``` %discordsrv_user_top_role_id% %discordsrv_user_top_role_name% %discordsrv_user_top_role_color_hex% %discordsrv_user_top_role_color_code% ``` For example setting %discordsrv_user_top_role_color_code% in my DiscordToMinecraftMessageReplyFormat results in this https://share.boredman.net/vLZE3D82.png Closing as this...

After further testing, these placeholders parse as the person replying, not the person being replied to. So are practically useless, oops

I'm going to wager a guess that this is something that will not be added to the plugin but it can be accomplished by using out alerts module, join our...

Ah yes, instead of just DMing a bot on discord let's request "access" to people's accounts just to link to Minecraft. I'm sure that'll be easier for people and not...

Users will still got notified of a new unread message in that channel even if the message is delete due to a Discord limitation

Could this not be done via LuckPerms and using the `world` context? set a different prefix based on the world the player is in?