Some copy-editing in README
This commit is contained in:
parent
17c800557a
commit
2e9fe8af98
13
README.md
13
README.md
@ -27,8 +27,8 @@ 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
|
entries. Hidden entries exist to avoid spoilers and give players a small
|
||||||
sense of progress.
|
sense of progress.
|
||||||
|
|
||||||
Players with the `help_reveal` privilege can use the `/help_reveal` chat command
|
Players with the `help_reveal` privilege can use the `/help_reveal` chat
|
||||||
to reveal all hidden entries instantly.
|
command to reveal all hidden entries instantly.
|
||||||
|
|
||||||
### Maintenance
|
### Maintenance
|
||||||
The information of which player has viewed and revealed which entries is
|
The information of which player has viewed and revealed which entries is
|
||||||
@ -37,14 +37,15 @@ the viewed/revealed state of all players by deleting this file. Players
|
|||||||
then need to start over revealing all entries.
|
then need to start over revealing all entries.
|
||||||
|
|
||||||
## For modders and subgame authors
|
## For modders and subgame authors
|
||||||
This mod helps you in writing extensive help for your mod or subgame.
|
This mod helps you in creating extensive and flexible help entries for your
|
||||||
You can write about basically anything in the presentation you prefer.
|
mods 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.
|
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
|
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
|
documentation of `doc_items`, instead of manually adding entries.
|
||||||
custom entities, you may also want to add support for `doc_identifier`.
|
For custom entities, you may also want to add support for `doc_identifier`.
|
||||||
|
|
||||||
## License of everything
|
## License of everything
|
||||||
MIT License
|
MIT License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user