We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

13

advancement trigger for opening inventory

5 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink

    maybe they could add scoreboards to detect if the player has interacted with their inventory via

    minecraft.custom:minecraft.open_inventory and minecraft.custom:minecraft.close_inventory
    or just minecraft.custom:minecraft.interact_with_inventory

  • 0
    Registered User commented
    Comment actions Permalink

    Are you sure those exist in Java too?

  • 0
    Registered User commented
    Comment actions Permalink

    sorry, meant to be a suggestion

  • 0
    Registered User commented
    Comment actions Permalink

    Oh yeah sorry I didn't understand.
    A scoreboard would be much better then an advancement. But I thought that they would implement advancements quicker as that was a feature we used to have.

  • 0
    Registered User commented
    Comment actions Permalink

    To be fair, no, a scoreboard criterion wouldn't be better as an advancement trigger. Testing for any player's score to increase every tick would be way less efficient than using the built-in version.