detect

  • 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. A

    How to detect when a player places a custom head.

    Topic (1) How could I detect when a player places a custom head? Topic (2) How could I place a custom head? Question (1) Could I just do on place: if event-block is a player head with nbt "%nbt%"? Please answer! Thanks in advance, AgentStrawberry
  2. G

    Boss battle loot

    Im making a boss system where when u kill the boss, it has some drops, here is my current code: on damage: if victim is pufferfish named "Spike": if the final damage is bigger than the health of victim: loop all entities in radius 15 around victim: chance of 12%...
  3. S

    How to prevent chest merge into a double chest ?

    Hi everybody! It's not possible to detect a double chest with precision, because if I check if one block to south, west, north or east is a chest to detect a double chest, it would fail due it's possible to place a normal chest next to another without merge since 1.13 if I'm not mistaken. There...
  4. J

    Detect Minecraft Version

    This is probably impossible but I'll ask anyways. Is there a way to detect the player's client version that they're using? I want to allow only 1.13.2 players into a survival world but to do that I need to check what version that player's client is using. My server allows people with versions...
  5. Skaya

    Solved Shift click in GUI

    Hi, How can i detect shift click in a GUI? Thx, Skaya :emoji_slight_smile:
  6. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    Hello, I am somewhat worried about an error that a Scoreboard is giving me on my server, and the important thing would be to detect the error in the console, how could I do it?
  7. Aidanete

    Solved Anyway to detect the hitten block of a projectile hit event?

    Here is my code, I want to make eggs destroy blocks, but I tested with event-block and didn't work, and this I used to replace it in my code doesn't remove the blocks. HELP! on projectile hit: projectile is an egg: shooter is a player: block at projectile is tnt...