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.

ItemFilter

Discussion in 'Scripts' started by MattyHD0, Feb 1, 2020.

  1. MattyHD0

    MattyHD0 New Member

    Joined:
    Dec 30, 2019
    Messages:
    0
    Likes Received:
    0
    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 (Text):
    1. options:
    2.     prefix: &8[ItemFilter] &7
    3.     prefixRed: &4[ItemFilter] &c
    4.  
    5.     title: &4&lItemFilter
    6.     subtitle: &cThis item is on your blacklist!
    7.  
    8.     itemAdded: &7Item &c%{_item}% &7added to the blacklist.
    9.     itemRemoved: &7Item &c%{_item}%&7 was removed from the blacklist.
    10.     itemNotExist: &7That item does not exist.
    11.  
    12.     nothing: Nothing here...
    13.  
    14.     blacklistCleaned: &7The blacklist was cleaned.
    15.     blacklistedItems: &7Blacklisted items: &c
    16.  
    17.     subcommandNotExist: &cThat subcommand does not exist
    18.  
    19.     scriptReloaded: &7Script reloaded!
    20.     noPermission: &cYou do not have permissions to do that!
    21.  
    22.     command: &7
    23.     divider: &c - &f
    24.     explanation: &f
    25.     loadName: &7&lItemFilter &fv
    26.     version: 1.0.0
    Code (Text):
    1. /ItemFilter add <item> - itemfilter.add
    2. /ItemFilter remove <item> - itemfilter.remove
    3. /ItemFilter clear - itemfilter.clear
    4. /ItemFilter reload - itemfilter.reload

    View attachment 4194
    View attachment 4195
     

Share This Page

Loading...