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

    There are multiple loops that match loop-player.

    I didn't write these, but after posting I did see the indentation problem, but for others like the fourth one that seems perfectly fine it is still giving me the error.
  2. D

    There are multiple loops that match loop-player.

    Oh, my bad. Sure. 1st one: There are multiple loops that match loop-player. Use loop-player-1/2/3/etc. to specify which loop's value you want. (EssentialsSkript.sk, line 752: send "&c[Help] &7%player's display name%: &f%arg 1%" to loop-player') 2nd one: There are multiple loops that match...
  3. D

    There are multiple loops that match loop-player.

    Hi. I'm getting an error while reloading Skript that says: "There are multiple loops that match loop-player. Use loop-player-1/2/3/etc. to specify which loop's value you want." Here are some instances in which this error occurs: trigger: if arg 1 is not set: send...
  4. D

    Enchanting items

    Oh cool, I'll test it out. Didn't think of it that way! Lol
  5. D

    Enchanting items

    Hello, I have a /enchant command on my server, but I'd rather it be more complex, because right now the usage is just /enchant <enchantment> I'd rather you be able to specify the level of enchantment as well, for example "Sharpness 5" or "Protection 4". Can someone help me? Here's my code...
  6. D

    On right click on player

    I am attempting to make a staff mode for my server with Skript. I have just about everything done, but I am wondering how I can implement an event when I right-click a player with a certain item. I've tried it before, and it looked a little something like this: on right click on player: if...