Skip to content
FabulousFox edited this page Jan 4, 2022 · 17 revisions

Welcome to the FoxScript3 wiki!

General Overview

Tutorials

Quickstart

If you have Python installed on your Machine, you can simply execute the Compiler.py and it will open a Filechooser so you can select your project folder

The project must have the following folder structure:

├─project.json (More info on the wiki tab)
│
├─namespace
│ └─functions
│ ├─somefile.fs3
│ ├─anotherfile.mcfunction
│ └───afolder
│ └─yetanotherfile.foxscript

All files that can be read by Foxscript end with ".fs3", ".mcfunction" or ".foxscript"

Clone this wiki locally