mirror of
https://github.com/mii443/BungeeDiscordChat.git
synced 2025-08-22 15:05:29 +00:00
コマンドログでコマンドを実行したサーバーを表示
This commit is contained in:
@ -75,7 +75,7 @@ class BungeeDiscordChat : Plugin(), Listener{
|
||||
}
|
||||
}
|
||||
if (e.isCommand || e.isProxyCommand) {
|
||||
discord.cmdlog("[CMD-LOG] <${e.sender}> ${e.message} (${format.format(now)})")
|
||||
discord.cmdlog("[CMD-LOG] <${e.sender}@${p.server.info.name}> ${e.message} (${format.format(now)})")
|
||||
}else {
|
||||
discord.chat(chatMessage)
|
||||
}
|
||||
|
Reference in New Issue
Block a user