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

    Skript and Skungee Error

    I have a little skript that when a player types /survival they connect to the survival server (bungeecord) but it doesn't work anymore after i switched to ubuntu: skript: command /survival: trigger: wait 2 seconds send bungeecord player to bungeecord server "survival" the...
  2. Violt

    Skungee Ubuntu Help

    I switched my server to ubuntu and skungee gives this error: Can anyone help? This is my log: [22:29:26] [Server thread/ERROR]: #!#! [22:29:26] [Server thread/ERROR]: #!#! [Skript] Severe Error: [22:29:26] [Server thread/ERROR]: #!#! [22:29:26] [Server thread/ERROR]: #!#! Something went...
  3. Violt

    A command that runs another command.

    I am working on a little command but i can't figure it out. When i run it the game will say unknown command Here's the skript: command "/hub": trigger: make player execute command "/server lobby" I hope one of you can help me. I couldn't figure out how Skungee worked so i decided...
  4. Violt

    Welcome Message Link Not Working

    Hello, I don't know if i'm in the right place for this but, i made a little skript that when every time a player joins they get a message with a link. but if you click on the link it does not work. How do i make it clickable? here's my code: on login: send "Welcome to our server" to...