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

    simple block event to inset renamed item on grindstone

    sorry were i should to put Inventoty action on code ? were ? can you re-write de code with your suggest please ? on inventory click: if player's current inventory's type is grindstone inventory: if cursor slot of player is an enchanted book: if name of cursor slot of...
  2. C

    simple block event to inset renamed item on grindstone

    on inventory action: if player's current inventory's type is grindstone inventory: if cursor slot of player is an enchanted book: if name of cursor slot of player is "&arename book" or "&aedited book" or "&atagged book": cancel event send...
  3. C

    simple block event to inset renamed item on grindstone

    how can we ask to update skellet for 1.14.2 ? =/ on inventory click: if player's current inventory's type is grindstone inventory: if cursor slot of player is an enchanted book: if name of cursor slot of player is "&arenamed book" or "&aedited book" or "&atagged book"...
  4. C

    simple block event to inset renamed item on grindstone

    on inventory click: if player's current inventory's type is grindstone inventory: if event-item is an enchanted book: if name of item of player is "&arenamed book" or "&aedited book" or "&atagged book": cancel event send "&cyou cant do...
  5. C

    simple block event to inset renamed item on grindstone

    yes but itsnot compatible with 1.14.2, there is any other solution ?
  6. C

    simple block event to inset renamed item on grindstone

    sk reload test.sk error: can't compare 'clicked item' with an item type if clicked item is an enchanted book:' https://paste.ofcode.org/56hzPQ2Yp4YRqurTQw3qyw
  7. C

    simple block event to inset renamed item on grindstone

    ``` on rightclick holding diamond axe: if name of tool of player is "&cred_colored" or "&ablue_color" or "&aiamgreener": if targeted block is log or plank: cancel event send "&cyou cant do that" stop ``` Hi everyone, I found this script on google...
  8. C

    block event to put renamed item inside grindstone

    ``` on rightclick holding diamond axe: if name of tool of player is "&cred_colored" or "&ablue_color" or "&aiamgreener": if targeted block is log or plank: cancel event send "&cyou cant do that" stop ``` Hi everyone, I found this script on google...