diff options
author | Wuzzy <almikes@aol.com> | 2016-11-18 14:52:36 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-11-18 14:52:36 +0100 |
commit | 696b5ae925c61a1bd70a1cfd664717621eb8f1f1 (patch) | |
tree | 800c5049c12e9a14a1b071014415bcef9f5b1bb5 /README.md | |
parent | 9426f772d08e796c23f1508ebb1d69392b75a829 (diff) |
Refer to other mods in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -9,7 +9,7 @@ Current version: 0.7.0 ### Accessing the help To open the help, there are multiple ways: -- Use the `doc` chat command. This works always. +- Use the `/doc` chat command. This works always. - If you use Unified Inventory, click on the book icon in the inventory menu The documentation system itself should be more or less self-explanatory. @@ -24,15 +24,18 @@ 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 +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 documentation 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 |