Skip to content
Gunnar edited this page Jul 3, 2025 · 4 revisions

Welcome to the scafall wiki!

Warning

This wiki is still under construction and info may not be correct nor up-to-date!

Prerequisites / Disclaimer

Warning

  • based on Kotlin and may provide worse DX or not work as expected when using plain Java
  • still in alpha! The API is not stable!
  • only targets the most recent platform versions, including minor versions.

Prerequisites

  • Gradle with Kotlin scripts - The following examples and tutorials will assume you use both of them
  • Kotlin - Examples and Tutorials will be in Kotlin only

Getting started:

repositories {
    maven(url = "https://artifacts.wolfyscript.com/artifactory/gradle-dev")
}

Shared Plugin Dependency

Set up your project to use scafall from a separately installed plugin/mod dependency.

// TODO

dependencies {
    
}

Clone this wiki locally