ItemFilter

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

MattyHD0

New Member
Dec 30, 2019
0
0
0
22
Argentina
Any error or bug not paste them on the home page, use private message

Requieres:
- Skript

With this script you can filter the items you collect from the ground, you can block grab certain items

Code:
options:
    prefix: &8[ItemFilter] &7
    prefixRed: &4[ItemFilter] &c

    title: &4&lItemFilter
    subtitle: &cThis item is on your blacklist!

    itemAdded: &7Item &c%{_item}% &7added to the blacklist.
    itemRemoved: &7Item &c%{_item}%&7 was removed from the blacklist.
    itemNotExist: &7That item does not exist.

    nothing: Nothing here...

    blacklistCleaned: &7The blacklist was cleaned.
    blacklistedItems: &7Blacklisted items: &c

    subcommandNotExist: &cThat subcommand does not exist

    scriptReloaded: &7Script reloaded!
    noPermission: &cYou do not have permissions to do that!

    command: &7
    divider: &c - &f
    explanation: &f
    loadName: &7&lItemFilter &fv
    version: 1.0.0
Code:
/ItemFilter add <item> - itemfilter.add
/ItemFilter remove <item> - itemfilter.remove
/ItemFilter clear - itemfilter.clear
/ItemFilter reload - itemfilter.reload

View attachment 4194
View attachment 4195