-
Notifications
You must be signed in to change notification settings - Fork 22
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 "receiver" operators to rules #2893
Comments
Also one more question, is there possibility to add "wait" or "delay" between command execution in rules? The current delay is like "cooldown", but in case I want to wait 1s before executing the cmd? |
I recommend you create a new rule and a new format. Then link the format to the warn message in the rule: Yes, you can use the "delay" operator to set a delay
See rules/commands.rs for examples. In the above example, if I type yourMatch then I will see the formats/sampleFormat.yml formatted message. |
But wait, this will show to the sender, ineed to show it to the receiver like: and I guess I cannot add it to the format neither to the rule like this or? Like if I do warn it will show just to the specific player, not everyone & only to these with the variable |
What is your intended use of this rule? Kludne napis aj po cesky. |
OK, takže: Jakože udělal jsem to přes timed zprávy, že jsem tam dal 0 delay a dělám to teď takto a tam mám tu podmínku, že receiver musí být Bedrock hráč ale to mi trochu rozbíjí asi použití timed zpráv v budoucnu? Nelze to nějak jinak? @kangarko |
Rozumiem, vdaka. Momentalne ale nemame podporu pre "receiver" vo formats, ta je k dispozicii len pre messages/. To je nieco co mozem skusit pridat v buducnost ked budem mat viac casu. |
Are you using MySQL?
No
Are you using a proxy?
No
Question
Hello, how can I send message like channel announcement SO there isn't player prefix & name upfront of it? Like no chat format.
I tried /channel send
but it adds the formatting, I wanna send it like without the name as announcement
OR is it possible to create new "message" that is triggered only via cmd where I can set the viewer perm? Or it's not possible to create the custom ones triggerable only via cmd?
Context: I'd like to catch some rule & send the "TIP message" for the specific group of players, I can forcejoin them channel or use view permission, but I'm not sure how exactly it could be done due to described issues
The text was updated successfully, but these errors were encountered: