Commits
- Add .envrc for direnv to auto-load HYTALE_HOME
- Add setup-wsl.sh to configure Gradle user properties
- Update README with WSL setup instructions
- Clean up settings.gradle.kts (remove file modification logic)
- Update .gitignore for local.properties
* feat: update plugin to 0.2.4
* docs: add kick-start description
Switching to the ScaffoldIt Gradle Plugin adding:
- HytaleServer.jar via the official Hytale maven
- Monorepo support via `common {}` block
- Kotlin support via `useKotlin()` function
- Hot-reloading using DCEVM JVM and IDEA
- Automatic manifest in-place generation
- Automatic source path scaffolding
- Source-linked Devserver for zero jar
- Source-linked Asset Editor
Remove the part of pom.xml that causes the resources to not show up inside the build
build(manifest): set version in manifest.json to the package version
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
# Conflicts:
# .idea/workspace.xml
Switching to the ScaffoldIt Gradle Plugin adding:
- HytaleServer.jar via the official Hytale maven
- Monorepo support via `common {}` block
- Kotlin support via `useKotlin()` function
- Hot-reloading using DCEVM JVM and IDEA
- Automatic manifest in-place generation
- Automatic source path scaffolding
- Source-linked Devserver for zero jar
- Source-linked Asset Editor