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. Mr. Darth

    Discord Thread why doesnt this work?

    {list::%arg-1%} Posted by: mr_darth from the skUnity Discord.
  2. Mr. Darth

    Discord Thread is there a way to use "goto :#" in skript?

    Can you try deleting {numbers::*} at the start Also is this to get a shuffled range of integers ? Posted by: mr_darth from the skUnity Discord.
  3. Mr. Darth

    Discord Thread is there a way to use "goto :#" in skript?

    loop {_true} times: add true to {_list::*} loop {_false} times: add false to {_list::*} broadcast shuffled {_list::*} However idk why this code wouldnt work Posted by: mr_darth from the skUnity Discord.
  4. Mr. Darth

    Discord Thread is there a way to use "goto :#" in skript?

    Makes a shuffled list with {true} true values, and {false} false values {_true} would be the arg, false would be 6 - arg Posted by: mr_darth from the skUnity Discord.
  5. Mr. Darth

    Discord Thread is there a way to use "goto :#" in skript?

    do while {numbers::*} contains {number%{i}%}: set {number%{i}%} to ... Posted by: mr_darth from the skUnity Discord.
  6. Mr. Darth

    Discord Thread is there a way to use "goto :#" in skript?

    do while Posted by: mr_darth from the skUnity Discord.
  7. Mr. Darth

    Discord Thread does something like this exist

    either skript-reflect or unsafe-skript Posted by: mr_darth from the skUnity Discord.
  8. Mr. Darth

    Discord Thread help!

    skquery ? Posted by: mr_darth from the skUnity Discord.
  9. Mr. Darth

    Discord Thread help!

    Id say the same about skjade if it wouldnt have had my lasagna syntax Posted by: mr_darth from the skUnity Discord.
  10. Mr. Darth

    Discord Thread help!

    Yes but now that time has passed :) Posted by: mr_darth from the skUnity Discord.
  11. Mr. Darth

    Discord Thread help!

    Some random bad addon (probably skquery) adds that syntax Posted by: mr_darth from the skUnity Discord.
  12. Mr. Darth

    Discord Thread help!

    You can probably use skbee instead and hide enchant flags Posted by: mr_darth from the skUnity Discord.
  13. Mr. Darth

    Discord Thread help!

    No Posted by: mr_darth from the skUnity Discord.
  14. Mr. Darth

    Discord Thread Can't compare 'set {_filter} to mongosk filter where "playerName"' with a text

    Are you sure mongosk even works on dev37 Also is that the right syntax Posted by: mr_darth from the skUnity Discord.
  15. Mr. Darth

    Discord Thread Help with rename

    if arg does not match "[a-zA-Z0-9& ]+": Simply add the space character inside the [ ] Btw you dont use , to separate Posted by: mr_darth from the skUnity Discord.
  16. Mr. Darth

    Discord Thread Help with rename

    no you actually dont use it it adds the comma to the set Posted by: mr_darth from the skUnity Discord.
  17. Mr. Darth

    Discord Thread invalid use of quotes

    Look at your first quote And compare it with the last Posted by: mr_darth from the skUnity Discord.
  18. Mr. Darth

    Discord Thread Cannot loop java list, array, dict, etc with skript-reflect

    You dont need 6 since you arent dealing with an actual collection are you Also you only import org.bukkit.ChatColor Posted by: mr_darth from the skUnity Discord.
  19. Mr. Darth

    Discord Thread Cannot loop java list, array, dict, etc with skript-reflect

    1. {_var} = something is not assignment, it's a condition that checks for equality; use set {_var} to something 2. The org.bukkit.Bukkit import is useless 3. looping Matcher#find() makes no sense; did you mean while Matcher.find() ? 4. Using Regex for this seems a bit over the top. Have you...
  20. Mr. Darth

    Discord Thread help how to clear all the variables

    You have a poor variable structure that does not allow you to delete it like that Posted by: mr_darth from the skUnity Discord.