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
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.
-
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
- 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
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.";
}
}- Discord: maaattn (old acc got termed)
- Email: contact@matthew.tf
- GitHub: qsckd
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.

