Skip to content
View qSckd's full-sized avatar
🦊
https://drip.plus
🦊
https://drip.plus

Block or report qSckd

Report abuse

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

Report abuse
qSckd/README.md

pacman contribution graph

About Me

Hi, I’m Matthew. I’m a developer and configurator who enjoys building systems, fixing problems, and figuring out how things work under the hood. I’m constantly experimenting with new ideas and helping others when I can. If you’re looking for someone knowledgeable in coding or backend systems, feel free to reach out.

  • Current focus: Backend systems, Discord bots, and automation
  • Learning: Advanced Java, TypeScript, Kotlin
  • Age: 16

Ongoing Work

Minecraft Server Development

I design, maintain, and optimize custom Minecraft plugins for competitive servers. My focus is on clean architecture, performance, stability, and gameplay that actually feels good to play.


Technical Skills

  • Languages: Python, Java, TypeScript, JavaScript, PHP, SQL

  • Frameworks & Libraries: Node.js, Discord.js, .NET

  • Web: HTML, CSS, React, Next.js

  • Minecraft Development: Spigot, Bukkit, PaperMC, various server APIs

  • Operating Systems:

    • Linux (2+ years)
    • Windows (5+ years)
    • macOS (4+ years)
  • Databases: MongoDB, Redis, MySQL, SQLite, Supabase, PostgreSQL, MariaDB

  • Tools: IntelliJ IDEA, VS Code, Eclipse


Active Projects

  • hyrise.fun – Competitive Minecraft PvP server with custom plugins and advanced anti-cheat
  • nexomc.org – Competitive Minecraft PvP server with custom plugins and advanced anti-cheat
  • chaosmc.lol – Competitive Minecraft PvP server with custom plugins and advanced anti-cheat
  • drip.plus – Modern games website (full recode coming soon)
  • matthew.tf – Personal portfolio and blog
  • neft.fun – Games website
  • renux.pro – Public AI prompts and experiments

Tools & Technologies

Skills


Contact me!

package me.maaattn.github;

import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.plugin.java.JavaPlugin;

public class Github extends JavaPlugin {

    private final String discord = "maaattn";
    private final String email = "contact@matthew.tf";

    @Override
    public void onEnable() {
        getLogger().info("Hello World.");
    }

    @Override
    public void onDisable() {
        getLogger().info("Goodbye World.");
    }

    @Override
    public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
        if (label.equalsIgnoreCase("contact")) {
            sender.sendMessage("§bDiscord: §f" + discord);
            sender.sendMessage("§bEmail: §f" + email);
            return true;
        }
        return false;
    }

    public String getBio() {
        return "Backend-focused developer with a strong interest in automation and systems design.";
    }
}

GitHub Activity

Profile views


Get in Touch


Thanks for stopping by.
Check out the pinned repositories below for a look at my public work.

If you want to collaborate or just talk tech, feel free to reach out.

Pinned Loading

  1. maze-web maze-web Public

    MazeMC HTML 5 Website

    CSS

  2. Saikatsune-UHC Saikatsune-UHC Public

    sUHC is a modern UHC core used by famous servers, forked by maattn.

    Java 3 1

  3. LOLMotd LOLMotd Public

    [Open sourced] High quality MOTD plugin.

    Java 3 1

  4. CustomShopCommand CustomShopCommand Public

    Voltrex´s AI Skidded Plugin

    Java