https://github.com/cyclopsmc/integratedscripting
Create scripts for handling complex operations in Integrated Dynamics
https://github.com/cyclopsmc/integratedscripting
Last synced: about 1 month ago
JSON representation
Create scripts for handling complex operations in Integrated Dynamics
- Host: GitHub
- URL: https://github.com/cyclopsmc/integratedscripting
- Owner: CyclopsMC
- License: mit
- Created: 2023-07-17T04:22:56.000Z (almost 3 years ago)
- Default Branch: master-26
- Last Pushed: 2026-04-19T13:12:49.000Z (2 months ago)
- Last Synced: 2026-04-19T15:21:11.251Z (2 months ago)
- Language: Java
- Homepage:
- Size: 15.1 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-1.19.2.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Agents: AGENTS.md
Awesome Lists containing this project
README
## Integrated Scripting
[](https://github.com/CyclopsMC/IntegratedScripting/actions?query=workflow%3ACI)
[](https://coveralls.io/github/CyclopsMC/IntegratedScripting)
[](https://github.com/CyclopsMC/packages/packages/1901862)
[](https://crowdin.com/project/integratedscripting)
[](https://www.curseforge.com/minecraft/mc-mods/integrated-scripting)
[](https://discord.gg/9yDxubB)
Create scripts for handling operations in Integrated Dynamics.
All stable releases (including deobfuscated builds) can be found on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/integrated-scripting/files).
[Development builds](https://github.com/CyclopsMC/packages/packages/) are hosted as GitHub packages.
### Contributing
* Before submitting a pull request containing a new feature, please discuss this first with one of the lead developers.
* When fixing an accepted bug, make sure to declare this in the issue so that no duplicate fixes exist.
* All code must comply to our coding conventions, be clean and must be well documented.
### Issues
* All bug reports and other issues are appreciated. If the issue is a crash, please include the FULL Forge log.
* Before submission, first check for duplicates, including already closed issues since those can then be re-opened.
### Branching Strategy
For every major Minecraft version, a `master-{mc_version} branch exists.
### License
All code and images are licenced under the [MIT License](https://github.com/CyclopsMC/IntegratedScripting/blob/master-1.19-lts/LICENSE.txt)
This project makes use of GraalVM (graal-sdk, js, js-scriptengine).