From 47b0cfe74c084173a80af2b699eb21b832a46e9c Mon Sep 17 00:00:00 2001 From: DenisD3D <35769613+DenisD3D@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:49:35 +0200 Subject: [PATCH] Update en_us.json --- .../main/resources/assets/mc2discord/m2d-lang/core/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mc2discord-core/src/main/resources/assets/mc2discord/m2d-lang/core/en_us.json b/mc2discord-core/src/main/resources/assets/mc2discord/m2d-lang/core/en_us.json index 6e791cc..2196237 100644 --- a/mc2discord-core/src/main/resources/assets/mc2discord/m2d-lang/core/en_us.json +++ b/mc2discord-core/src/main/resources/assets/mc2discord/m2d-lang/core/en_us.json @@ -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", @@ -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" -} \ No newline at end of file +}