suggestion to add /rawbc and /rawmsg
Twi5TeD opened this issue ยท 7 comments
Adding something like this:
aliases:
rawmsg:
- "sudo $$1 ping $$2-"
rawbc:
- "execute @a ~ ~ ~ ping $$1-"
To your Commands.yml file should fix that. The syntax might not be 100% correct, but you can read through the linked wiki page to read more about it.
why cant they not just add it lol would be an extra feature ive seen it in forks of essentialsx
I don't know.. I don't decide what gets added and what doesn't. And I don't have time to write a PR.
I'd suggest you either:
- Make the changes I suggested above. Shouldn't take more than 2 minutes.
- Use one of the forks that has the features.
- Wait until someone is able to implement it.
You can /sudo <player> ping <message>
to send an unformatted message to one person, or /execute @a ~ ~ ~ ping <message>
to send it to all players.