Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings

Ekho

A Kotlin DSL for Minecraft Text

132
0
Library

Compatibility

Minecraft: Java Edition

1.17

Platforms

Fabric

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

SpaceClouds42
SpaceClouds42 Owner

Details

Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 years ago
DescriptionChangelogVersions

Ekho | SpaceServe Text DSL

What's Ekho?

Fabric modding is fun, and it is even better in Kotlin, but much of the verbosity and confusion from Java is brought over in Kotlin, especially in regards to Text. Text is the Minecraft type that manages all forms of text in the game, and it is a pain to use, even more so when complex texts are used. The goal of Ekho is to make that easy, using the power of Kotlin DSLs. The name comes from the Greek nymph Ekhô, goddess of echoes.

Getting Started

I suggest reading the basics to learn about how Ekho works and how to use it.

If you have any questions about Ekho or the wiki, let me know in the discussion.

Join the Discord for support and feedback.

Add to your project

repositories {
    maven { 
        name = "Modrinth"
        url = uri("https://api.modrinth.com/maven")
    }
}

dependencies {
    // Ekho
    modImplementation("maven.modrinth:ekho:0.3.2")
    include("maven.modrinth:ekho:0.3.2")
}

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.