#How to detect if a player has completed a specific achievement?

1 messages ยท Page 1 of 1 (latest)

prime pelican
#

Is there any way to do this from scripting? or any other way

burnt parrot
#

and afterEvents/beforeEvents for in game events

#

that most of the time can include the player

#

so it depends on your case

#

it can be as simple as using an if statement or writing advanced systems

prime pelican
#

aaah yeah, would have to do the same check that is performed by the achievement itself

#

I see ๐Ÿค”

burnt parrot
#

id recommend the server module for doing things in general

#

server-ui is for UIs

prime pelican
#

yep, no problem I use both in my works ๐Ÿ™Œ

#

thanks for the help :)

#

I think that's the only possible way

burnt parrot
#

script is optimal tho

prime pelican
#

ah yeah, I mean the only way is to check for the actions because it's not possible to check for completed achievements xd

#

np ๐Ÿ™Œ ๐Ÿ™Œ

burnt parrot
#

oh you meant achievements

#

like in game ones that minecraft assigned

#

i misread

prime pelican
#

yeahh hahah exactly, I should have said "Minecraft achievements" or something like that, my fault

burnt parrot
#

no such thing exists in the api afaik at the moment

prime pelican
#

I assume not, also looked for it in jaylydev previously

#

np, will do it that way if necessary, I take note ๐Ÿ™‚