Описание
This is a plugin for the [figura](https://modrinth.com/mod/figura) mod which lets you code "avatars" in lua
In game you can run `/figura docs globals goofy GoofyAPI ` to see what each function does, and auto fill will tell you what functions there are.
This was made to implement things out of scope for vanilla [figura](https://modrinth.com/mod/figura) that are still useful for making avatars
### Current features:
* Regex functions
* Logging directly to Minecraft's Log
* Loading avatars via script based on player UUID
* Bumpscocity
* Error event serving as a global pcall
* Reloading avatars based on player UUID
* Stopping your avatar's script execution
* Performing the 4 basic math operations (addition, subtraction, multiplication, division) with infinite arguments
* Individually disabling GUI elements
* and more!
### Usage
To use this, install this along with [figura](https://modrinth.com/mod/figura) and create an avatar using the built in installation wizard. If you want to know how to do everything check our [wiki](https://github.com/Figura-Goofballs/GoofyPlugin/wiki) (will have things that are not yet in the main release, use the bleeding edge build to use them).