https://github.com/gaming32/ktsmc-workspace
Simple workspace for developing KtsMC plugins
https://github.com/gaming32/ktsmc-workspace
Last synced: about 2 months ago
JSON representation
Simple workspace for developing KtsMC plugins
- Host: GitHub
- URL: https://github.com/gaming32/ktsmc-workspace
- Owner: Gaming32
- Created: 2024-02-24T02:30:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T17:07:39.000Z (about 1 year ago)
- Last Synced: 2025-02-03T10:17:55.421Z (4 months ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KtsMC Workspace
This repository contains a simple workspace to begin writing KtsMC scripts. To get started, download the latest workspace from [Releases](releases). Then open the extracted directory in [IntelliJ IDEA](https://www.jetbrains.com/idea/download/). You can create scripts anywhere in this project. Scripts must end in `.ktsmc.kts` There is a sample script in [sample.ktsmc.kts](sample.ktsmc.kts). If you see lots of red and a message saying that a new scripting context is available, click "Enable auto-reload".