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

    is there a way to send a message with a suggest command that uses a variable for the command

    this is my code command /suggest <text> <text>: aliases: /sugg, /sug, /suggestcommand, /suggestcom permission: skript.suggestcommand permission message: &cYou can't do this! cooldown: 5 seconds cooldown message: &cYou must wait before doing this again! usage: &cUsage...
  2. D

    How do i give someone a spawner with preset mob

    this is my code command /spawner: trigger: give spawner with spawntype zombie to player the error is 'spawner with spawntype zombie' can't be added to a player because the former is neither an item type an inventory nor an experience point
  3. D

    Solved how do i add an nbt to an item

    set slot 0 of metadata tag "shop" of player to black stained glass pane of mending 1 named " " add nbt "{HideFlags:1}" to slot 0 of metadata tag "shop" of player is what i tried but it says 'nbt "{HideFlags:1}" can't be added to a slot because the former is neither an item type nor an...