-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sandwich edited this page Mar 17, 2026
·
2 revisions
Welcome to the Veltrix documentation.
Veltrix is a visual node-based editor for building Minecraft Paper plugins without writing code.
Build and run Veltrix:
mvn clean package
java -jar target/veltrix-1.0.0.jar- Build plugin logic using event, logic, action, and data nodes
- Export generated plugin source and
plugin.yml - Compile exported plugins with Maven
- Execution wires control flow between event, logic, and action nodes.
- Data wires pass values between ports.
- Node categories:
- Events
- Logic
- Actions
- Data
Start with the Node Reference to understand available nodes and port types, then check release notes for recently added features.