From 33e90ba6d75f309267155254dae72a1017a6c977 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Jun 2021 22:41:35 +0100 Subject: [PATCH] Reference: Add note about output getting cut off to //count --- Chat-Command-Reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 87f9ff2..441ad03 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -479,6 +479,8 @@ Example invocations: ## `//count` Counts all the nodes in the defined region and returns the result along with calculated percentages (note that if the chat window used a monospace font, the returned result would be a perfect table. If someone has a ~~hack~~ solution to make the columns line up neatly, please [open an issue](https://github.com/sbrl/Minetest-WorldEditAdditions/issues/new) :D) +**Note:** The output of `//count` can be rather long sometimes, and Minetest by default only shows the last few lines of chat. Press F10 to show the full chat window that you can then scroll through to inspect the full output. + ``` //count ```