Started by
ScaredBonez
on
Topic category: Help with Minecraft modding (Java Edition)
Can someone tell me how to make a quest system or some objectives, and tell me how to make it so that when the player gets said objectives or quests they show up in a GUI by pressing a certain button to see what has been completed and what is active and a way for the player to be rewarded in xp or items. I just need some sort of tutorial or something or can someone just tell me how to do it, I'm kind of new to modding but I know my way around mcreator a bit now due to watching about 8 tutorials on the things I needed to make before this. I looked as hard as i could and couldn't find any tutorials on this.
The advancement system already built the gui for ya.Add advancements for quests.Consider using a little code to remove vanilla advancements.
ok thanks, but how do i make it so the player can get the quest from a npc/creature that i make or from something like opening a book, then make it show up in the quest GUI as it being active since they now have the quest?
Make that that gives you the first achivement and the others are hidden until you complete the first, I think that this is how it works.
yeah, slight problem with advancments for me, it doesn't show up, it says something like, "this isn't available." or something ingame when i click advancments tab, and when i try to get an advancement it crashes my game.
Well, that's weird, It has never happened to me.
advancements aren't working for me it says "there doesn't seem to be anything here" and when i collect wood or make a crafting table which i heard could fix it not showing advancements, it crashes the game, i don't know what to do. Can someone help me fix this, and if not, can you tell me how to make a gui that i can use for quests instead of the advancements, because i know how to make a normal gui but i need to know how to make it so that the player can do quests with it and stuff.
so, i found a work around for it, if i set it so the player goes into the dimension to unlock the advancement tab it works, but it freezes when the player goes through, or at least it freezes for me, and they have to close Minecraft and then reopen it and load the world back up and they are in the dimension and the achievements work, i wish i knew of a better way around this but sadly i dont.
if anyone knows anything that i can do to fix this please tell me
figured out, i think vannilla achievements is whats crashing my game, can someone tell me how to remove them
fixed it all, i had a procedure that was trying to activate a acheivment apon the player using a item even though i didn't want it to for some reason.