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

    Skript Lag || If/else if/else statements.

    Hello! Recently I've been trying to figure out something, if a condition in an if statement is not met, does the amount of lines that comes inside that matter for lag purposes? For example here is what I mean: if 3 > 5: send "test" to player send "test2" to player send "test3" to player...
  2. T

    Solved SKRIPT-YAML BUG?

    Hello, so the last month or so I've been remaking my skripts using skript-yaml because I find out that it's a very good way to store player data without having any serious lag issues with many variables. However I've been dealing with a very weird issue, the yaml files of each player just...
  3. T

    Solved How can I paste schematics in 1.13+ using skript?

    Hello, lately I've been trying to find a way to paste schematics using skript and I found this addon "SkSchematic" but the problem with it is that it doesn't support versions 1.13+ and my server is in 1.16.5, so I was wondering if there is a way to paste a schematic using skript in versions...
  4. T

    Solved Amount of blocks within 2 locations without loops?

    Hello! So I was wondering if there was a way to check the amount of blocks within 2 locations without using loops? What I mean is something like this:set {_count} to amount of {_block} within {loc1} and {loc2} That would obviously not work but is there something that could do it?
  5. T

    Solved SKRIPT: List Variables Fail to load

    Hello! So basicly I've some list variables which store some values and they work but the problem is that when I restart my server they fail to load. I checked the logs for this and the error that I get is this: " [16:43:37] [Server thread/ERROR]: #!#! Unable to load (all) variables: [16:43:37]...
  6. T

    Skript: Double Variable Datatype?

    Hello! Recently I've had an issue with a variable. Basicly whenever I try to modify a variable that has a number greater than 9.22 quintillion it doesn't work. So I was wondering if there is a way to make it so that a variable can also contain sixtillion, septillion etc. numbers, is there a way...