Recent content by CloudSlays

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

    How can I check if a spawner owns a particular NBT tag?

    How can I check if a spawner owns a particular NBT tag?
  2. C

    Set block Spawner in skript

    How can i use this command: "/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {EntityId:FallingSand,SpawnData:{Block:dirt,Data:0,Time:1}}" with relative coords in skript?
  3. C

    Block despawning of specific named Item?

    Hey, I coded a minigame but I have a problem with the powerups. on pick up: if name of event-item is "speed": cancel event apply speed 2 to player for 5 seconds wait 5 seconds remove speed from player How can i prevent the...