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. J

    Solved Problem trying to lock inventory item

    I have tried to install the SkStuff plugin but it dosen't seem to work. To everyone I found this solution: on inventory click: name of clicked item is "&6Name Of item" message "Cannot change item position" cancel event
  2. J

    Need help to send message when items are dropped

    So I would like to send a message when an item is dropped. I have tried this but it dosen't work: on drop: message "You cannot drop items!" cancel event I just cancels the event it dosent send the message. Thanks for helping.
  3. J

    On Inventory slot click

    It gives me an error "item is not an item type"
  4. J

    Solved Problem trying to lock inventory item

    Hi, This gives me an error saying "Inventory is not an item type" Thanks for your help.
  5. J

    Solved Problem trying to lock inventory item

    It would accept it if I said event-item however it didn't work. And it would give me an error when i said clicked slot. Sorry it didn't work. it would compile put i could still move my axe.
  6. J

    Solved Problem trying to lock inventory item

    Hi I would like to lock my first slot in my inventory so people can't move the item in there. I have tried this: on inventory click: if item is iron axe: message "&4You can't change position of this item!" cancel event I didn't work out. Thanks for your time.