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

    Create block radius around player

    Debug it, broadcast the y-coord, I'm pretty sure blocks have .5 at the end of each coord
  2. oToghty

    Solved Animal ownership script

    You could use NBT, add custom nbt like {Owner:%player%} to the mob
  3. oToghty

    Solved Skripts to function in selected worlds

    You want the periodical event to only work in certain worlds? If yes, use every 30 seconds in "world"
  4. oToghty

    Skript How to read Skript Syntax

    You are indeed hot, I can confirm that!
  5. oToghty

    Switching Held Item

    What skript version are you using? That shouldn't happen
  6. oToghty

    Help with custom blocks.

    That's not gonna work, blocks don't have names
  7. oToghty

    AuthMe Welcome.txt alternative in skript

    You can, just send a formatted message send formatted "<suggest command:/hi>Click here to suggest a command"
  8. oToghty

    Doesn't damage players

    The scripts looks like it should work, are you sure you have players around you? Try to broadcast loop-entity
  9. oToghty

    Solved Blind item

    I mean, just give them the blindless effect apply blindness x to all players where [input is not player] for x days or seconds or whatever
  10. oToghty

    Switching Held Item

    It is indeed possible, you can just set a variable to the lore then viceverse on the other tool or even easier, set player's tool to (new item) with lore (lore of player's tool)
  11. oToghty

    Player's armor point(generic.armor)

    I actually was wrong, you can do it even without nbt (https://skriptlang.github.io/Skript/expressions.html#ExprEntityAttribute)
  12. oToghty

    Solved Transparent player

    I think you can use teams + invisibility effect to achieve this, I'm not sure tho, try to add them to the same scoreboard team (https://minecraft.fandom.com/wiki/Commands/team) and then also give them an invisibility effect (https://skriptlang.github.io/Skript/effects.html#EffPotion)
  13. oToghty

    im an idiot

    What is this supposed to do exactly? Your code is very repetitive
  14. oToghty

    Solved Spawning entity not working

    Wait, what are you trying to do exactly? Because the logic behind your code would be that if the victim is not an ender dragon, a player or a whither, it'd respawn immediately back
  15. oToghty

    Generator Skript not working

    I don't think you should take someone else's skript if you don't understand what it does exactly, that way if you ever come upon any issues (like now) you won't know how to fix them. You should start from scratch and make your own. You should also use a while loop rather than a periodical event...
  16. oToghty

    Mob spawning

    You could use a variable to count how many you've spawned and stop it if it's over a certain amount
  17. oToghty

    Mob spawning

    kill all entities where [name of input != "name"]
  18. oToghty

    Mob spawning

    I'm assuming it also has a custom name so you can do if name of victim is "": and only kill it if it doesn't have that name
  19. oToghty

    Code must be in triggers

    You shouldn't use as op as it is actually giving the player OP then taking it away, you're way safer giving them the permission then taking it away
  20. oToghty

    Player's armor point(generic.armor)

    You can use NBT, it requires SkBee