https://www.mediafire.com/file/zsquhfudvn1f7ee/trident.zip/file


압축풀고

파일을 월드의 datapack 폴더에넣고

안에열어보면 trident.json 있는데

txt 파일로 바꾸면

"nbt" : "{Tags:[custom]}" 이 있음

여기서 대괄호 [] 에 너가원하는 태그을넣으면

그 태그를 가진 삼지창에 맞은 대상을 감지할수있음

지금은 custom 으로되어있고

데이터팩 못만지는거가정하고 reward 안넣었으니까 감지할때는

/execute as @a[advancements={custom:trident=true}] run "니하고싶은명령어"

예를들어
/execute as @a[advancements={custom:trident=true}] run effect give @s slowness 5 99 true 하면 태그가 custom인 삼지창맞은애한테 구속이걸림

그리고 연쇄커블 맨 마지막에는

/advancement revoke @a only custom:trident 붙이면됨