-
Notifications
You must be signed in to change notification settings - Fork 217
Ideas for new categories #153
Comments
Hello Platinteufel, I do like most of the category ideas! I have simplified large parts of the code recently and will include Wiki instructions so that other developers can easily add new categories to the plugin with only moderate programming required. ;-) Cheers, Pyves |
Sounds good! But does that mean you won't add more categories from now on? |
Dunno. I've added so many categories over the years, it isn't as instructive or as fun as it used to be for me. Adding them would probably be more beneficial to other developers. 😉 |
Okay, that's understandable. Maybe you could pick one category that you like most, implement it for the next big release and turn down the others. I've just noted them while playing a few hours survival again. |
Some ideas:
|
Maybe more AACH with other Plugins like PocketGames Oh this idea will also great: |
Hi, Many interesting ideas here, are any additions of these categories planned in the near future ?
|
I flagged the issue as "good first issue" as it's something new contributors to the project can easily work on. There's even some guidance on how to implement new categories in the Wiki, anyone can feel free to give it a go. 😉 |
Coming soon, new achievement category:
|
Hi, |
It's Hacktoberfest! Feel free to submit contributions for new categories, it's an easy way to work towards your contribution count! 🎉 |
Hi, With 1.14 we can imagine a lot of new achievements :
|
I need a few Hacktoberfest PRs more so I'll work on some later this week. |
Here's a test version containing @supertassu's new |
Hi there, I also have some ideas about the new categories, like:
|
Upcoming new category: I also implemented |
Good news ! |
Might revisit swimming at some point, for now I think there's probably more interesting stuff to implement. For example the Places category now supports custom display names, which effectively adds support to a wide range of third-party plugins! You can keep track of player heads and that kind of stuff! 🍾 |
Can someone help me to add Reborn job support ?? |
What makes you think it's not up-to-date? It is as far as I can tell, is there qnything I can clarify maybe?
Advanced Achievements' existing listeners are in this folder: https://github.com/PyvesB/advanced-achievements/tree/master/advanced-achievements-plugin/src/main/java/com/hm/achievement/listener/statistics By the way, someone added Job Reborn support back in 2019, but never contributed support back to the main repository. But their code is still available, so that may be a starting point: https://github.com/fabianwennink/AdvancedAchievements 😉 |
Not up to date : and ty for this i check this and if i need help, I say to you =D Edit : This is the only file that contains jobs reborn in it, is there anything else I need? I've seen that I need to do this too:
So if the listener is good I can test it and use it? ^^ |
Well yeah, that's why it's indicated that you need a new class! :D I'll try to reword at some point.
You'll probably need to modify it a tiny bit so that it's compatible with new versions of the plugin, but nothing major: take a look at BreedingListener.java, you'll notice that the category name has moved for example. You'll need to add the corresponding entry in MultipleAchievements.java, as well as the three last bullet points listed in https://github.com/PyvesB/advanced-achievements/wiki/Adding-new-categories An additional thing you need for Jobs Reborn is the Maven dependency setup, as described here:
|
I'm sorry I tried to make proposals to add everything but I screwed up somewhere and I know absolutely nothing about java ^^... |
You made one pull request for each file, that's a bit annoying but it's something we can work with. Things are probably not working because JobsRebornListener is missing it extension ( |
I'm really sorry for all these requests x) I'm really not getting away with github >_<. |
Thanks for the efforts, I'll have a look tomorrow. I'll probably try to squash all pull requests into one, so don't panic if you see things getting closed. Could you please double check that "Allow edits from maintainers" is ticked in #874? There's probably some decent documentation to use GitHub, I'll see if I can dish something out for you. :) |
Thanks a lot ^^, I just checked and yes the box is well checked at home :) |
New |
Especially thank you to you for the resolution of the concerns: D |
By the way, for anyone wanting to learn how to better use GitHub, their documentation is actually quite decent for beginners: |
Would love Player Death Event achievement category :) |
New achievement categories: |
Hey PyvesB,
I had some ideas for new categories in future versions today. A lot of them are official Minecraft statistics.
Would be awesome if you could give me feedback and tell me if you like some of them. ;-)
Animals bred (Breeder): The number of times the player bred two mobs.Done.Distance crouched (Ninja): The total distance walked while sneaking.Done.Distance dove or swum (Dolphin): The total distance you have walked underwater or swum. Wading through water also increases this number. It does not include vertical distance from bouncing in water.Not really doable. The isSwimming method also takes sprint-swimming into account, not any other water movement.Cheers ;-)
The text was updated successfully, but these errors were encountered: