> For the complete documentation index, see [llms.txt](https://aglerr.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aglerr.gitbook.io/wiki/aglerr-plugin/player-profiles/options-and-configuration.md).

# Options & Configuration

## Useful Links

* [Placeholders](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders)
* [Materials List](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
* [Sound Type](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html)

## Action Types

All action must be on upper case, or it will not work! Also all of action types configuration example is created in the default config files.

| Tag            | Description                                                                                                                                         |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| \[CONSOLE]     | Executes a command from the console.                                                                                                                |
| \[PLAYER]      | Executes a command as the player.                                                                                                                   |
| \[MESSAGE]     | Sends a message to player. You can use [placeholders](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders) and color codes here too. |
| \[OPENGUIMENU] | Opens another GUI from Player Profiles.                                                                                                             |
| \[CLOSE]       | Close the current opened menu.                                                                                                                      |
