Recent content by ALebab

  • 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. A

    Commands with an anvil

    So basically I am trying to make it so you rename the paper and when you click the renamed piece of paper in the anvil it makes you execute that command. Here's the code I'm working with right now. The issue is that it always says "Unknown Command" and when I have it broadcast the event item's...
  2. A

    How to set block to end portal frame with eye

    Set it to solved pls <3
  3. A

    Make a Title to all players on Death Event

    The original code will work just reword it: on death: if damage is caused by fall: if victim is a player: send title "hi" to all players for 5 seconds
  4. A

    reset map

    on place: wait 15 minutes set event-block to air
  5. A

    Problem with my loops in my Skript in Paper 1.17.1

    Sometimes Skript addons does that, try removing them one by one
  6. A

    Damage

    try doing make attacker damage all monsters in radius 10 where [input is not attacker] by {damage_tako}
  7. A

    Loop skripts just completely broke down

    All my loop all players skripts just broke; no errors when I reload them they just don't work. Also, when I reload the file, no matter what code I write (code that normally gives errors) reloads and says no errors. 1 of my skripts: every tick: loop all players: if lore of...