**AdvancedPermissionDumper** is a versatile Spigot plugin designed for Minecraft 1.8 that enables server administrators to easily dump all permissions from a specific plugin or from all plugins into a YAML file. This can be invaluable for managing and auditing permissions across your server.
**Developed by Sforskeezy**
## Features
- **Comprehensive Permission Dumping**: Extracts all permissions, including wildcard permissions (e.g., `plugin.*`).
- **Supports All Plugins**: Can dump permissions for any installed plugin or for all plugins on the server.
- **Well-Formatted Output**: Generates a YAML file with clear and organized permissions data.
## Commands
- `/apd <plugin>` - Dumps all permissions of the specified plugin to a YAML file.
- `/apd ALL` - Dumps all permissions of all plugins installed on the server to a YAML file.
## Permissions
- `apd.use` - Required to execute the `/apd` command.
## Installation
1. Download the plugin jar file.
2. Place the jar file into your server's `plugins` directory.
3. Restart or reload your server to enable the plugin.
## Usage
1. **Dump Permissions for a Specific Plugin**:
```bash
/apd <plugin_name>