Combined display of all available logs of FiguraMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:27, 16 October 2024 TheKillerBunny talk contribs created page ParseJson (Created page with "{| class="wikitable" ! Arguments ! Returns |- | JSON: {{Type|string}} | {{Type|table}} |} Deserializes a JSON string into a table.<br /> See toJson")
- 18:26, 16 October 2024 TheKillerBunny talk contribs created page ToJson (Created page with "{| class="wikitable" ! Arguments ! Returns |- | Table: {{Type|table}} | {{Type|string}} |} Serializes a table into a JSON string")
- 15:36, 13 October 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Signature/Image (Created page with "<div style="display:inline-block;margin-top:6px;background:#f8f9fa;border:2px solid #777777;padding:0;"> {{{1}}} <hr style="background-color: black;" /> <p style="text-align:center;margin:0;padding:0;"> {{{2}}} </p> </div>")
- 18:37, 12 October 2024 TheKillerBunny talk contribs changed the content model of the page User:TheKillerBunny/Signature/style.css from "CSS" to "Sanitized CSS" (templateStyles)
- 18:33, 12 October 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Signature/style.css (Created page with ".image { display: inline-block; margin-top: 6px; width: 150px; background: #f8f9fa; border: 2px solid #777777; padding: 0; } .image p { text-align: center; margin: 0; padding: 0; }")
- 18:07, 12 October 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Signature (Created page with "<hr /><div style="margin-top:6px;width:150px;background:#f8f9fa;border:2px solid #777;">150px<hr /><center><p style="margin:-3px">Optical Media Is Peak</p></center></div>-@TheKillerBunny")
- 18:06, 12 October 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/SignatureEmbed (Created page with "{{User:TheKillerBunny/Signature}}")
- 16:56, 12 October 2024 TheKillerBunny talk contribs created page User talk:TheKillerBunny (Created page with "This is a talk page I think")
- 16:49, 12 October 2024 TheKillerBunny talk contribs created page File:TKBunny-OpticalMediaIsPeak.svg
- 16:49, 12 October 2024 TheKillerBunny talk contribs uploaded File:TKBunny-OpticalMediaIsPeak.svg
- 16:46, 12 October 2024 TheKillerBunny talk contribs created page File:TheKillerBunny-Avatar.svg.svg
- 16:46, 12 October 2024 TheKillerBunny talk contribs uploaded File:TheKillerBunny-Avatar.svg.svg
- 21:53, 10 October 2024 TheKillerBunny talk contribs created page FiguraMetatables (Created page with "{{Stub}} figuraMetatables is a table containing the metatables for every type figura adds. Modifying this table will change the metatable on the respective type")
- 04:02, 5 October 2024 TheKillerBunny talk contribs moved page User:TheKillerBunny/Style Guide to FiguraMC:Contributing/Style Guide
- 03:46, 5 October 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Style Guide (Created page with "= Types = When creating a type page, please use the following layout: == Methods == {| class="wikitable" |- ! Method ! Brief description |- | method | description |- | getPos | Returns the position of the ModelPart as a {{type|Vector3}} |} == Fields == {| class="wikitable" |- ! Field ! Type |- | field | {{type|type}} |- | TICK | {{type|Event}} |} Each field/method should link to a subpage for that fiel...")
- 03:35, 5 October 2024 TheKillerBunny talk contribs created page Contributing (Create basic contributing page)
- 00:54, 29 September 2024 TheKillerBunny talk contribs created page MatricesAPI (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:54, 29 September 2024 TheKillerBunny talk contribs created page Matrix4 (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:54, 29 September 2024 TheKillerBunny talk contribs created page Matrix3 (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:54, 29 September 2024 TheKillerBunny talk contribs created page Matrix2 (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:54, 29 September 2024 TheKillerBunny talk contribs created page VectorsAPI (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:54, 29 September 2024 TheKillerBunny talk contribs created page Vector4 (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:53, 29 September 2024 TheKillerBunny talk contribs created page Vector3 (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:53, 29 September 2024 TheKillerBunny talk contribs created page Vector2 (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:53, 29 September 2024 TheKillerBunny talk contribs created page Vectors (Redirected page to Vectors and Matrices) Tag: New redirect
- 00:41, 29 September 2024 TheKillerBunny talk contribs created page Vectors and Matrices (Created page with "{{Stub}} {{#invoke:Distinguish|hatnote|Vectors (Global)|Matrices (Global)}} Vectors and matrices at their core are a set of numbers that represent something (e.g. a Vector3 could represent a position in the world) == Vectors == Many functions that take in a vector will also take in the same amount of numbers and internally convert it into a Vector. Vectors come in 3 types: Vector2, Vector3, and Vector4. You can create a vector by using the global method <code>vec</code...")
- 00:31, 29 September 2024 TheKillerBunny talk contribs created page Template:Stub (Created page with "{{Hatnote|This template is a stub. You can help this wiki by {{ExpandPage|expanding it}}}}")
- 00:31, 29 September 2024 TheKillerBunny talk contribs created page Template:ExpandPage (Created page with "[https://wiki.figuramc.org/index.php?title={{FULLPAGENAME}}&action=edit {{{1}}}]")
- 17:26, 28 September 2024 TheKillerBunny talk contribs created page Module:Distinguish (Created page with "function hatnoteDistinguish(frame) local args = frame.args local final = {} for k, v in ipairs(args) do if k == #args then table.insert(final, "or") end table.insert(final, "" .. v .. "") end -- stuff return table.concat(final, ", ") end return {["hatnote"] = hatnoteDistinguish}")
- 15:02, 27 September 2024 TheKillerBunny talk contribs moved page User:TheKillerBunny/Events to Events
- 15:01, 27 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Events (Created page with "{{Distinguish|Event}} Events is a global which contains every {{Type|Event}}, which are fired when certain things happen. For example, if you want to count ticks, you can use the tick or world tick event. <syntaxHighlight lang="lua"> local tick = 0 -- Register event function events.TICK() tick = tick + 1 end -- or events.TICK:register(function() tick = tick + 1 end) </syntaxHighlight> Note that not everyone needs to count ticks == Fields == {| class="wikitable" |-...")
- 14:04, 27 September 2024 TheKillerBunny talk contribs moved page Tutorials/Pings to Pings (Tutorial)
- 14:02, 27 September 2024 TheKillerBunny talk contribs moved page User:TheKillerBunny/Blink to Blinking
- 23:25, 26 September 2024 TheKillerBunny talk contribs created page File:TheKillerBunny-Avatar.png
- 23:25, 26 September 2024 TheKillerBunny talk contribs uploaded File:TheKillerBunny-Avatar.png
- 23:21, 26 September 2024 TheKillerBunny talk contribs created page File:EyeGroup.png
- 23:21, 26 September 2024 TheKillerBunny talk contribs uploaded File:EyeGroup.png
- 22:34, 26 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Blink (Created page with "== How to blink == First, you need to have eyes to scale. I'm gonna store them in a variable for easier accessing, as well as how fast I want to blink (in ticks). Your path will be different <syntaxHighlight lang="lua"> local eyes = models.model.root.UpperBody.TheHead.Eyes local BLINK_RATE = 4 * 20 -- 4 Seconds </syntaxHighlight> Next, I want to create a <code>TICK</code> event to set when my eyes blink, as well as 5 variables: tick, oldScale, newScale, oldPos, and new...")
- 18:29, 26 September 2024 TheKillerBunny talk contribs created page Template:Hatnote (Created page with "<nowiki>{{Hatnote|TEXT}}</nowiki>")
- 18:28, 26 September 2024 TheKillerBunny talk contribs created page Template:Distinguish (Created page with "{{#if:{{{1|}}} | {{Hatnote|Not to be confused with [[:{{trim|{{{1}}}}}]]{{ #if: {{{3|}}}{{{4|}}} | , [[:{{trim|{{{2}}}}}]], {{ #if: {{{4|}}} | [[:{{trim|{{{3}}}}}]], or [[:{{trim|{{{4}}}}}]] | or [[:{{trim|{{{3}}}}}]] }} | {{ #if: {{{2|}}} | or [[:{{trim|{{{2}}}}}]] }} }}. }} }}")
- 18:14, 26 September 2024 TheKillerBunny talk contribs moved page User:TheKillerBunny/Event to Event (Now I get to be a real page :3)
- 17:30, 26 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Event (Created page with "The event type is used for events such as `events TICK`. To create an event function, use one of the following. <syntaxHighlight lang="lua"> function events[EVENT]() end -- OR events[EVENT]:register(function() end) -- optionally as a name argument to allow removal </syntaxHighlight> {| class="wikitable" |- ! | Method ! | Description |- | remove | Takes in a [https://lua.org/manual/5.1/manual.html#5.4 string] with the name of the event, and removes it, stopping it from...") Tag: Visual edit: Switched
- 15:29, 26 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/global-example (Created page with "== Methods == {| class="wikitable" |- ! Method ! Args ! Returns |- ! | Method | Type arg1, Colors color | Type |}")
- 13:53, 26 September 2024 TheKillerBunny talk contribs created page Enums/Colors (Created page with "{| class="wikitable" |- ! style="background-color: #5EA5FF;" | AWESOME_BLUE | #5EA5FF |- ! style="background-color: #99BBEE;" | SOFT_BLUE | #99BBEE |- ! style="background-color: #00F0FF;" | BLUE | #00F0FF |- ! style="background-color: #A672EF;" | PURPLE | #A672EF |- ! style="background-color: #FF2400;" | RED | #FF2400 |- ! style="background-color: #FFC400;" | ORANGE | #FFC400 |- ! style="background-color: #F8C53A;" | CHEESE | #F8C53A |- ! style="background-color: #5555FF...")
- 13:36, 26 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Colors (Created page with "= THIS IS A PROPOSAL FOR THE PAGE WITH COLORS INTERNALLY USED BY FIGURA = {| class="wikitable" |- ! style="background-color: #5EA5FF;" | AWESOME_BLUE | #5EA5FF |- ! style="background-color: #A672EF;" | PURPLE | #A672EF |- ! style="background-color: #00F0FF;" | BLUE | #00F0FF |- ! style="background-color: #99BBEE;" | SOFT_BLUE | #99BBEE |- ! style="background-color: #FF2400;" | RED | #FF2400 |- ! style="background-color: #FFC400;" | ORANGE | #FFC400 |- ! style="backgroun...") Tag: Visual edit: Switched
- 00:15, 26 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny (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...")