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

    Invisible NPC

    I would like to apply a potion effect (without particles if it's possible) to a npc I tried that with skript-npc set {_te} to the npc with id 3 apply invisibility to {_te} for 9999 second Re-Explaining I'm trying to hide an npc with skript. it's diffcult because I wan to see the helmet of...
  2. ZeyKra_

    Solved Slot switch

    Hello, I got a problem I want to detect when player switch hand slot I found an expression with skelett https://docs.skunity.com/syntax/search/id:288 but I can't run skelett on my server so I was wondering if there is a possibility to recreate this event with skript-mirror ? or an other...
  3. ZeyKra_

    NameMC Checker

    -= NameMC Checker =- What NameMC Checker do ? NameMC Checker is a skript that allows you to use NameMC api . -= Commands =- NC - /namemc Likes ? Show the list of players who likes your server on NameMC NC - /namemc Likes ? Show the list of commands with examples(in tooltip) NC - /namemc...
  4. ZeyKra_

    Solved ressource pack in skript without skquery

    Is there a way to send a ressource packs without using skquery. I cant use skquery syntax ressource packs because my server is running 1.8 version and to send a ressource packs with skquery i need to use 3.6.4 version of skquery but when on 3.6.4 version 'with lore' don't work I think there is...
  5. ZeyKra_

    Make unstackable items stackable

    Hello, I would like to stack golden axe on pickup but I don't know how. I there a way to stack golden axe on pickup like : On pickup: wait a tick stack all golden axe from player inventory
  6. ZeyKra_

    Solved Client Side , skript-mirror , viaversion , tuske error

    Sorry for this title. So I made A long thread wich ask help for making a client side pumpkin finally TPGamesNL find the problem but there is another one problem, If I the command /packettest (the command of the code) in 1.8 the pumpkin will be set on my head like it should be...
  7. ZeyKra_

    Official petition for a Skunity app

    I think making a Skunity app on mobilecan be a good Idea I knows you can go on skunity with chrome in your mobile but Skunity app can be more easier to acces and also more beautiffull Include feature like the forum and a part for the docs and an adapted docs for mobile I think nobody will...
  8. ZeyKra_

    Solved Client side pumpkin

    Hello , I'm trying to make an client side pumpkin import: java.lang.System java.lang.String as JavaString java.lang.Math org.bukkit.Location command /packettest: trigger: set {_packet} to new play_server_entity_equipment packet set int pnum 0 of {_packet} to...
  9. ZeyKra_

    Display head/player's head in a hologram

    Hello , I would like to know if it's possible to display an custom head in an hologram command /test: trigger: set {_pos} to location of block above player create hologram "This is a hologram;ItemStack:player's skull;And it is really cool!" at {_pos} for 5 seconds (I...
  10. ZeyKra_

    Display head/player head in a hologram

    Hello , I would like to know if it's possible to display an custom head in an hologram command /test: trigger: set {_pos} to location of block above player create hologram "This is a hologram;ItemStack:player's skull;And it is really cool!" at {_pos} for 5 seconds (I tested...