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

    Why are variables removed?

    When I restart my server is showing me my console this: [13:42:34 ERROR]: #!#! ===!!!=== Skript variable load error ===!!!=== [13:42:34 ERROR]: #!#! Unable to load (all) variables: [13:42:34 ERROR]: #!#! 3 variables could not be loaded! [13:42:34 ERROR]: #!#! Affected variables...
  2. Mani

    Solved Why doesn't it working?

    I can't comprehend it.
  3. Mani

    Solved Why doesn't it working?

    Can you send me the correct form of my code?
  4. Mani

    Solved Why doesn't it working?

    The mistake is:'broken block' is not an entity type (CB.sk, line 620: if broken block is in radius 50 around {warp.farmwelt}:') My server is running on 1.8.8. I want to do a spawn protection so that no player can break a block at the spawn from {warp.farmwelt} Can you send me a code about your...
  5. Mani

    Solved Why doesn't it working?

    on break: if broken block is in radius 50 around {warp.farmwelt}: cancel event
  6. Mani

    Solved Why doesn't it working?

    I have found the mistake: durability isn't the correct word. on join: equip player with diamond helmet of unbreaking 10 equip player with diamond chestplate of unbreaking 10 equip player with diamond leggings of unbreaking 10 equip player with diamond boots of unbreaking 10
  7. Mani

    Solved Why doesn't it working?

    I try to enchant the armor. on join: equip player with diamond helmet of durability 10 equip player with diamond chestplate of durability 10 equip player with diamond leggings of durability 10 equip player with diamond boots of durability 10
  8. Mani

    Solved How can I use skript mirror? It doesn't working. I want to disable level drops of chickens.

    These are the errors: [18:37:54 ERROR]: invalid line - all code has to be put into triggers (OiC.sk, line 77: import: org.bukkit.(event).(event)') [18:37:54 ERROR]: 'event.setExpToDrop(0)' is not a boolean (yes/no) (OiC.sk, line 83: event.setExpToDrop(0)') And this are the skript: import...
  9. Mani

    Solved How can I use skript mirror? It doesn't working. I want to disable level drops of chickens.

    if the attacker is a player: if the victim is a chicken: clear drops event.setExpToDrop(0)
  10. Mani

    Solved How can i disable level drops of chickens?

    Is this correct?: if the attacker is a player: if the victim is a chicken: clear drops event.setExpToDrop(0)
  11. Mani

    Solved How can i disable level drops of chickens?

    on death: if the attacker is a player: if the victim is a chicken: ...
  12. Mani

    Solved I want to stack arrows in slot 7. But it doesn't working.

    on picking up of arrow: add arrow named "&6Pfeil" to slot 7 clear item cancel event
  13. Mani

    Solved Why doesn't it working?

    Is it possible to cancel event of chicken walking?
  14. Mani

    Solved Why doesn't it working?

    on any move: if entity is a chicken: cancel event
  15. Mani

    Solved I try to make a random teleport system. But it doesn't work:

    command /set <text> <number>: permission: lb.owner trigger: if arg 1 is "spawn": if arg 2 is set: set {spawn.%arg 2%} to location of player add {spawn.%arg 2%} to {_spawns::*} send "{@logo} &aDu hast einen Spawn...