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.

AutoPickup skript works with Fortune

Discussion in 'Requests' started by KingDooms, Apr 6, 2021.

  1. KingDooms

    KingDooms Member

    Joined:
    Jun 10, 2020
    Messages:
    23
    Likes Received:
    0
    Can someone make a autopickup skript that works even with fortune?
     
  2. Shadow501pl

    Shadow501pl Active Member

    Joined:
    Dec 19, 2020
    Messages:
    62
    Likes Received:
    2
    ok
    Code (Text):
    1. on block break:
    2.   cancel event
    3.   set event-block to air
    4.   loop all event-items:
    5.     add loop-item to {_items::*}
    6.   loop {_items::*}:
    7.     give loop-value to player
     

Share This Page

Loading...