From 3a7b88ada053289c51ef4f2716c676fc6cf4f039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dana=C3=ABl=20V?= <104455676+ReverM@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:12:49 -0500 Subject: [PATCH 1/3] Cleaning up (#4) Cleanup From 9f39aad54c19f39e2ae723e7edbf4533fd559ecb Mon Sep 17 00:00:00 2001 From: Rever Date: Sat, 13 Jan 2024 23:09:41 -0500 Subject: [PATCH 2/3] Adressed change about spaces no longer being replaced to underscores. Added a "that" to remove an ambiguity --- data/options.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/options.yaml b/data/options.yaml index b9bacaa0d10..8618dfc43ad 100644 --- a/data/options.yaml +++ b/data/options.yaml @@ -17,10 +17,10 @@ # A. This is a .yaml file. You are allowed to use most characters. # To test if your yaml is valid or not, you can use this website: # http://www.yamllint.com/ -# You can also verify your Archipelago settings are valid at this site: +# You can also verify that your Archipelago options are valid at this site: # https://archipelago.gg/check -# Your name in-game. Spaces will be replaced with underscores and there is a 16-character limit. +# Your name in-game. There is a 16-character limit. # {player} will be replaced with the player's slot number. # {PLAYER} will be replaced with the player's slot number, if that slot number is greater than 1. # {number} will be replaced with the counter value of the name. From 657d42bb4010a198286b59a6e8b8143cb1860eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dana=C3=ABl=20V?= <104455676+ReverM@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:23:13 -0500 Subject: [PATCH 3/3] Update data/options.yaml Combined the two sentences into one, per suggestion Co-authored-by: Nicholas Saylor <79181893+nicholassaylor@users.noreply.github.com> --- data/options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/options.yaml b/data/options.yaml index 8618dfc43ad..30bd328f99a 100644 --- a/data/options.yaml +++ b/data/options.yaml @@ -20,7 +20,7 @@ # You can also verify that your Archipelago options are valid at this site: # https://archipelago.gg/check -# Your name in-game. There is a 16-character limit. +# Your name in-game, limited to 16 characters. # {player} will be replaced with the player's slot number. # {PLAYER} will be replaced with the player's slot number, if that slot number is greater than 1. # {number} will be replaced with the counter value of the name.