All public logs

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).

Logs
  • 03:52, 29 September 2024 Lexize talk contribs created page Buffer (Created page with "== Basics == Buffer is an utility object that can be created by using <code>data:createBuffer()</code>. It is used to get more control of what you are writing and reading, by providing bunch of methods for reading and writing bytes for specific primitive data types. ==== Supported primitives ==== {{note|On this page methods, instead of standard type names, will often use primitive names from this table for specifying arguments and return types, keep this in mind while...")
  • 16:33, 28 September 2024 Lexize talk contribs created page BufferEncoding (Created page with "{| class="wikitable" ! Encoding !! Alias |- |utf8 |utf_8 |- |utf16 |utf_16 |- |utf16be |utf_16_be |- |utf16le |utf_16_le |- |ascii |- |iso88591 |iso_8859_1 |}")
  • 13:55, 28 September 2024 Lexize talk contribs created page FileAPI (Created page with "{{Host only|kind=API}} <code>FileAPI</code> allows your avatar to access files in isolated folder. FileAPI is available as global <code>file</code> variable. == Security == FileAPI is fully isolated in your data folder. It is located in your Figura folder, so, default path for it would be <code>figura/data</code>. FileAPI can't access any files or directories out of this folder, even when using symbolic links. Attempt to access file or directory outside data folder wi...") Tag: Visual edit: Switched