Text to Location

Overview and Example

The location to text and text to location functions are used for a better way to store locations. This fixes issues between worlds and other weird issues in skript. You can store locations as text instead of a location variable.

sklib_textToLocation({_text})

A commented version of the function is below. The return type for this function is location.

# This function returns a location.
sklib_textToLocation({_text})

# An example return value is this.
# x: 123.45, y:678.9 z: 12.3

Last updated