Search results

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

  1. W

    Change type of an item but maintains it's name, enchants etc.

    The title says all, but here's an example: loop all items in player's inventory: if loop-item is a wooden pickaxe: set loop-item to stone pickaxe of loop-item's enchant named "&8&l« &d&lPICKAXE &8&l»" with lore loop-item's lore If it's not possible to change only the material of an item...
  2. W

    Solved Cancel item move event

    Okay, that was the solution but I can still move the item with 1, 2, 3, etc., how can I fix that?
  3. W

    Solved Cancel item move event

    This is my problem, if I pick the pickaxe and I try to move it duplicates, why?
  4. W

    Solved Cancel item move event

    Hello, I was wondering how to prevent players from moving an item from a specific slot in the hotbar. This is my code that isn't working: on inventory click: event-item's name is "&8&l« &d&lPICKAXE &8&l»" cancel event