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

    skutil yaml - read added variables from a file

    You shouldn't use skutilities for that, it's an outdated addon. Use skript-yaml directly https://forums.skunity.com/resources/skript-yaml.362/
  2. oToghty

    Solved Skript only works for operators

    I don't think that comes from skript, check if maybe you have a region there and they're not allowed to use signs, because that's what it does by default
  3. oToghty

    Solved Cooldown issues

    on left click with blaze rod: name of tool is "<gray>Necromancer Staff" {wand.effect.%player%} is 1: if unix date of ((metadata tag "cooldown" of player) ? 0) wasn't less than 1 minute ago: set metadata tag "cooldown" of player to unix timestamp of now...
  4. oToghty

    Can someone please help me with this script? stg im brain dead today

    You could use a while loop for this
  5. oToghty

    Solved Skript help : yaml with Skellett addon

    First of all, that's a very outdated skript version use 2.5.3 (https://github.com/SkriptLang/Skript/releases/tag/2.5.3) Second of all, skellett doesn't deal with yaml, skript-yaml does (https://forums.skunity.com/resources/skript-yaml.362/) Documentation on it can be found on...
  6. oToghty

    Dupe skript help

    use skbee nbt, if nbt of tool contains "your item"
  7. oToghty

    Need help with rightclick on skull

    on right click with player head name of tool is ""
  8. oToghty

    Solved mob max health

    spawn skeleton at player set max health of last spawned skeleton to 100 heal last spawened skeleton
  9. oToghty

    Detect when item is added in chest(gui)

    Use the inventory click event as you said, player's inventory would be the bottom inventory and event-inventory the top one. also check the type of the inventory with type of event-inventory is chest inventory
  10. oToghty

    Solved help with custom zombie drop and unbreakable

    But... you didn't even try
  11. oToghty

    Solved help with custom zombie drop and unbreakable

    use the death event, check if the attacker is a player, check if the victim is a zombie, cancel drops, drops unbreakable diamond of sharpness 3 at victim
  12. oToghty

    How can I teleport people when they get to a specific Y-coordinate?

    1. Please do not loop all players every tick, that is very bad 2. Use a while loop rather than a periodical event 3. Use list variables rather than nest variables 3. Use the teleport effect and the location function rather than a console command If you have any questions ask
  13. oToghty

    Solved Periodic event error

    updateBoard(player)
  14. oToghty

    Adding dropped items to a chest

    The name has nothing to do with it, broadcast loop-block and loop-value-2
  15. oToghty

    Solved Issues with adding to a var

    Well you don't even use it, just do `add 1 to {}`
  16. oToghty

    Adding dropped items to a chest

    broacast after each condition to see where your code stops
  17. oToghty

    Skellett not working?? (Paper)

    You might want to use skript-packets for that, not skellett
  18. oToghty

    Help for my /shop command

    Even if it were to be tuske (which it isn't) it still wouldn't be the best idea, either go for skript-gui which is a fork of tuske's guis (https://github.com/APickledWalrus/skript-gui/wiki/1.-Creating-your-first-GUI) or vanilla guis which require no addons...
  19. oToghty

    Custom mob drops with custom mob name condition

    It's victim's* But you can just do set drops to diamond to make it easier
  20. oToghty

    [ PLEASE HELP ME ] Ersatz

    Not even close set {_kills} to placeholder "statistic_player_kills" from player set line 9 of player's scoreboard to "Kills %{_kills}%"