A simple achievements plugin to allow for server owners to set up goals for players to work towards over a long period of time. The rewards for these can either be items, server currency, or any other stuff that I come up with
A simple achievements plugin to allow for server owners to set up goals for players to work towards over a long period of time. The rewards for these can either be items, server currency, or any other stuff that I come up with
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 š„
Do some documentation and put the plugin onto modrinth
Log in to leave a comment
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ā¢ļø
Log in to leave a comment
Player achievements page, new achievements, and internal restructuring
Log in to leave a comment
Add more achievements, bump invcontrol to the next version because it was broken, and fix CI builds
Log in to leave a comment
Add new achievements for you to create
Log in to leave a comment
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)
Log in to leave a comment
Add the ability to edit achievements, as well as this info popup to show the current fields on the main page.
Log in to leave a comment
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 š„
Log in to leave a comment
Got the reward item input to request the user for an item, and update if the user actually provides it
Log in to leave a comment
Add database replication for achievements, and add this final setting which canāt be updated yetā¢ļø
Log in to leave a comment
Add more input items
Log in to leave a comment
Started the configuration items in the achievement editor, though it definitely needs more work.
Log in to leave a comment
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
Log in to leave a comment
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 š«”
Log in to leave a comment
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 š¤
Log in to leave a comment
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ā¢ļø)
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.
Log in to leave a comment