Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.4
1.20.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 6 months ago
Updated last week
This is a plugin for the figura mod which lets you code "avatars" in lua
In game you can run /figura docs globals goofy GoofyAPI <function>
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 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 and create an avatar using the built in installation wizard. If you want to know how to do everything check our wiki (will have things that are not yet in the main release, use the bleeding edge build to use them).