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

    Skellet Scoreboard Not Working

    So I was testing out Skellet scoreboards, and when I do the code below, and I typed "/testing", it says "Unknown Command"! I also couldn't make my own scoreboard which I can give the code for as well when asked function animate(p: player): add "&a", "&b", "&c", "&d", "&e", "&1", "&2"...
  2. C

    My Skript is broken!

    Hello, when I load my server, everything is fine and all skripts load fine. But when I execute "/sk reload <skript name>" It glitches and gives me an error! (This does it for all skripts! Even skripts with 5 lines!) Skript Plugins: WolvSK, WildSkript, Umbaska-3.3, TuSKe, SQLibrary-7.1...
  3. C

    API Question

    I have a question, is there a way to create a JSON API in skript? Not use, create one. I know that's something very advanced but I'm just asking. (I mean in Skript, no plugins.)
  4. C

    Argument with multiple routes

    Hello, I would like to make a way to have 1 argument that leads to "text" and a "item stack". Here is a bit of my code: command /item [<item>|<text>] [<integer>]: I already looked at...
  5. C

    How to use PAPI placeholders in this code?

    Hello, I'm wondering how to use a PAPI placeholder in this code: function updateBoard(p: player): setSlot({_p}, "Test", 4, "&7PLAYERS: &d%%server_online%%") Where it says "%%server_online%%" it literally shows "%%server_online%%" and not a number
  6. C

    If hotbar contains

    Hello, I was wondering if there is a way to check "if slot 1 of player's hotbar is grass", I can't figure this out! I've been trying to figure it out for 20-30 minutes and I can't!
  7. C

    Solved Save certain & multiple variables in MySQL

    So I'm going to start my server in Skript MySQL, and in the config I see "pattern: .*", now I need to know how to set multiple variables in the pattern, this is how I would think of it, "pattern: level_., experience_.*" (a comma), So does anyone have any idea on how to do this? Bump Can anyone...
  8. C

    Bungeecord Skungee

    Hello, I recently got the plugin "Skungee" and I couldn't figure out a way to use it! May somebody help me with this addon as I need it for the server.
  9. C

    If player joins event

    Is there an "If player joins" and "if player is" For example: on join if player is "Player" Thanks. Oh and, is there a first player join event for players that have joined? I want to send something but for the first time they join when the Skript was made? Example: on join if...
  10. C

    Skungee Help!

    Hi, I just started using Skungee, and I can't figure out how to use it! I binded it to my Bungeecord IP and then I cant figure out what to do! There are no videos about it too!
  11. C

    Equip armour to all players

    How do you equip armour to all players?