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

    Question about paper spigot

    Please give me an advice which operating system and which java version to use for paperspigot. I tried debian10 with java 11 on VM with 6GB of ram but it looks laggy.
  2. B

    on rightclick on sign

    I'm using this but it works only on empty sign: on right click on sign: if {minigames.%player%} is true: set {minigames.%player%} to false I tried it that way too but with no luck: on right click on sign: 1st line of clicked block is "&1[Minigame]" 2nd line of clicked block...
  3. B

    Solved Errors after updating from v2.2-dev28c to v2.2-dev37c

    Hello, After I updated the skript from v2.2-dev28c to v2.2-dev37c the plugin won't start and I had to remove some of the addons because it seems that they are built in in the new version. Addons are: SkAction-2.2, skQuery 2.2, skRayFall_v1.9.7 After this changes my skripts got a lot of errors...
  4. B

    Custom Items for Regions

    Category: Server Administratioin Suggested name: Custom Items for Regions What I want: I want skript which will replace your current items with another ones when you enter in a region (WorldGuard) So when you enter specific WorldGuard Region it will remove your current items but save them and...
  5. B

    Solved Online Admins

    I need some skript that will display online admins in the server. I searched in the net but found nothing. I want when you type /admins to show you something like this: Admins: Nick, Nick Moderators: Nick, Nick and if there are no moderators online to show only: Admins: Nick, nick
  6. B

    Solved Anti command spam

    Hi there, I need simple skript which will block all command spam.
  7. B

    Check PermissionsEX group

    I'm wondering how to check if some argument is some group using PermissionsEX plugin. I tried : if arg 1 group is "Member": and also if group of arg 1 is "Member: With the first I'm getting Can't compare... error and with the second Can't understand this condition. So, where is my fault?
  8. B

    Solved give loop-player

    Here is the code I'm using http://pastebin.com/9Qcu0Wd6 but I'm getting this error: http://imgur.com/a/1sJci All i want is to give multiple items to the players not only 1 or 2 or what is in the skript.