Solved Get player's chestplate

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Marsbar

Active Member
Mar 31, 2019
131
4
18
18
Yea i am aware of
send "%type of player's chestplate%"
But that fails. When I take of the chestplate, it still says I have a chestplate on.

Any other way?
 
Ok, i dont think this is exactly what you want, but this kinda works i hope
Code:
command /test:
  trigger:
    if player's chestplate is air:
      send "&cYou do Not Have a Chesplate On!"
      stop
    set {Chest} to player's chestplate
    send "%{Chest}% "

Also, did you say "late reply" ive never had anyone respond faster than you, most people take over 2 weeks to respond, if they ever do
 
Ok, i dont think this is exactly what you want, but this kinda works i hope
Code:
command /test:
  trigger:
    if player's chestplate is air:
      send "&cYou do Not Have a Chesplate On!"
      stop
    set {Chest} to player's chestplate
    send "%{Chest}% "

Also, did you say "late reply" ive never had anyone respond faster than you, most people take over 2 weeks to respond, if they ever do
Don't want to take up more of people who reply. I don't really care abt this anymore:emoji_stuck_out_tongue: But thx for reply and gonna test it later:emoji_stuck_out_tongue:
 
Status
Not open for further replies.