-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bug: confirmedConfirmed bugs in EssentialsX.Confirmed bugs in EssentialsX.module: discordIssues or PRs for the EssentialsDiscord moduleIssues or PRs for the EssentialsDiscord module
Milestone
Description
Type of bug
Exploit
/ess dump all output
https://essentialsx.net/dump.html?id=5b9d8973f60f490b9ccedf0513ffbc1b
Error log (if applicable)
No response
Bug description
Local messages treated as global and relayed when all players are in local message range.
Yes, I am using Mohist, but the problem is in Essentials code.
Essentials/EssentialsDiscord/src/main/java/net/essentialsx/discord/listeners/BukkitListener.java
Line 88 in d86b471
| chatEvent.setCancelled(!jda.getSettings().isShowAllChat() && !event.getRecipients().containsAll(Bukkit.getOnlinePlayers())); |
Steps to reproduce
- Setup discord channel
- Configurate
EssentialsDiscord\config.yml, setchat.show-all-chattofalse - Have two people in local message range
- One player should say something (as local message)
Expected behaviour
Message should not be relayed to Discord chat
Actual behaviour
Message is relayed to Discord chat
Metadata
Metadata
Assignees
Labels
bug: confirmedConfirmed bugs in EssentialsX.Confirmed bugs in EssentialsX.module: discordIssues or PRs for the EssentialsDiscord moduleIssues or PRs for the EssentialsDiscord module