- Refactored all <[scope].var.[variableName]> placeholders. It is now possible to append a key at the end of the placeholder (in the format <[scope].var.[variableName].key>) to tweak the return value of the placeholder based on the type of the variable the placeholder is fetching. This type of placeholder is called "Meta variable Placeholder"
- Refactored all <[scope].var.[variableName]> placeholders. It is now possible to append a keyword at the end of the placeholder (in the format <[scope].var.[variableName].keyword>) to tweak the return value of the placeholder based on the type of the variable the placeholder is fetching. This type of placeholder is called "Meta variable Placeholder"
| <{VariableScope}.var.{VariableName}.{Key}> | Returns the value associated with the given key |
| <{VariableScope}.var.{VariableName}.size> | The size of the map |
| <{VariableScope}.var.{VariableName}.keys> | Returns a list of all the keys in the map |
| <{VariableScope}.var.{VariableName}.values> | Returns a list of all the values in the map |
- All implemented placeholders as of this version can be found [here](https://git.lumine.io/mythiccraft/MythicMobs/-/wikis/Skills/Placeholders?version_id=b268bb2c702690e2fecfe64d82001fa0bea37607#meta-variable-placeholders)