From 41d5306a1f3e7e16e75d8a4b91dca3df59818c3a Mon Sep 17 00:00:00 2001 From: Matt Baxter Date: Thu, 2 Jul 2026 18:59:15 -0400 Subject: [PATCH] Fix dumplisteners tofile case The command only works lowercase. --- src/content/docs/paper/admin/reference/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/paper/admin/reference/commands.md b/src/content/docs/paper/admin/reference/commands.md index ee8ecb111..67474de6b 100644 --- a/src/content/docs/paper/admin/reference/commands.md +++ b/src/content/docs/paper/admin/reference/commands.md @@ -126,8 +126,8 @@ commands which expect an item argument. `/paper dumpitem all` yields the **full including default data components you do not have to explicitly declare. ### dumplisteners -The `/paper dumplisteners toFile|` command is primarily intended for developers trying to figure out why -their event handlers might not be working as expected. Using `/paper dumplisteners toFile` will write all +The `/paper dumplisteners tofile|` command is primarily intended for developers trying to figure out why +their event handlers might not be working as expected. Using `/paper dumplisteners tofile` will write all currently registered event handlers to a file, whilst `/paper dumplisteners ` will print the registered event handlers only for the specific event.