Skip to content

Scripts

If you have any cool scripts and want to share them, make a PR and add them here!

  • Minecraft JAR importer (GitHub Gist) - A script for importing Minecraft JAR files easily.
  • JS/JSON formatter (GitHub Gist) - A script for automatically formatting JS/JSON(C/5) files using the js-beautify library.
  • JSON formatter (GitHub Gist) - A script for automatically formatting JSON files using JSON.parse+JSON.stringify (cleaner JSON output compared to js-beautify).