Roadmap
Our Plans for the future of Shulkerscript.
- Enhanced Multi-File Support
Allow users to import all public functions from other files without specifying each name. This will work something this: - Variables & Constants
Add support for variables and constants. Constants can be any type (string, number, etc.) and can be passed from function to function. They will be processed by the compiler. Variables will be mutable and can be changed at any time, and are stored as entries in minecraft scoreboards. - Improved Migration
The migration tool will detect that a function is contained intick
/load
tag and will automatically add the corresponding annotation to the function declaration. Execute commands will be converted to execute blocks andfunction
commands will be converted to function invocations. - Your Ideas
Do you have an idea for a feature that should be added to Shulkerscript? Let us know by opening an issue on GitHub or writing a mail! Links can be found in the upper right corner of the page.