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

    Weapon with Increase of Sharpness Per Kill

    on death: victim is player attacker is player set {_level} to level of sharpness of attacker' tool add 1 to {_level} if name of attacker's held item contains "&6Battle Blade": set level of sharpness of attacker's tool to {_level} Idk if this works I suck at skripting
  2. B

    Changing arrow damage

    use reduce or increase damage and a damage event instead
  3. B

    How to remove specific lore of a item?

    Never mind. It's inconsistent and when it does work sometimes it removes the wrong lore.
  4. B

    How to remove specific lore of a item?

    Now there is no dropped item or item in my inventory.
  5. B

    How to remove specific lore of a item?

    no the dropped item doesnt have removed lore.
  6. B

    How to remove specific lore of a item?

    ok it has no errors but when I respawn the items are gone.
  7. B

    How to remove specific lore of a item?

    nope same error
  8. B

    How to remove specific lore of a item?

    It says I cannot delete the lore of a loop item.
  9. B

    How to remove specific lore of a item?

    I want to remove the lore "SoulBound I" after death without setting it to blank or just like deleting the last line of the lore. How do I do this?