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

    Solved Random command executed Every 1 hour

    every 1 hour: set {_effect} to random integer between 1 and 3 if {_effect} is 1: broadcast "Event &cStrength has Started" apply strength 1 to all players for 5 minutes if {_effect} is 2: broadcast "Event &cHaste has Started" apply haste 1 to all...
  2. Tacord

    Solved how can I spawn a black and white rabbit? (toast)

    You can try spawning a rabbit named "Toast" spawn rabbit set name of last spawned entity to "Toast"
  3. Tacord

    Player & Item Input?

    Maybe you can try this? loop all entities in radius 4 of player: if loop-entity is not a player: if loop-entity is not an item: push loop-entity backwards at speed 0.1