From b5d3c567c482772c9b950af61879843a89010316 Mon Sep 17 00:00:00 2001 From: Kieran Wallbanks Date: Wed, 30 Oct 2024 17:52:08 +0000 Subject: [PATCH] add a newline perhaps --- source/minimessage/dynamic-replacements.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/minimessage/dynamic-replacements.rst b/source/minimessage/dynamic-replacements.rst index e340455..dfa4930 100644 --- a/source/minimessage/dynamic-replacements.rst +++ b/source/minimessage/dynamic-replacements.rst @@ -141,6 +141,7 @@ To insert a list of components, you can use the list formatter. This tag resolver will join components together. It will accept three arguments, all of which are optional but must be provided in order and with all preceding arguments present: + #. The separator to use between components (defaults to no separator). #. The separator to use between the last two components (defaults to the first argument). #. The separator to use between the last two components if there are more than two components (defaults to the second argument).