The veininfo command does not list all veins
TheDeviantCrafter opened this issue ยท 2 comments
Running /veininfo all
is supposed to list all commands, but it only lists 13. My pack has far more than that. I suspect there's a limit to the number of lines a single chat message can take up.
Two solutions to this come to mind:
-
Add multiple pages, similar to
/help
. Running/veininfo all 2
would list the second page of veins. -
Show as many as you can in chat, and dump the rest to log. Include a message mentioning this.
I can't seem to reproduce this in dev, with 25 test veins, every one is logged to chat.
- Each vein sends it's own chat message, so the only limit should be how far you can scroll back.
- As discussed in discord, the problem may have been a number of veins not being registered due to syntax errors or similar problems, resulting in only 13 veins actually getting displayed.