Skip to content

Instantly share code, notes, and snippets.

@ybw0014
ybw0014 / .editorconfig
Created October 23, 2021 06:39
Example editorconfig
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@ybw0014
ybw0014 / compile-slimefun-addon-online.md
Last active June 9, 2024 19:27
How to compile a Slimefun addon on GitHub

This guide introduces how you compile a Slimefun addon on GitHub, without the need to install anything extra on your computer.

You will need to have:

  • A modern browser.
  • A good internet connection.
  • A GitHub account (click here to sign up if you don't have one yet)

Introduction

Most open-source Slimefun addons are hosted on GitHub.