Check if player is wearing tagged armor

Started by Zainhargrove on

Topic category: Help with modding (Java Edition)

Last seen on 05:51, 6. Jul 2022
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check if player is wearing tagged armor

I am trying to make a procedure to check if the player wears a chest plate that is tagged as "Ironmanlv_1" it will make a variable true.

 

Here is the Procedure, workspace settings, and tag

https://imgur.com/a/5mkAlIm

Last seen on 05:51, 6. Jul 2022
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Still having trouble. Can…
Sat, 07/17/2021 - 15:35

Still having trouble. Can anyone help? This would save me so much time.

Last seen on 10:26, 4. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think the procedure does…
Sun, 07/25/2021 - 20:53

I think the procedure does not know what entity to target. Player tick update probably does not mark the player as event/target entity, but just as a check when to start. You should probably use the event trigger inside the armor editor itself (Helmet tick event, Body tick event, Leggins tick event, Boots tick event).