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

    Spawning items

    Sorry i don't know how to format, command /gen [<text>] [<text>] [<text>]: permission: sk.gen trigger: if arg-1 is not set: send "&a---------------------------------" send "&b/gen set <name> | creates a gen at your feet" send "&b/gen item <name> <item>" send...
  2. D

    Item2Chat

    Can we have the skript?
  3. D

    Pulling with a fishing rod

    on player fishing: entity's target is a player: i want a player to be able to hook a player with a fishing rod and itl pull them towards them and the name of the fishing rod would have to be "&aOG STICK" How could i do that?
  4. D

    How do i compare a message with a list

    How would I make an command to add words to the list or words? I I know how to make a list of blocked words in skript but i want to be able to do /cadd add/remove word Could I use this Code (Text): on chat: if message contains {words::*}: cancel event send "Please don't...
  5. D

    How do i compare a message with a list

    I am making a word filter and would like to be able to add words from ingame but im getting a error variables: {warn} = 0 {words} = "text" on chat: if message contains {%words%}: cancel event send "Please don't curse" to player add...