User:TheKillerBunny: Difference between revisions

From FiguraMC
Created page with "=''' Hi there, I'm TheKillerBunny! '''= I am a person that exists == [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin'''] == The group Figura Goofballs (name totally not stolen), which I am the "main developer" of has an addon for Figura called [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin''']. The most useful feature is shown below: * Error event: <syntaxhighlight lang="lua"> function events.ERROR(messageg) -- Handler code if handle..."
 
No edit summary
Line 1: Line 1:
=''' Hi there, I'm TheKillerBunny! '''=
=''' Hi there, I'm TheKillerBunny! '''=
[[File:TheKillerBunny-Avatar.png|thumb|alt=TheKillerBunny in Sherman's Gallifreyan|TheKillerBunny in Sherman's Gallifreyan]]
I am a person that exists
I am a person that exists
== [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin'''] ==
== [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin'''] ==

Revision as of 23:26, 26 September 2024

Hi there, I'm TheKillerBunny!

TheKillerBunny in Sherman's Gallifreyan
TheKillerBunny in Sherman's Gallifreyan

I am a person that exists

GoofyPlugin

The group Figura Goofballs (name totally not stolen), which I am the "main developer" of has an addon for Figura called GoofyPlugin. The most useful feature is shown below:

  • Error event:
function events.ERROR(messageg)
  -- Handler code
  if handled then
    return true -- Cancel error (doesn't work if the error is resource limit reached, this event will just run again)
  end
end

Libraries

I have many libraries, all of which can be found in my avatar. The libraries meant for the public to use will have LuaLS docs in them, but the others are still functional. My favorite 2 are BunnyChatUtils and BunnyLineLib, as they are simple to use and have a specific purpose that they do well. If you want a more complicated library, check out BunnyUI, which supports text & buttons in either the HUD or The World (unrotated world part as viewport)