dieterblancke / BungeeUtilisalsX

Easy proxy management, all in one place. Dozens of commands, announcers, proxy GUI's, ...
https://endoy.dev/projects/BungeeUtilisalsX/info
GNU General Public License v3.0
7 stars 6 forks source link

[BUG] Commandspy own players commands bug #89

Closed EzWzs closed 3 years ago

EzWzs commented 3 years ago

Describe the bug When using /commandspy it shows the own players commands

To Reproduce Steps to reproduce the behavior:

  1. Turn on commandspy command in generalcommands.yml and run a command Expected behavior I expect it not to show the players commands but still show everyone elses

Screenshots If applicable, add screenshots to help explain your problem.

Versions:

dieterblancke commented 3 years ago

I don't know if I said this before, but this is intended behavior. Commandspy was designed to show all commands that are being executed, including your own commands.

I guess I could make an option for it, but yeah.

EzWzs commented 3 years ago

an option would be nice for people that dont want it, it just seems repeitivite

dieterblancke commented 3 years ago

Decided not to make a config option and just filter the own user out, a working build can now be found in the CI actions tab.