-
Notifications
You must be signed in to change notification settings - Fork 0
2 jVisualScripting
Go check out home of jVisualScripting
Warning
This is still under construction 🚧. print("!place x y z type") and print("!break x y z") is the only connection to game.
Warning
Currently, coding can only be done by clowning this repo and editing the .jvs file in a place even I forgot.
Warning
JVisualScripting will not be fully working for some time and is not a top priority for me!
Tip
However JavaScript still works, just go to the JavaScript page to learn how to make some plugins/modification to the game.

Visual Scripting Engine for Java.
Small (<500KB), efficient and with 0 external dependencies.
This Java project provides a powerful workflow engine and a user-friendly visual editor. The workflow engine allows users to define, execute, and manage complex business processes, while the visual editor offers an intuitive interface for designing workflows without requiring deep technical knowledge.
Additionally, the engine can be embedded in your Java application or run workflows from the command line.

- Dynamic Workflow Creation: Easily define and modify workflows using Java.
- Execution Management: Control and monitor workflow execution with real-time updates.
- Task Management: Automate task assignments and manage task states.
- Error Handling: Robust error handling mechanisms for ensuring workflow reliability.
- Persistence: Store workflow definitions and states in compressed binary file or in JSON file.
- Embeddable: Integrate the engine into your Java application.
- Command Line Interface: Run workflows directly from the command line.
- Drag-and-Drop Interface: Design workflows with a simple drag-and-drop interface.
- Node Configuration: Configure each workflow node with specific actions and conditions.
- Real-time Validation: Immediate feedback on workflow design errors and inconsistencies.
- Export/Import: Export workflows as compressed binary file or JSON for easy sharing and version control.
- Integration: Seamlessly integrates with the workflow engine for direct deployment and testing.
2 file formats are provided : a binary format (.jvsz) and a JSON format (.jvs)
- Home
- How to play?
- How to code modifiers using JavaScript?
- jVisualScripting (still in construction 🚧)
- Source Code
- Versions
- Downloads(not working yet) Scroll down to bottom of the release card and click the assets, select .jar/... and download. For more see install page
MtSharpGrain