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

    Solved Detect username from a chat message

    Thank you for the reply, this is indeed a solution! Luckily I managed to find the issue on my own though. In the on chat: part of the code, I had to change the following line from this: if message contains "%loop-player%": to this: if "%loop-player%" contains message: I had to switch...
  2. TimmieTRM

    Solved Detect username from a chat message

    Skript Version (do not put latest): Skript 2.6.1 Skript Author: Bensku Minecraft Version: 1.17.1 -- Hello everyone! I need some help with this Skript as I'm stuck and cannot figure out what to do. Description: When someone right-clicks a glow ink sac named "Glow Dust", the game asks you to type...
  3. TimmieTRM

    Solved Metadata value "attacker" in on death:

    This'll certainly help with continuing on and hopefully finishing my idea. Thank you for your help! :emoji_grinning: Consider this post SOLVED!
  4. TimmieTRM

    Solved Metadata value "attacker" in on death:

    Oh, that's it! Thanks a bunch. I didn't realize the primed TNT would be a "new block", so it indeed never set the metadata value for the primed TNT.. Now that I have something to work with, is there any way for me to find a list of all "attackers" that you can use with Skript, besides TNT? I'm...
  5. TimmieTRM

    Solved Metadata value "attacker" in on death:

    Skript Version (do not put latest): Skript 2.6 Skript Author: Bensku Minecraft Version: 1.17.1 --- I apologize for the weird lay-out, this is my very first post. Description: When a player places TNT, my skript proceeds to store whoever placed the TNT's name. If a player dies to this specific...