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

    Solved Better autojoin.

    Just loop the arena, then check if {...} is more than {_foundarena}: set {_foundarena} to (number of online player there) set {_foundarenaName} to Name of arena. after loop finished, there you gi
  2. ChisleLP

    Block regen 2 times

    pls... use help format. Put your code in code tag, Any errors? explain us what you really did.
  3. ChisleLP

    Solved loop-player's target entity

    ugh, don't do it :'D command /traget: trigger: send "Hi" to target of player
  4. ChisleLP

    Error Code

    Most people told me, Don't use skquery Yaml, Skellett Yaml, Orr else stuff yaml, Use Skript-Yaml, its much effifency than other.
  5. ChisleLP

    How to make a mob attack other mobs nearby?

    1. clear pathfinder, so that he won't focus Player. 2. Well. You need work with loop. 3. ugh?
  6. ChisleLP

    .txt to .sk ????

    what i (maybe "We") most easy way do to: Click on raw. (Or Between .com and Pastebin code add /raw) CTRL (STRG) + A then CTRL + C, create a new file called example test.sk CTRL+V there you go. https://pastebin.com/raw/WDEvgGcK Or your make remake of it (If i look code. There is somethings...
  7. ChisleLP

    Solved Command Request System [TP]

    You can find it in 1 seconds to using google https://www.google.de/search?q=Minecraft+TPA+skript&oq=Minecraft+TPA+skript&aqs=chrome..69i57j0.5511j0j7&sourceid=chrome&ie=UTF-8 what i found. https://hastebin.com/nafeteqadu.pl
  8. ChisleLP

    Solved Forums Dark Theme Smile too large

    Hey, can someone Increase the smile/Icon on Dark theme? I like very much dark Theme... White its too bright for me. But there is some need to be Edit.
  9. ChisleLP

    Arena Regen addon.

    Why not do it into skript. x) btw sound like he need coding a huge java (Like Roolback Plugins and Worldguard, and then just create a new expression...)
  10. ChisleLP

    Plss i need help on skript

    documentions are helpfull. https://docs.skunity.com/syntax/expressions/Item with custom NBT https://docs.skunity.com/syntax/effects/Change: Set|Add|Remove|Delete|Reset https://docs.skunity.com/syntax/events/On Click =>> Boom Magic: on right click with a head: give skull with nbt...
  11. ChisleLP

    Plss i need help on skript

    Plsss, i need help with the new usesrs.... 1. Please more specify Title 2. Please tell us what are you trying. 3. Before post theard, www.skunity.com (Docunemtions)
  12. ChisleLP

    on death drop sword with name

    add 1 diamond swword amed "bla" with unbreaking 10 to drops
  13. ChisleLP

    on death drop sword with name

    just broadcasting after "if" code, are you getting broadcasting?
  14. ChisleLP

    on death drop sword with name

    Which sword? (Diamond, Iron, stone, woood....) Btw did you try debugs? (Im not sure if event-entity works)
  15. ChisleLP

    Solved Retrieving arrow speed

    You should look first around in docuemntions... https://docs.skunity.com/syntax/search/arrow%20speed
  16. ChisleLP

    Solved Last shot arrow

    near right... set {test} to last spawned entity #Im not sure if last shoot arrow work or last shooting arrow, test around
  17. ChisleLP

    Make player can control entities while riding them

    Maybe try adding slowness to chicken.
  18. ChisleLP

    Solved other player heads in gui

    well, then set slot 0 of player's current inventory to skull of ("ChisleLP" parsed as offline player)
  19. ChisleLP

    Solved Cage teleportation

    Unlimited cage. command /cagetp [<text>]: permission: * trigger: if arg-1 is not set: loop {queue::*}: if size of {queue::%loop-index%::*} is not 0: add loop-index to {_Aviable::*} if {_Aviable::*} is not set...
  20. ChisleLP

    Solved other player heads in gui

    uhm, i don't understand your request. btw To make a skull in gui without alex/steve skin just do this code: set slot 0 of player's current inventory to ("NameOfPlayer" parsed as offline)'s skull