top of page
Minecraft Plugin
Project specifications
3D・Parkour/Multiplayer・Java Plugin
Date & Size
2022・1 month・Solo
I made a parkour checkpoint & responsive GUI system in 1 month. The goal was to work on a Minecraft Java multiplayer plugin that could teleport the player to a specific parkour when selecting it in a GUI menu, and also teleport the player back to his last checkpoint position when needed.

COMMANDS & GUI CUSTOMIZATION
The first system I created was a command that, when executed, displayed a GUI showing different parkour difficulties. When clicking one of them, it would leads to the available parkours the player can try.
When clicking on a specific parkour, it would teleport the player directly in front of it.
CHECKPOINT SYSTEM
The second system I made was an item that could teleport the player back to its latest checkpoint position if he had one registered.
This system was a little bit hard to do since it was the first time that I coded in Java, but I'm more than satisfied of the result.

Overall this project was a ton of fun to do since it was my very first experience on making a game with both designers and artists on a large timescale. I really liked coordinating and leading the workflow between the team members.
It was also the first time I used Unreal Engine 5 for a project, and it was quite easy and pleasant to get used to.
bottom of page