Skip to content

Commit

Permalink
Add FN-Sitting-NPCs.md
Browse files Browse the repository at this point in the history
Rename FN-Misc.md to FN-Tutorials.md
  • Loading branch information
OliverSchlueter committed Jan 4, 2024
1 parent 0bff43b commit 8cbfb3d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Writerside/fp.tree
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<toc-element topic="FN-Getting-started.md"/>
<toc-element topic="FN-Commands.md"/>
<toc-element topic="FN-API.md"/>
<toc-element topic="FN-Misc.md">
<toc-element topic="FN-Tutorials.md">
<toc-element topic="FN-Multiple-lines.md"/>
<toc-element topic="FN-Sitting-NPCs.md"/>
</toc-element>
</toc-element>
<toc-element topic="FancyHolograms.md">
Expand Down
3 changes: 0 additions & 3 deletions Writerside/topics/FN-Misc.md

This file was deleted.

9 changes: 9 additions & 0 deletions Writerside/topics/FN-Sitting-NPCs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Sitting NPCs

You can make a NPC sit by following these steps:

1. create a NPC
2. make sure the type is PLAYER (`/npc type <npc> PLAYER`)
3. run `/npc attribute <npc> pose sitting`

You can make the npc stand again by running `/npc attribute <npc> pose standing`
3 changes: 3 additions & 0 deletions Writerside/topics/FN-Tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tutorials

In this section you will find tutorials on how to use the various features of the FancyNpcs plugin.

0 comments on commit 8cbfb3d

Please sign in to comment.