An open-source plugin to run a parkour server on Minecraft 1.21.11
AI was used for cleaning up messy code and working with annoying position math
An open-source plugin to run a parkour server on Minecraft 1.21.11
AI was used for cleaning up messy code and working with annoying position math
A bunch of bugfixes I noticed when doing a final playtesting round
Log in to leave a comment
Make the starting block crumble to prevent AFK players from just stalling out the game. Also added a bunch of documentation and a really in-depth setup guide.
Log in to leave a comment
Added elimination to the game, finally closing the game loop to be played infinitely. There are surely some issues still (leaving doesnât eliminate the player, the modifier system still doesnât exist, etc), but for now, the actual loop is finished!!!
Log in to leave a comment
Added a system where obstacles crumble away after a certain amount of time. This is going to be used for eliminating players, progressively getting faster and faster.
Log in to leave a comment
Add a sidebar to display scores and obstacles completed. With this also comes an objective display system for the player ui delegate so thats why the time isnât like 30 minutes. also internal changes woohoo!
Log in to leave a comment
Add a scoring system and do more internal changes as per usual
Log in to leave a comment
Add a better debugging structure, an indicator for the items youâre given for a specific course, and migrate from worldedit to FastAsyncWorldEdit (FAWE) since its way faster
Log in to leave a comment
Made the different obstacle types give their respective items, as well as a bunch of tiny changes here and there, but thats to be expected because I never hone in on one thing per devlog lol
Log in to leave a comment
Added individual stepping of obstacles. Currently thereâs only one for testing sake, but im going to add more, as well as some for elytra, riptide tridents, etc.
Log in to leave a comment
Added the pregame countdown, gate opening, and a loop reset command to make testing a bit easier. Hopefully obstacle generation is next
Log in to leave a comment
Add a requirement to obstacle saving where a start and end line must be determined via a line of diamond and redstone blocks. Thisâll make it a hell of a lot easier to position when it comes time to need to load the obstacles
Log in to leave a comment
Add a subcommand to the obstacle command that lets me load the saved obstacles
Log in to leave a comment
Got a command set up where I can export worldedit selections to schematic files for later implementation. Also did some internal work here and there.
Log in to leave a comment
Added LiteCommands to get some debugging utilities to make template worlds easier to view and edit (editing coming soon trust)
Log in to leave a comment
Get world creation and deletion working, along with removing the multiverse core implementation (with caused this devlog to have way too much time). Also did a bit for the actionbar UI system, but didnât get really anywhere.
Log in to leave a comment
Start the game loop and add the bossbar UI system to display bossbars and reserve space based on their height
Log in to leave a comment
Do a lot of research and development on a UI system that abuses minecrafts spacing to offset the text negatively, but ultimately I couldnât figure it out entirely. Along with this brings a better actionbar system
Log in to leave a comment
Setup some basic listeners and do some packet manipulation to give the player hunger and hardcore hearts. Both of these are hidden in a resource pack so they appear as if nothing is there.
Log in to leave a comment
Set up the project with basic boilerplate
Log in to leave a comment