Team Development
Advancius
Network
Developer (150 average players)
At Advancius Network, I have been actively involved in plugin development, helping to enhance the player experience and server performance. The server averages around 150 online players, which requires someone with great development experience. Some of my notable contributions include:
- Custom game modes and features.
- Performance optimizations for smoother gameplay.
- Bug fixes and ongoing maintenance.


Freelancing teams
I have previously been a plugin developer on some of the biggest Minecraft freelancing teams. Here are some of the more notable teams:
- DevRoom (300+ developers)
- Orbital Studios (200+ developers)
Some of the things I did while working on these teams have been:
- Create custom gamemodes based on client needs.
- Discussed pricing to find the best outcome for all parts.
- Fixed issues from other plugins.
- Updated old plugins to work in later versions.


PrisonTeam / Prison
Contributor (~200.000 downloads)
I collaborated with the PrisonTeam on their open-source prison plugin. My contributions involved:
- Implementing new features and functionality.
- Enhancing code quality and readability.
- Resolving issues and providing support to the community.
Commissions
Plugins
Infection
Big project
Infection is a custom PvP gamemode with 10 different custom classes, based on Greek mythology, that all have unique abilities. Every class and ability is configurable and separated into tiers.
It also includes configurable cosmetics, challenges, battlepass, consumables, and skins.
One challenge in developing this plugin was handling database connections, in an efficient, concurrent way, that isn't tedious to use or extend. To do this, I designed a simple abstraction that uses CompletableFutures and higher-order functions, hiding the complexity of locks and resource leaks from the rest of the code. This made managing all the database calls throughout the rest of the app much easier.
Portals
Small project
Portals is a plugin that allows the creation of custom portals that teleport players to wherever the portal destination has been set to.
This required making the portals as configurable as possible, while still upholding the performance.
Personal Projects
Duels Plugin
Personal Project
The Duels project is a self-made plugin that sets up a dueling arena in any server. It has different modes, which will allow the user to make it work with a survival server as well as just a duels server.
Click here to see GitHub repository


Parkour Plugin
Personal Project
This plugin makes it easy to setup a custom parkour, with timers. This includes personal bests, global bests and a timer for every attempt.
The plugin has been made to be as configurable as possible, mainly from the config files.
Click here to see GitHub repository