Customizable Player Models (Fabric)

Customizable Player Models (Fabric)

287k Downloads

[Help Requested]How do you transfer the detect command output to a scoreboard?

RedRain0o0 opened this issue ยท 2 comments

commented

I'm attempting to make a sitting animation utilizing to /cpm detect command, but I've just realized I don't know how. The goal is to get the detect command to print the output (0 or 1) to a scoreboard, but I can't figure out the proper technique. We would probably benefit from a bit more clarity in the Wiki for detect. Thanks!

commented

Nvm, I figured it out! Turns out all I needed was to run /execute store success score <player> <objective> run cpm detect <player> <animation>

commented

Or /execute store result score <player> <objective> run cpm detect <player> <animation> to store slider values.