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

    format slot is not a text error?!

    Hello, this is my code: format slot 22 of player with 1 redstoneblock with name "&c&lThere are currently no servers running this gamemode." to close and whenever I try to reload I get an error is not a text or something like that
  2. S

    if player is in world "world3" error

    Hello everyone, I am trying to fix this error: on drop: if player is in world "world3": cancel event when I reload the skript file I get this error: 'in world world3' is not an entity type (Core.sk, line 538: if player is in world world3:')
  3. S

    Solved need help with npc create

    wow im really dumb anyways thanks! hmm weird, when i execute the command i get: an internal error occured while attempting to perform this command help? **fixed**
  4. S

    if player is not looking at victim

    is there a thing like i say in the title? if there is something like that can someone say it to me?
  5. S

    Solved Cant get this to work

    hmm instead of if attacker's tool is {@jailstick} use if player held item is stick named "JailStick" should work hopefully
  6. S

    how to make commands for console only

    First of all, not to be rude but you really need to learn more english as I don't understand a thing from what you said, second of all this is a thread, it can take up to 24-72 hours for someone to actually respond. As for your problem, what do you mean console only commands? Like commands that...
  7. S

    Solved need help with npc create

    Done! After installing the addon it seems like my problem isn't solved npc spawn: create npc with name "AGC" i get an error if i try to do this cannot understand condition npc spawn: also i dont really understand how to use this NPCAddon plugin even after i looked on the doc page
  8. S

    Solved need help with npc create

    hey thanks!
  9. S

    Solved need help with npc create

    is there a thing in skript called "npc create" cuz i really need it. and yes i do have the citizens plugin and skellet, but that event dosent work for me, so any help?
  10. S

    -

    - bump
  11. S

    cant understand this event "on packet" pls help

    i have Skellett and MundoSk installed and this still dosent work, pls help! Skellett version: 1.9.8 MundoSK Version: Latest
  12. S

    Make player teleport backwards every 2 seconds

    Im trying to code something, anyways I need it so that every 2 seconds the player will teleport backwards.
  13. S

    set block dosent work

    so basically this is my script: command beginevent: permission: admin.commands.beginevent trigger: broadcast "&c&lAN EVENT IS ABOUT TO HAPPEN AT THE HUB! DO /HUB TO GET TO THE EVENT!" wait 4.5 tick set block at location {134, 187, 19} to glass and so...
  14. S

    Set block at a specific coordonate

    thank u weird, the script dosent have any errors but when i do my command, the block is not placed. bump
  15. S

    Set block at a specific coordonate

    Hi guys I am trying to do something with Skript and I ran into this problem: I cant really seem to find a event that would help me with this, so basically I want to set a block at a specific coordonate I already multiple things with set block but none worked, any help? Thanks.
  16. S

    Is there any possible way I can make moving blocks?

    I do not have a schematic for the Aircraft and yes here is the code command aircraft [<string>] [<string>] [<string>]: permission: aircraft.admin trigger: if arg-1 is not set: message "&aAll commands:%nl% /aircraft create <name>%nl% /aircraft delete <name>%nl%...
  17. S

    Is there any possible way I can make moving blocks?

    Okay so im currently trying to code an aircraft skript. Everything went smoothly until I realized that I don't know how to make the aircraft move to the direction the player executed the command to move. Here is what im trying to explain: command /aircraftmovement [<text>]: permission...
  18. S

    The floor is lava

    blocks in radius 10 of can only accept a single location thats an error :/
  19. S

    The floor is lava

    Hello, so I want to make a skript so that every 1 minute lava will raise from the floor. Just like in this video: I want to create this but don't know how. Please can anybody help me? And yes I know how to start every 1 minute: But then I just get lost.