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

    Solved Forcing someone to send a character via Skript kicks them, but sending it in chat doesn't.

    This information really helped, and while I haven't taken the time to implement the code you gave me, the reason for the error is super helpful and now it at least works at all.
  2. C

    Solved Forcing someone to send a character via Skript kicks them, but sending it in chat doesn't.

    Hi! I've been developing a server, (the details aren't important) and in that server I want to have an item that sends the message "I forgor ☠". In game, the emoji looks like this:. However, when I use Skript to force me to say it: make player say "&cI forgor ☠", it kicks me from the server with...
  3. C

    Solved How can I prevent a loop from doing damage to the player with Skript

    Sorry for replying late, I did this because the player moves during the damage period and I don't know how to it better. I tried this code and it didn't work.
  4. C

    Solved How can I prevent a loop from doing damage to the player with Skript

    I am programming a plugin in Skript using SkRayFall (though I'm unsure that that's useful for this scenario, I should put it there anyway) and I have a program that's supposed to damage all entities in a 1 block radius while pushing the play forward. This works fine, although it damages the...
  5. C

    Solved Error Detecting Held Item Skript

    Hi! I've been trying to create a mana skript for my server and I wanted an item to give you more mana. I created a command that did this, and it worked, but when I tried it with an item, it didn't. Here's my code: variables: {max.%player%} = 20 {mana.%player%} = {max.%player%} every 1...
  6. C

    Solved How can I make a command that runs skript code?

    Thanks! This is exactly what I wanted!
  7. C

    Solved How can I make a command that runs skript code?

    I would like to design a command that lets you type out skript code then lets you send it. example: /skrun <Skript Code> Is this even possible? If it is, can you give me a basic explanation of how it works? Thanks.
  8. C

    Solved Entity teleport not working

    I'm trying to teleport a silverfish to some coords, and it's not giving any errors, but it doesn't work. here is my code: command fight: trigger: teleport silverfish to location(970, 48, -22, world) it works when I put player but not anything else