Skip to content
View itspanncake's full-sized avatar
❤️
The cutest Java developer you've ever seen
❤️
The cutest Java developer you've ever seen

Highlights

  • Pro

Organizations

@SkyriaMC

Block or report itspanncake

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
itspanncake/README.md
public class ItsPanncake extends AboutMe {

    public final String[] languages = { "French", "English" };

    public final Language primaryLanguage = Language.JAVA;

    public final List<Work> organizations = List.of(
        new Work("Founder & CTO", "EuroPaws", "https://europaws.eu"),
        new Work("Admin & Lead Developer", "Skyria", "https://skyria.fr")
    );

    public void getSpecialties() {
        return List.of(
            "Minecraft Plugins (Paper & Velocity API)",
            "Full-stack web development",
        );
    }

    @Override
    public String toString() {
        return "I build high-performance systems and innovative Minecraft ecosystems.";
    }
}

Pinned Loading

  1. PannHarvestEngine PannHarvestEngine Public

    PannHarvestEngine is a high-performance, modular resource gathering framework for Minecraft. It replaces vanilla mining and interaction mechanics with a versatile HP-based harvesting system suitabl…

    Java