Allow tellraw sent to @a to display
This commit is contained in:
parent
5594a4fb73
commit
086b79c45b
@ -131,7 +131,7 @@ args = [ ]
|
|||||||
sendOnMeCommand = true
|
sendOnMeCommand = true
|
||||||
# Adding an selector (ex. @a ) here will relay all /tellraw messages sent with that exact same selector to discord.
|
# Adding an selector (ex. @a ) here will relay all /tellraw messages sent with that exact same selector to discord.
|
||||||
# Leave blank to disable
|
# Leave blank to disable
|
||||||
tellrawSelector = ""
|
tellrawSelector = "@a"
|
||||||
# When an /say command's message starts with this prefix, it will not be sent to discord
|
# When an /say command's message starts with this prefix, it will not be sent to discord
|
||||||
# Useful for hiding system messages by prepending it with this
|
# Useful for hiding system messages by prepending it with this
|
||||||
sayCommandIgnoredPrefix = "§4§6§k§r"
|
sayCommandIgnoredPrefix = "§4§6§k§r"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user