Configuration Overview
1/16/26Less than 1 minutePlugin DocumentationAkiAsyncConfiguration
AkiAsync Configuration Overview
AkiAsync uses multiple configuration files to manage different functional modules.
Configuration Files
config.yml
Main configuration file containing all core feature switches and parameters
entities.yml
Entity list configuration defining zero-delay factory entities and collision optimization exclusion list
throttling.yml
Entity throttling configuration controlling entity limits and removal thresholds
File Location
All configuration files are located in plugins/AkiAsync/ directory:
plugins/AkiAsync/
├── config.yml # Main configuration
├── entities.yml # Entity list configuration
└── throttling.yml # Entity throttling configurationReload Configuration
After modifying configuration, use the following command to reload:
/aki-reloadNote
First execution will show a warning, you need to execute again within 30 seconds to confirm reload.