2016-12-12 12:42:18 +01:00
2016-12-12 12:42:18 +01:00
2016-11-18 19:01:58 +01:00
2016-12-12 12:42:18 +01:00
2016-12-07 19:14:38 +01:00
2016-12-12 12:42:18 +01:00
2016-12-12 12:42:18 +01:00
2016-07-24 19:29:40 +02:00
2016-12-12 12:42:18 +01:00
2016-11-18 14:48:46 +01:00

Documentation System [doc]

This mod provides a simple and highly extensible form in which the user can access help pages about various things and the modder can add those pages. The mod itself does not provide any help texts, just the framework. It is the heart of the Help modpack, on which the other Help mods depend.

Current version: 0.10.0

For users

Accessing the help

To open the help, there are multiple ways:

  • Use the /doc chat command. This works always.
  • If you use Unified Inventory or Minetest Game, you will find an extra button in the inventory

The help itself should be more or less self-explanatory.

This mod is useless on its own, you will only need this mod as a dependency for mods which actually add some help entries.

Hidden entries

Some entries are initially hidden from you. You can't see them until you unlocked them. Mods can decide for themselves how particular entries are revealed. Normally you just have to proceed in the game to unlock more entries. Hidden entries exist to avoid spoilers and give players a small sense of progress.

Players with the doc_reveal privilege can use the /doc_reveal chat command to reveal all hidden entries instantly.

For modders and subgame authors

This mod helps you in writing extensive help for your mod or subgame. You can write about basically anything in the presentation you prefer.

To get started, read API.md in the directory of this mod.

Note: If you want to add help texts for items and nodes, refer to the API documentation of doc_items, instead of manually adding entries. For custom entities, you may also want to add support for doc_identifier.

License of everything

MIT License

Description
No description provided
Readme 421 KiB
Languages
Lua 100%