Skip to content

Commit

Permalink
Update en_us.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored Jun 1, 2024
1 parent cd86094 commit 47b0cfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

"config.channels.comment": " Channels configuration\n One [[Channels.Channel]] block should be created per Discord channel you want to setup",
"config.channels.id.comment": " Id of the Discord channel to send messages in (see: https://github.com/DenisD3D/Mc2Discord/wiki/Discord-ids)",
"config.channels.subscriptions.comment": " List of messages types to send that will be sent in this channel. Available values: \"info\", \"chat\", \"command\", \"logs\"",
"config.channels.subscriptions.comment": " List of messages types to send that will be sent in this channel. Available values: \"info\", \"chat\", \"command\", \"logs\" (\"info\" is equivalent to adding \"server_start\", \"server_stop\", \"player_connect\", \"player_disconnect\", \"player_death\", \"player_advancement\")",
"config.channels.mode.comment": " Messages format in this channel. Available values: WEBHOOK, PLAIN_TEXT, EMBED",

"config.messages.comment": " Messages content configuration\n Variables (${xxx}) are replaced by corresponding values (see complete list of variables: https://github.com/DenisD3D/Mc2Discord/wiki/Variables)\n \"global\" variables may be used in any field",
Expand Down Expand Up @@ -128,4 +128,4 @@
"config.misc.other_mods_messages.class_name.comment": " Name of the Java class the message is comming from",
"config.misc.other_mods_messages.class_index.comment": " Index of the class in the stacktrace",
"config.misc.other_mods_messages.type.comment": " Type the message will be sent as, must be one found in a Channels.Channel configuration"
}
}

0 comments on commit 47b0cfe

Please sign in to comment.