Recent content by Buzdrev

  • 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

    Yes, I already know that, now I'm using 1.12.2 and everything is fine. Thanks!
  2. 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.
  3. B

    on rightclick on sign

    I'll test on empty 1.9.4 server and I'll write back.
  4. B

    on rightclick on sign

    Yes, I'm sure that it is set to true and the problem is not there because: on right click on sign: send "working" #When i click on sign I don't get this message, so the variable isn't our problem. if {minigames.%player%} is true: set {minigames.%player%} to false...
  5. B

    on rightclick on sign

    Spigot version 1.9.4 (This server is running CraftBukkit version git-Spigot-c6871e2-0cd0397 (MC: 1.9.4) (Implementing API version 1.9.4-R0.1-SNAPSHOT) Skript version: 2.2-dev37c
  6. B

    on rightclick on sign

    Yes: on right click on sign: line 1 of block is "&1[Minigame]" line 2 of block is "&2Quit" send "working" if {minigames.%player%} is true: set {minigames.%player%} to false send "working" In this way nothing happens. on right click on sign: send "working"...
  7. B

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

    Thanks you! Problem solved.
  8. B

    on rightclick on sign

    Yes, it's not working...
  9. 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...
  10. B

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

    I already fixed line 80 but that with lines 59,62,71 and 74 doesn't help.
  11. B

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

    Yes the errors are all of the same type. (theese lines under if arg 2 is "bedrock":)
  12. B

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

    Cant understant this condition, wrong syntax i guess.
  13. B

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

    3: Is ok 5: I tried setting it by variable but with no luck.
  14. B

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

    1: Is ok 2: Is ok 3: I made it that way but it wont works: command /console [<text>]: aliases: terminal permission: console.run permission message: Unknown command. Type ''/help'' for help. trigger: if arg 1 is set: execute console command "arg" else...
  15. 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...