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 community!

    Now, what are you waiting for? Join the community now!

  1. B

    Block specific part of command

    Awesome, thank you. I’ll give it a shot tonight and let you know how I get on.
  2. B

    Block specific part of command

    Oh okay, that makes sense. What would the name of the list be? How do I use an operand to check if it’s greater than 2? Thank you so much for all your help!
  3. B

    Block specific part of command

    Thanks for the link! Hadn’t seen that yet. I’m still confused though, I don’t really need to join them do I? Is there just a way to count the number of a certain character? I have no idea how to implement any of that info. Sorry for being such a nub
  4. B

    Block specific part of command

    Can I count the number of characters in a command? There should only be two spaces. If someone runs it with three then obviously (player) is being added? How would I do this in code? I’m really new to Skript lol
  5. B

    Block specific part of command

    Unfortunately I can’t get to my laptop currently, but it went something like this: on command “/spawnmob [<text>] [<text>] [<player>]” if arg-3 is set: cancel event Something a bit like that.
  6. B

    Block specific part of command

    Thanks for the reply! I’ve tried to use arguments with on command before and it doesn’t work. It always tells me “arguments can only be used with command”. How do I work around this?
  7. B

    Block specific part of command

    Hey guys, I need your help here: I'm trying to block the last portion of /spawnmob from working. So /spawnmob creeper 1 (playername). I do NOT want (playername) to work. I've tried a lot of things, none work. Here's my most recent attempt: on command "/spawnmob": loop all players...