Solved Remove Attack Damage In GUI

  • 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.
just use skript mirror tbh
code_language.skript:
import:
    org.bukkit.inventory.ItemFlag

command /test:
    trigger:
        set {_item} to diamond sword named "cool sword"
        {_item}.setItemMeta({_item}.getItemMeta().addItemFlags(ItemFlag.HIDE_ATTRIBUTES!));
        give player {_item}
i tested on 1.12 but i think it would work on 1.8 idk tho
 
just use skript mirror tbh
code_language.skript:
import:
    org.bukkit.inventory.ItemFlag

command /test:
    trigger:
        set {_item} to diamond sword named "cool sword"
        {_item}.setItemMeta({_item}.getItemMeta().addItemFlags(ItemFlag.HIDE_ATTRIBUTES!));
        give player {_item}
i tested on 1.12 but i think it would work on 1.8 idk tho
That's not a GUI. New question, is it even possible to do this for 1.8? EDIT: If it's not possible then i'll just have it say
Attack Damage.png
.
 
Status
Not open for further replies.