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. 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 SkAuction 1.1

    Hello, this skript adds auction to your server where your players can buy and sell items. Inspired by AuctionHouse plugin. [/SPOILER] Green-Done Red-Coming soon Easy menu to sell items via Gui 100% support custom items(Enchants,durability,NBT,lore,names,book text)...
  3. Barbarx

    Script NameinChat

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

    Script NameinChat 1.0

    When someone will send your name in chat you will have it colored and it will announce you with sound. Sender: Receiver: Skript Skellett
  5. Barbarx

    Solved Why my premium skript got deleted?

    Okay ty for explanation :)
  6. Barbarx

    Solved Why my premium skript got deleted?

    Ye but people don't have free skripts too
  7. 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?
  8. Barbarx

    Replacing one syntax from SkUtillities

    With any syntax what can parse variable {something} to date like %now% Ok i'll try It works. but there is problem with it. i am using %now% and when i wanna do differences between them i got <none>
  9. Barbarx

    Replacing one syntax from SkUtillities

    I just wanna replace it with some working one because SkUtillities stopped working on 1.12, then someone fixed it but on 1.12.2 it doesn't work anymore. so if there is any solution how to replace it
  10. Barbarx

    Replacing one syntax from SkUtillities

    i got one syntax what was used by SkUtillities and i wanna replace him with working one for 1.12.2+ set {_time} to {_data::%loop-index%::4} parsed as date
  11. 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?
  12. Barbarx

    ::*} is not a valid item data error

    because he wanna if {var} contains: but contains is buggy no? i didn't skripting 2 weeks.. :D i trying now java Ah but your syntax is better i see
  13. Barbarx

    Add inventory to list variable?

    You just need loop all slots(by number, it will count armor too) of citizen. then if "%slot loop-number of player's inventory%" is not "<None>":, add slot loop-number player's inventory to {Items::%{_id}%::*} and you dont need parse item
  14. Barbarx

    ::*} is not a valid item data error

    loop {validTrainingSessions::*}: if loop-index is arg-1: #Your Magic untested
  15. 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?
  16. Barbarx

    Custom mob

    on target: if {YoZombie.%entity%} is true: if {CanAttack.%targeted entity%} is false: cancel event not tested i dont know it will work. and you needs skellett
  17. 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...
  18. Barbarx

    Setting health and cancelling it

    are you using "on armor unequip/equip:" ?
  19. Barbarx

    Setting health and cancelling it

    use equip/unequip event its better than checking every second.. and you must use unequip/equip event because this can increase your health infinitely. And why you wont use set to max health of player to blabla. ?
  20. 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...