docs: Add principles section to fancynpcs documentation

This commit is contained in:
Oliver
2025-03-14 22:57:46 +01:00
parent c0be753fa8
commit 12d71dcb53

View File

@@ -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) - **Equipment** (Helmet, Chestplate, Leggings, Boots, Hand and Offhand)
- **Interact** (Commands, Messages, Actions) - **Interact** (Commands, Messages, Actions)
- **Attributes** (Pose, Variants, Visibility, etc.) - **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.