Available for new projects

// hello world, I'm

NotVileFr

I build powerful Minecraft plugins, custom server systems, modern websites, and interactive digital experiences.

  • Minecraft Development

    Plugins, gamemodes & custom mechanics

  • Web Development

    Modern, responsive & fast websites

  • Multiple Languages

    Comfortable across many stacks

  • Custom Systems

    Server systems built to spec

// about

A developer who
ships the details.

NotVileFr is a developer focused on Minecraft plugins, server systems, websites, and custom digital projects. From low-level plugin logic to polished frontends, I enjoy turning ideas into reliable, well-crafted software.

Focus

Minecraft plugins & servers

Also

Web & interactive builds

Approach

Clean, reliable, well-crafted

Mindset

Always learning, always shipping

// skills

Tools & technologies I work with

Java

Core language for plugin development

JavaScript

Interactive web & tooling

HTML

Semantic structure

CSS

Styling & layout

Skript

Rapid Minecraft scripting

Minecraft Plugin Development

Spigot / Paper plugins

Web Development

Full websites end to end

Frontend Development

Polished user interfaces

Backend Development

APIs & data layers

Server Development

Custom server systems

Other Technologies

Always learning more

JavaJavaScriptHTMLCSSSkriptMinecraft Plugin DevelopmentWeb DevelopmentFrontend DevelopmentBackend DevelopmentServer DevelopmentOther TechnologiesJavaJavaScriptHTMLCSSSkriptMinecraft Plugin DevelopmentWeb DevelopmentFrontend DevelopmentBackend DevelopmentServer DevelopmentOther Technologies

// projects

Selected work

A few concept builds and experiments. Replace these with your own shipped projects from the config file.

// under the hood

Code that just works.

From plugin lifecycles to event listeners, I focus on readable, dependable code — the kind that's easy to maintain and even easier to build on.

WelcomePlugin.java
1public final class WelcomePlugin extends JavaPlugin {
2 
3 @Override
4 public void onEnable() {
5 getLogger().info("NotVileFr systems online.");
6 getServer().getPluginManager()
7 .registerEvents(new JoinListener(), this);
8 }
9 
10 @Override
11 public void onDisable() {
12 getLogger().info("Shutting down gracefully.");
13 }
14}

Want a little surprise?

Go on, press the button. Curiosity is a developer's best trait.

// contact

Let's Build Something

Have a project, Minecraft server, plugin, or website in mind? Let's create something awesome.