Three New Native Keywords + Small Internal Changes
Summery
This update adds three new native keywords to the plugin and changes how function targeters are handled internally. The first is called teleport, it has the ability to teleport the specified entity to a location in any world. The second keyword is called teleportto and it can teleport the specified entity to the location of another event related location. The third and final keyword added is called time and it sets the in game time in the given world. You can read more about all of these keywords in the plugins keyword section of the documentation.
Features
New "teleport" keyword
New "teleportto" keyword
New "time" keyword
Function targeters now are parsed in a far more normal and clean way (the old way was really bad and before the more advanced keyword api was implemented)