Skip to content
View Fantamomo's full-sized avatar

Block or report Fantamomo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Fantamomo/README.md

Fantamomo 👋

Hi! I'm Fantamomo, a developer who loves creating projects for fun and the joy of programming.

I mainly work with Kotlin, but I also enjoy coding in Java, Python, HTML, CSS, JavaScript, and SQL.

My projects often come from spontaneous ideas—if something seems fun to build, I dive right in. I focus on clean, high-quality code, and I typically release projects only once they are mature.


🌟 Featured Projects

Among Us in Minecraft

A non-commercial Minecraft plugin inspired by Among Us, fully recreated using vanilla Minecraft mechanics without any original assets.
🔗 https://github.com/Fantamomo/Among-Us-in-Minecraft


brigadier-kt

A Kotlin-first DSL and structured middleware framework built on top of Mojang's Brigadier, adding type-safety and guards while preserving full compatibility.
🔗 https://github.com/Fantamomo/brigadier-kt


Adventure Kotlin DSL

A fully type-safe Kotlin DSL wrapper for Adventure Components, providing expressive builders while keeping complete API compatibility.
🔗 https://github.com/Fantamomo/kotlin-adventure


K-Event

A lightweight, type-safe event system for Kotlin Multiplatform supporting synchronous and suspend dispatch with a clean, minimal API.
🔗 https://github.com/Fantamomo/K-Event


I code primarily for fun, always striving to create useful and polished projects, even if it takes multiple attempts to get them just right.

Pinned Loading

  1. among-us-in-minecraft among-us-in-minecraft Public

    A fully customizable Minecraft plugin that brings the social deduction gameplay of Among Us to life - complete with unique roles, abilities, tasks, sabotages, and dynamic game systems.

    Kotlin 4

  2. brigadier-kt brigadier-kt Public

    Kotlin-first DSL for Mojang Brigadier commands with type-safe arguments, middleware Guards, and structured execution.

    Kotlin 3 1

  3. kotlin-adventure kotlin-adventure Public

    A lightweight, fully type-safe Kotlin DSL wrapper for Adventure, enabling clean and expressive construction of text components with full feature support and zero overhead.

    Kotlin

  4. K-Event K-Event Public

    A type-safe, Kotlin-first event system for multiplatform projects—simple, flexible, and efficient with powerful features like configuration DSL and parameter injection.

    Kotlin