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

    Solved real time

    Is there way to display the real time? i know its works with %now% but it's shows to much (3/7/17 4:23PM) and only want to display the time (4:23PM)
  2. L

    log break

    its only works with acacia wood and dark oak wood, but idk why, no error message! on break of any log: add 2 to the player's balance Skript version: newest (dev25 by Bensku)
  3. L

    bossbar color

    Is there a way to change the boss bar color? like that:
  4. L

    need help with list variable and dropped items

    I want to delete every item from the ground if I run this command (/bdelete), but if the list variable has item in it, don't delete those, just everything else. so far this is what i got, but its not working properly command /ba [<item>]: trigger: add arg 1 to {tlist::*} command...
  5. L

    dropped items

    I want to delete every item from the ground if I run this command (/bdelete), but if the list variable has item in it, don't delete those, just everything else. so far this is what i got, but its not working properly command /ba [<item>]: trigger: add arg 1 to {tlist::*} command...
  6. L

    Solved list variables

    The problem is: when the list variable {itdisabled::*} is empty and I add an item to it, its just works fine but if I add more item into it, it doesn't work anymore it's just adding the item to the variable over and over, and not checking if its in the variable command /it [<text>] [<item>]...
  7. L

    Solved Need help with loops

    i want to delete all the items from the ground, expect one which is gold ingot... but i have no idea how to do it.. so far this is what i got: command /delg: trigger: loop all dropped items: loop-value is gold ingot delete loop-value