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

    How to fire a BlockBreakEvent with skript?

    I have a mines plugin (CataMines) and I want a pickaxe that mines a 3x3 area, but the plugin only resets mines when the blocks are broken by players, for example, if i set it to air with worldedit it takes about 3 minutes to reset, while it should reset instantly. I contacted plugin maker and...
  2. SWOEN

    How to replace any character after a certain character

    It's probably going to be a bit vague, but ill try my best. So I want to replace a "string" of 6 characters behind a different one. Example: you have "example#1ouby3test" I want to replace the # with the following 6 characters, no matter what they are? Does anyone know how?
  3. SWOEN

    Solved Console is not executing command

    Hello! I was making some skript's when I saw no "execute console command "/example"" was working. I have tried doing this: command /executeconsolecommandtest: trigger: console command "say hello" and command /executeconsolecommandtest2: trigger: make console execute...
  4. SWOEN

    Solved Message contains "@%player%":

    Hello there! I have a problem with my skript that mentions player's when they use @ before a player name. This is my code: on chat: if message contains "@%player%": replace "@%player%" with "&e@%player%&r" in the message execute console command "/playsound...