Activity

DevCmb

Shipped this project!

I made the thing!!!!! AchievementsMC is all good for v1.0 with a good variety of achievements to start off with. Might revisit the project at some point to give it some updates, but for now, its good 🔥

DevCmb

Do some documentation and put the plugin onto modrinth

Attachment
0
DevCmb

Finally got around to getting achievements to give rewards! This is probably the last thing for the project but maybe theres some glaring issues I’ll fix later™️

Attachment
Attachment
0
DevCmb

Player achievements page, new achievements, and internal restructuring

Attachment
0
DevCmb

Add more achievements, bump invcontrol to the next version because it was broken, and fix CI builds

Attachment
0
DevCmb

Add new achievements for you to create

Attachment
0
DevCmb

Add the ability to remove achievements, as well as the backend database stuff that is needed (only additions can be replicated on server close, not deletions)

Attachment
0
DevCmb

Add the ability to edit achievements, as well as this info popup to show the current fields on the main page.

Attachment
0
DevCmb

Finally get the actual creation mechanisms working! It took a while since I had a bug in the underlying framework (thanks past DevCmb) that I had to take a detour to debug and fix, but it works!!!! Editing should use the same basic menu so it shouldn’t take as long as this 🔥

Attachment
Attachment
0
DevCmb

Fix a bunch of bugs that I overlooked when initially making the project.

Attachment
0
DevCmb

Got the reward item input to request the user for an item, and update if the user actually provides it

Attachment
0
DevCmb

Add database replication for achievements, and add this final setting which can’t be updated yet™️

Attachment
0
DevCmb

Add more input items

Attachment
0
DevCmb

Started the configuration items in the achievement editor, though it definitely needs more work.

Attachment
0
DevCmb

Set up player data and achievement incrementation. Also made the logic to replicate the player data back to the database in the anc_progressions table

Attachment
0
DevCmb

Start on the actual achievement classes with a barebones Kill Hostile Mobs one to get the ball rolling. Still need to actually make the db logic to store this information, but thats future me’s problem 🫡

Attachment
0
DevCmb

Get my UI library implemented and cook up this UI. The time for this devlog is higher than normal because of how many other things I tried to do to get UI working, but nothing else was easy 😭

Thank you DevCmb for the InvControl library.
Hm I wonder why I made that 🤔

Attachment
0
DevCmb

Remove the CI builds and include an installation section on the README

Attachment
1

Comments

MeBadDev
MeBadDev about 1 month ago

I love it!

DevCmb

Shipped this project!

Hours: 11.93
Cookies: 🍪 235
Multiplier: 19.66 cookies/hr

Finished up the main features for the project! Its definitely not complete, but its got the basic features that I was intending to make 🫡

Might work on it if i’m out of ideas in the future, but for now, its good!!!

DevCmb

Got CI builds running for deploying to github packages, also expanded the documentation to include core principles and examples

Attachment
Attachment
0
DevCmb

Spent a while debugging while you could insert items into frames with hotkeys but not take them out, turns out currentItem is only set if your mouse is actually hovering over an item, its not the affected item. Thats 30m im never getting back 🫡

Attachment
0
DevCmb

Made item maps which allow you to pass in an array of items (yes its not actually a HashMap, screw you). This is to make it more dynamic as well as allow for something that other libraries I’ve seen don’t really support.

Attachment
0
DevCmb

Make a little aim trainer game for both testing and fixing some bugs and as an example for anyone who wants to use this library

0
DevCmb

Got a testing plugin up and running to hopefully reduce the amount of devlogs that are exclusively code for their images. This also proves my code isn’t terrible because it literally works the first time I’m testing it 🔥 (minus one small unchecked error where you register items on a page before that page is registered)

Attachment
0
DevCmb

I tried making it a maven submodule, and the second I found any resistance to that idea, I switched over to gradle which broke everything. I tried fixing it, I failed. I git rollback’d the whole thing and just did it in maven with a guide. Thank you build systems of the 21st century

Attachment
0
DevCmb

Refactored the codebase to use a page-based system instead of just throwing together items whenever you feel like it

Attachment
0
DevCmb

Wrote the base for many of the systems I hope to implement in the future. Implemented the base item, chest inventory ui, listeners for buttons, and a registry to keep track of button items.

Attachment
2

Comments

Nibbles
Nibbles about 1 month ago

kot;lin!!! :D

pierreide10
pierreide10 15 days ago

making plugins in kotlin ???

DevCmb

Start the project with a very barebones function to kickstart everything else

Attachment
0
DevCmb

Got the basic command controller set up as well as a database intermediary to prevent copious database calls (pretty barebones and will be expanded soon™️)

Attachment
2

Comments

Mr.Chicken
Mr.Chicken about 2 months ago

Hi DevCmb

Nibbles
Nibbles about 2 months ago

what if instead you expand it Right Now™️ devcmb im watching your stream why you playin bloons td 6

DevCmb

Got some of the behind-the-scenes systems working, mainly with the ControllerDelegate and Database module. Also got the version display up and running but that’s standard with all my mc projects.

Attachment
Attachment
0