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 community!

    Now, what are you waiting for? Join the community now!

  1. White

    Error updating Skript

    He's using 1.11 though. Not the best idea to use Skript 2.2 Fixes V8b on that version.
  2. White

    Error updating Skript

    Because it's outdated for 1.8+ (even though it can be used in 1.8, still buggy). Bensku's Sk is better for 1.8+. I heard there are problems with TuSKe with dev32. May be wrong but that's what I've been hearing.
  3. White

    Prevent an armor stand being placed.

    Because armor stands are an entity, not a block. Use on summon event.
  4. White

    Random colored armor

    Remove every single % after dye player's leggings.
  5. White

    Random colored armor

    no % % inside the parentheses after dye player's leggings. You should also be using local variables if you do not want to save it after the command ends (assuming that you probably won't).
  6. White

    Solved %string% or %string%?

    I was reading something similar to this a couple months back. It isn't possible since Skript has no built-in feature for it.
  7. White

    Watchdog

    Watchdog is not an anti cheat, just so you know. You can check it up on Hypixel.
  8. White

    Solved Can't enchant certain item?

    Try setting the item as a variable, give the item to the player, then enchant it. enchant {_item} with knockback 2
  9. White

    Capture the flag Skript

    It's not exactly as hard as some people think it is. If you use list variables and manage spawn points, map names, etc., you will find it very simple to make map rotations. It's only complicated if you do not have good skill on managing list variables or knowing how it works.
  10. White

    A step into the web-future of Skript(?)!

    "Reformed player" how ironic. The toxicity runs deep in you.
  11. White

    Solved Mob Effects

    You sure the condition passed? Try adding a wait 1 tick after the zombie spawns. If the tick doesn't do anything, then try renaming entity to zombie.
  12. White

    Solved Vault money

    Make arg-2 a number?
  13. White

    Solved how to get bed color?

    Get ID value of it?
  14. White

    Pathfinding

    https://docs.skunity.com/syntax/search/homing Constantly loop this effect when the projectile is shot.
  15. White

    Using NBT with 1.12?

    How exactly did it break?
  16. White

    Addon Umbaska

    I do not believe Umbaska will be updated. You should also keep in mind that Umbaska interferes with some addons, causing problems.
  17. White

    Bug report

    This happened to me 2 days ago. Seemed to fix the day after though. Pretty odd bug.
  18. White

    Addon MundoSK

    https://forums.skunity.com/threads/pikachus-snippets.4304/ Check out Pikachu's snippet which shows you a way of hiding entity from player. It's shown in client side mobs.
  19. White

    Adding custom NBT to entities

    Why metadata though? They don't add modifiers to entities like NBT does.
  20. White

    Capture the flag Skript

    He wants people to make a (simple?) ctf script. It's pretty straightforward for those who have played ctf before. Since this is in request section, he probably isn't going to pay.