Can anyone help me make it so players cant put squid spawn eggs in bundels

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

    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!

PotatoSkriptz

Member
Jul 31, 2025
4
0
1
Hello, im currently trying to make a plugin with custom gems, but i need them to not be able to put them in bundels, but i wasnt able to do even after 2hr of trying and looking around
 
Bundle_Filled_JE2.png

This kind of bundle ?
 
Code:
on inventory click:
    if event-inventory is player inventory:
        if inventory action is pickup all into bundle:
            if event-item is prismarine shard:
                cancel event