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

    check books in anvil combine

    hey im trying to make a code to check if a book is enchanted with fire aspect or flame and if so, to cancel the ability to combine it in an anvil but i am running into diffculty figuring out how to do so, would like to have some help thanks alot
  2. D

    Tab Names Not Working

    anyone knows why this is trying to set the last player's online name in tab to the one im trying to set? and not the player that has joined on join: wait 1 seconds Set player's tablist name to "%{prefix::%player%}%{@CC}%player%" i get an error on console its trying to set the last player...
  3. D

    upside down crafting

    hey, is there a way to change all crafting recipies to be upside down from what they are now?
  4. D

    Solved can't register new recipes

    so for some reason i can't register a new recipie for glistering melon how ever i can for a golden apple, here is the code: on load: register new shapeless recipe for golden apple item named "&6Golden Head" with lore "&5&oSome say consuming the head of a||fallen foe strengthens the blood"...
  5. D

    Solved codes not working

    hey, so i have got 2 codes that for some reason aren't working, 1 of which worked before but then stopped working. the first one that worked before and stopped working is this: on death: victim is a player if {dhead} is "floor": set {_head} to skull of "%victim%" parsed as...
  6. D

    Solved Health in Tab Being numbers

    soo what the title says, i am trying to make health in tab show in numbers insted of hearts with a skript but i can't seem to figure out how, can anyone help me please?
  7. D

    Solved horse armor and enchants

    hey i was wondering how could i disable the ability to apply horse armor to horses. another thing is a way to disable certin enchants like fire aspect and flame, so like not being able to get the books or get the enchants from enchant table. thx