Allow creation, editing and deletion of .skt files.
So this was hard to find this since SkQuery has bad documentation, but I tested it with cubed's SkQuery version:
Skript Type (.skt) file allow you to create custom Enum type for Skript.
Example:
```
MyEnumName
MyValue1
MyValue2
MyValue3
```
When SkQuery loads, the type will be loaded with name 'MyEnumName' and the 3 values.