Kursive

Quick rating

Community listing page, reviews here may not be monitored by the author.

Kursive

By senseiwellsOwner

No reviews yet

A Minecraft mod that allows you to run kotlin scripts on the client and the server on the fly!

Mod Loaders
Minecraft
26.3 26.2

About

Description


Logo

Kursive

A Minecraft mod that allows you to run kotlin scripts on the client and the server on the fly!

About the Project

The idea of allowing scripts to be run on the Minecraft client originated when EssentialClient was first being implemented. My scripting implementation achieved my goal, but it was poorly designed and due to running on my own interpreted language had severe performance limitations.

After discovering kotlin scripting I decided that it would be an ideal language to use for a scripting mod. It can compile directly into bytecode to run on the JVM as well as not requiring wrapper APIs allowing scripts to interface directly with Minecraft's code.

Examples of client & server scripts in action

Documentation

The mod's documentation can be found here.

The documentation details how to start developing your first scripts as well as detailing how to run scripts on the client and server.

License

Distributed under the MIT License. See MIT License for more information.