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 community!

    Now, what are you waiting for? Join the community now!

  1. Barbarx

    Script SkAuction

    Barbarx submitted a new resource: SkAuction - Sell and buy items in Auction by Auctioner or command Read more about this resource...
  2. Barbarx

    Script NameinChat

    Barbarx submitted a new resource: NameinChat - Shows your name colored in chat (only for targeted player) Read more about this resource...
  3. Barbarx

    Solved Why my premium skript got deleted?

    Hello, can someone explain me why my premium skript got deleted? I readed rules of premium skript. 1 free skript and 28 days old acc. i haven't 1 free skript right but i saw ppl with premium skript without free skripts too, so why my skript got deleted?
  4. Barbarx

    Replacing one syntax from SkUtillities

    Hello, so we will go to point i need to replace var = var parsed as Date, any solution which i can replace it?
  5. Barbarx

    difference between times shortened doesn't work?

    Hello there, i got problem with one expression message "%difference between now and {cas} shortened%" does it work in skquery or no longer works?
  6. Barbarx

    Solved Parsing as integer

    hello, can somebody help me with this? when i try parse as integer it will be <None> set {_lore::*} to lore of clicked item split at "||" loop {_lore::*}: if {_lore::%loop-index%} contains "Prodejce": set {_text} to loop-value...
  7. Barbarx

    Solved Multi informations in list variable / how to read only one from multiinformation var list

    Hello. i wanna check 1 information and give {_firstinformation} to player how can i do it? i add informations by set {AukceItem::%player%::*} to slot 2 of player's current inventory set {_cena} to slot 2 of player's current inventory add {_cena} to...
  8. Barbarx

    Solved On sharpsk armor equip

    Can i ask why set {_lore::*} to lore of player's event-item split at "||" doesnt work in this event? i getting this error {_lore::*} can't be set to 'lore of player's event-item split at "||"' because the latter is not object Part of code: on sharpsk armor equip: set {_lore::*} to lore of...
  9. Barbarx

    Solved SharpSK 1.12 download

    Hello. can somebody give me another link to download sharpsk for 1.12? because when i try to download the latest i got this
  10. Barbarx

    How to stack items

    Hello. i have problems with player heads with custom nbt. because when i craft my custom head with nbt from prorecipes so i have problem with stacking. and NBT are same. so i wanna on craft: and when he will craft it so i wanna stack all my money(custom player head) is any syntax to stack...
  11. Barbarx

    Solved Too long syntax on one row.

    When i reload my skript and i have this at one row: mysql update "INSERT INTO `ukoly` (`name`, `uuid`, `UkolActive`, `Ukol1`, `Ukol1stage`, `Ukol2`, `Ukol2stage`, `Ukol3`, `Ukol3stage`, `Ukol4`, `Ukol4stage`, `Ukol5`, `Ukol5stage`, `Ukol6`, `Ukol6stage`, `Ukol7`, `Ukol7stage`...
  12. Barbarx

    Solved Drop {_a} stone at victim

    Can somebody help me with this and can tell me why this doens't work? i getting error drop {_pocet} stone at victimand i have set {_pocet} i tried debug
  13. Barbarx

    Solved Can i set minutes to variable?

    Title telling all. if can be set, so please tell me how. Thanks
  14. Barbarx

    Solved How to check inventory if has 2 empty slots?

    As title of thread telling: how to check inventory if has 2 empty slots? My english is so bad so i think you will know what i want to tell. I tried something like this: if player's inventory contains 2 air: in inventory click. SOLVED if player has enough space for 2 stone:
  15. Barbarx

    MYSQL Tutorial

    Category: Tutorials Suggested name: MySQL Tutorial What I want: Examples and syntaxes etc. for mysql. Something like: Reading/Checking syntax Writing syntax creating syntax and some examples. Ideas for commands: None. Ideas for permissions: None. When I'd like it by: It can help to all...
  16. Barbarx

    Solved YML list "contains" checking.

    Hello i have problem with YML and i dont know how to fix it. i using check this if yml list "Mobove" from file "plugins/Skript/MoboveSpawner.yml" contains "- %entity uuid of victim%": but it doesnt work. can help me somebody? Full code. on spawn: if "%spawn reason%" is "SPAWNER"...
  17. Barbarx

    YML list checking.

    Hello. i created one skript but i cant check if %entity uuid of victim% is in yml list. on load: if file "plugins/Skript/MoboveSpawner.yml" doesn't exists: create file "plugins/Skript/MoboveSpawner.yml" add "Vytvoreno" to yml list "Mobove" of file...
  18. Barbarx

    Authme first login

    Hello. is something like On authme first login: ? Because i wanna create when they will connect so they will get starter items. without using variables. Is any like that event?
  19. Barbarx

    on block piston push: can i push variable with block?

    Hello. i wanted to fix one bug on our server. (autoclonning) by pushing blocks by piston. on block piston push: if {anticopy::%location of event-block%} is set: delete {anticopy::%location of event-block%} set {anticopy::%location of event-string%} to true But set...
  20. Barbarx

    Solved on any move - cancel event

    Hello here. i wanna create delay than you will be teleported by command but i cant do one thing. This is only example: on any move: cancel event cancels cursor movement so i cant rotate etc. and i wanna do this when you will use command "Spawn" you must stay 2 seconds, but i have problems...