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

    Force player to flight without double jump

    set player's fly mode to true it from skquery
  2. L

    Solved horse death

    It's worked, Thanks! :)
  3. L

    Solved horse death

    My problem is when I killed the horse It's drops leather and his saddle. But it's shouldn't happen when I set the health of the horse to 0. It's worked before, but now it's not working, still dropping the items. on vehicle exit: set {mh.%player%} to false wait 3 tick loop all...
  4. L

    Script Server Management GUI

    loadka95 submitted a new resource: Server Management GUI - Manage your server with a gui loaded with unique features Read more about this resource...
  5. L

    Script Server Management GUI 1.0

    This is a Server Manager Gui script for your minecraft server, where you can easly manage your server, players, worlds only using your mouse. I tried to make the GUI user friendly so its easy to use :emoji_slight_smile: Its only uses 1 command! >>> /agui -- (permission: admin.platform) Some...
  6. L

    Skript Unique search system!

    In the past week i was trying to create a nice search system in minecraft and i finally got it! And because im a very nice guy so, Im sharing the code with you and you can build it into your skript! :emoji_slight_smile: It's using sign: function SignSearch(lines: strings, player: player)...
  7. L

    Solved get first line with packets

    I'm don't know a lot about packets, can someone help me get the first line from the sign when you click the done button? i know you have to use the Update Sign packet, but i can figure it out :/ Thanks!
  8. L

    Solved variable contains text

    Is the contains thing not works with normal variables? only with list variables? I don't get any error, but its still not working {this.%player%} -> it has some random text in it [bar, fa, saa!] if {this.%player%} contains "bar": #this is not working for me message "xyz" Is there any...
  9. L

    Solved sign search

    I want to make a seach system and I find a cool way to do it on Hypixel ,is there any possible way to replicate that with skript?, because I don't find anything in docs for that..
  10. L

    Solved variable as minute

    on join: set {_tempbanwaited} to difference between {tempbannedtimer.%player%} and now if {_tempbanwaited} is less than {tempban.%player%} minute: #This line is not working for me ** wait 26 tick kick player due to "%{_tempbanwaited}%" {tempban.%player%} is a number ** I...
  11. L

    Solved head in gui with set slot

    set slot 5 of player's current inventory to with ("Notch" parsed as offline player)'s skull named "Notch" Its not working with set slot, but its working with format slot from skquery... and the format slot is not good for me now.. Please help me out! :)
  12. L

    on inventory click event in GUI

    I have a parkour skript, and I try to create a GUI menu for all the arenas has been created. But when i try to click on an item in the GUI It's doesn't recognize the click event and nothing happens... even the message doesn't show up, But when i click on an empty slot it's works the (message...
  13. L

    SkRayFall

    SkRayfall is not working anymore in 1.12? Im not getting any error from it when its staring up, but lot of conditions are not working. ->title, subtile, tab head footer, actionbar,NPC etc...
  14. L

    player name above head

    Is there a way to change the player name above their head? I tried with the tabname, display name, but none of them worked... Edit: I found this one but i have no idea how it's works
  15. L

    written book name

    I tried to remove a named written book from the player's inventory. It's works with every single item, but it's doesn't work with the "written book" and i have no idea why... command /testa: trigger: add 1 book named "&4asdo" to player's inventory command /testa2...
  16. L

    Tame

    Can someone help me how the "on tame" event works? I tried like this "on tame of horse" and "on horse tame" but none of them worked
  17. L

    attributes on items

    Is there any possible way to add attributes to an item? When you holding a sword it's gives you +20% hp and +200% speed Like this : https://www.google.hu/search?q=minecraft+attributes&source=lnms&tbm=isch&sa=X&ved=0ahUKEwij9ou_9oPUAhVKnRQKHX8JAJkQ_AUICygC&biw=1600&bih=794#imgrc=Vb1GiqIu-BpIAM:
  18. L

    item name not working

    I dont know if its a bug or im just doing it wrong, but when i use the command its says "<none>" but i dont know why.. command /dut: trigger: loop items in player's inventory: message "%name of loop-item%" to player # <-- it's always says <none> even if the item is named...
  19. L

    build a ladder

    Suggested name: Ladder What I want: I want to create a ladder with 1 command then delete it with an other command. A pillar on the middle and ladder on every side. Something like this Ideas for commands: /ladder create - create the ladder /ladder delete - delete the ladder Ideas for...
  20. L

    pick up event

    is there any way to detect the Experince pickup? I tried with the "on pickup" event but its doesn't worked. I want something like this: On pick up of exp: if player has permission "exp.bonus": set the picked up exp to picked up exp*2