Tree Tumblers

Tree Tumblers Used AI

5 devlogs
14h 25m
Created by DevCmb

A minecraft event server plugin written fully in Kotlin

Timeline

topbar (aka copy pasting code from my last attempt....again)

Update attachment

Spent EVEN MORE time on stuff that doesn't really matter (aka server setup shenanigans)

Stuff took long because I was looking through code a lot and wasn't writing that much

Update attachment

Spent a really long time learning a mostly undocumented library by Noxcrew, but its really convenient for caching and stuff like that.

Update attachment

Add the player data system which downloads all db stuff when the player joins, uses that copy, then replicates it back every 5 minutes and when the player leaves

Update attachment

Restart the project to utilize kotlin instead of java

Update attachment