1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Item Aura / Shield

Discussion in 'Requests' started by Evan Xuro, Apr 13, 2022.

  1. Evan Xuro

    Evan Xuro Member

    Joined:
    Sep 14, 2021
    Messages:
    3
    Likes Received:
    0
    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 (Text):
    1. (every second or tick):
    2.  loop all players:
    3.   if lore of loop-player's helmet contains "&8btr:helmet":
    4.    if lore of loop-player's chestplate contains "&8btr:chestplate":
    5.     if lore of loop-player's leggings contains "&8btr:leggings":
    6.      if lore of loop-player's boots contains "&8btr:boots":
    7.       (do stuff)
     

Share This Page

Loading...