diff --git a/docs/src/fancynpcs/fancynpcs.md b/docs/src/fancynpcs/fancynpcs.md index 6e8dd2b8..245dd612 100644 --- a/docs/src/fancynpcs/fancynpcs.md +++ b/docs/src/fancynpcs/fancynpcs.md @@ -22,3 +22,22 @@ With this plugin you can create fancy looking NPCs with ease. You can customize - **Equipment** (Helmet, Chestplate, Leggings, Boots, Hand and Offhand) - **Interact** (Commands, Messages, Actions) - **Attributes** (Pose, Variants, Visibility, etc.) + +## Principles + +### Simple + +The plugin is designed to be easy to use and understand. The commands are well-structured and the tab completion is incredibly helpful. +You can do everything in-game without the need of touching the configuration files. +All commands and features are documented in this wiki. If you have any questions, feel free to ask in the Discord server, we are happy to help you. + +### Lightweight + +The plugin is optimized for performance. It uses packets to send the npc data to the clients, which is the most efficient way to do it. +The server does not have to do any additional work, which means that the plugin has a minimal impact on the server performance. +FancyNpcs does not require ANY dependencies other than Paper. + +### Feature-rich + +The plugin has a lot of features to offer. You can customize the NPCs in many ways and create unique NPCs for your server. +We are constantly working on new innovative features and improvements. If you have any suggestions, feel free to share them with us. \ No newline at end of file