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

    Injecting NBT data into command blocks

    Hey everyone! I used to use SkStuff to add NBT data to placed command blocks. Unfortunately that no longer works with 1.12 (maybe 1.11 even?). I would spawn in a command block then add this code (or something like it): add "{Command:/summon Item %{_x}% %{_y}% %{_z}%...
  2. YourMCAdmin

    Console error for "targeted block"

    Hey everyone! I'm getting an error, it seems to be around the "targeted block" function. I have a feeling it's just a bug in the latest Skript pre-release version. Skript Version: dev23 Skript Author: Minecraft Version: 1.12.2 --- Full Code: command /colortestsss: trigger: make...
  3. YourMCAdmin

    Delete NPCs by name?

    Skript Version:2.2-dev23 Skript Author:Bensku Minecraft Version:1.11.2 Other plugins used: Skellett Citizens (all up to date) --- I have spawned in an NPC with the following code: set {_npc} to a npc with name "%player%'s NPC" and entity type "WITCH" spawn npc {_npc} at {_npcSpawnLoc} NPC...
  4. YourMCAdmin

    Solved Nesting variables within option nams

    Skript Version:2.2-dev23 Skript Author:Bensku Minecraft Version:1.11.2 Bare with me here when I try to explain what I mean and what I'm doing. I want to know if it's possible (or if anyone can think of a work around) to use a variable later in the code to call an option. As you will see I'm...