sbrl / Minetest-WorldEditAdditions

Extra tools and commands to extend WorldEdit for Minetest
https://worldeditadditions.mooncarrot.space/
Mozilla Public License 2.0
16 stars 3 forks source link

Help #107

Open VorTechnix opened 7 months ago

VorTechnix commented 7 months ago

We need to implement help (sub-modules for various command groups) for WEA to not be reliant on WE's //help.

sbrl commented 7 months ago

This is an important feature. I see this being a part of a separate sub-mod of worldeditadditions_docs. The easiest thing to do here is to pull from the existing chat command reference to populate a //help command.

We could even do some formspecs stuff, potentially with progressive enhancement by integrating into e.g. Active Formspecs or similar.

VorTechnix commented 7 months ago

I'd prefer not to get into formspec stuff so as to stay game-agnostic. Mineclone, Asuna etc. use different formspec designs and we can't blend in with all of them.

sbrl commented 7 months ago

Very true. Maybe there's a library out there that is game-agnostic. Maybe we could even integrate with doc!