Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add a config to figure out the type of private messages #5

Open
spinodal23 opened this issue Jul 20, 2023 · 1 comment

Comments

@spinodal23
Copy link

When player A sends a private message to player B, there are 4 options (or more?): /msg, /tell, /tellraw, /w.
However, 'socialSpy' config has only one prefix for private messages. In the config, there are no options to differenciate these.
I hope there is a config for deciding the prefix for each types differently.

@Wesley1808
Copy link
Owner

You normally wouldn't be able to use /tellraw, since thats an operator command.
Its true however that you cannot differentiate between /w, /tell and /msg. This is because all of these are redirects of the exact same command, and all do and run the exact same code. Why would you need to be able to differentiate these?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants