Item Aura / Shield

  • 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!

Evan Xuro

Member
Sep 14, 2021
3
0
1
16
Suggested name:
Item Shield / Aura

Spigot/Skript Version:
Skript Version: 2.6.1 (Latest version as I'm aware)

What I want:
A script that while wearing a full set of custom armor you receive 3 ender pearl items that orbit around you (evenly). When damaged one pearl would disappear, negate your damage and regenerate back over time, and so on when you are hit again.

I'm sorry if this is really hard to script. I couldn't find anything related to this on the forums or basically anywhere.

When I'd like it by:

Any time in the next day or so

Custom armor and stuff:

Code:
(every second or tick):
 loop all players:
  if lore of loop-player's helmet contains "&8btr:helmet":
   if lore of loop-player's chestplate contains "&8btr:chestplate":
    if lore of loop-player's leggings contains "&8btr:leggings":
     if lore of loop-player's boots contains "&8btr:boots":
      (do stuff)