Recent content by simonsejse

  • 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

    CHECK GETDATA ON IF STATEMENT

    https://pastebin.com/UHN3AAES How do i down at "if (is.getItemMeta())" find out which color the stained glass is. I want to check if the "is.getData.whatever is == BrainStain" ItemStack BlackStain = new ItemStack(Material.STAINED_GLASS_PANE, 1, (byte)15); ^^^This itemstack is a black stained...
  2. S

    Timer doesn't work COSMICPVP CRATE PLUGIN

    https://pastebin.com/FMYW32Zi http://prntscr.com/i5flgq Need to make these panes repeat, which I've done on my pastebin, but it doesn't work It's not the return; I removed that, after putting it in pastebin. Lmao I think I know why, I'll be back. It might just be me who forgot to add material...
  3. S

    YML not creating itself.

    https://pastebin.com/mAPEBEtu Newest problem, it makes the YML, but it doesn't add the ADDDEFAULT values? Any ideas?