EssentialsX

EssentialsX

2M Downloads

suggestion to add /rawbc and /rawmsg

Twi5TeD opened this issue ยท 7 comments

commented

this would allow the message to be sent without a prefix or any format thanks

commented

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.

commented

why cant they not just add it lol would be an extra feature ive seen it in forks of essentialsx

commented

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:

  1. Make the changes I suggested above. Shouldn't take more than 2 minutes.
  2. Use one of the forks that has the features.
  3. Wait until someone is able to implement it.
commented

i can wait doesnt need to be straight away :)

commented

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.

commented

rather have it in essentials as it would be alot easier doing rawbc or rawmsg

commented

I can't see that this will be added, as it's a simple alias that could easily be added to your commands.yml.