Recent content by SzymoonDev

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

    Parsing as item

    Wooo, I didn't know... I noticed it. I am looking for a different way to do it.
  2. S

    Parsing as item

    Nope, split isn't best solution... Someone else will help? :< command /test [<text>]: trigger: loop {kity::%arg 1%::items::*}: add (loop-value parsed as itemtype) to player This code it also doesn't work... items: - 1 diamond helmet of protection 3 and...
  3. S

    Parsing as item

    Hi everyone, i have a problem. I'm creating skript for kits, like essentials kits. My problem is how i can parse item with name? Look: function reloadKit(kit: text): set {kity::%{_kit}%::id} to yml value "kity.%{_kit}%.id" from file "plugins/Skript/scripts/kity/config.yml" set...
  4. S

    Solved Is it possible to get the amount of players online in a multiverse world in scoreboard?

    You can loop all players than check loop player world. If player is in your world, then you add number 1 to custom variable.
  5. S

    Solved Text on map - Skript help

    @LimeGlass can u help me how i can do it?
  6. S

    Solved Text on map - Skript help

    [16:24:17 ERROR]: Can't understand this condition/effect: draw "Bacon Count: 17" on map 0 starting from 16, 16 (test.sk, line 3: draw "Bacon Count: 17" on map 0 starting from 16, 16')
  7. S

    Solved Text on map - Skript help

    Hi everyone! Can I create map with a text using Skript? I need this to create Captcha system. Look like this: https://scr.hu/o8K4zP Thanks and merry christmas!
  8. S

    Particles

    Thanks @Donut for reply. With this syntaxs, can i do particles in worldguard region? Loop blocks in region, then show this particle on loop block?
  9. S

    Particles

    Hi guys! How can I get the effect like the picture? Script or plugin? https://imgur.com/a/2KYwh Thanks.
  10. S

    Set new value without updating old.

    Hi, I have problem. I want to write top of player's levels in digging. My code snippet: https://code.skript.pl/iCKY2V1X/ While player is digging, value 1 has added to variable {levels::currentlevel::%player%}. When i have 2 players (test and test2), and they have the same level (2), script...
  11. S

    SkellettProxy error

    I have the same problem. While my server is running on root user or another one, the same error is printed in console. Idk what's happend. Ports are unlocked and bigger than 1024, users has permission to bind adres. Please, help. OS: Ubuntu
  12. S

    How i can do scoreboard using Skellett?

    Hi, I try to do scoreboard for a few days. I dont now, how i can do it. Can you help me? I prefer to use Skellet, teams, scores etc. PS: Sorry for my bad English :(