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

    Addon skript-db

    effect getPlayerAmount %string%: trigger: delay the effect execute "SELECT `playersAmt` FROM `infected` WHERE `arenaID` = %expr-1%" in {sql.minigames} and store the result in {_r::*} return {_r::playersAmt::1} Error: The return statement can only be used in a...
  2. K

    Addon skript-db

    So is there any way to use "return {_something}" in skript functions while using "execute "SELECT..."? I know that there are SkQuery functions, but they are unecessary complicated and there are no syntax or examples for it... Also: execute "SELECT `wave` FROM `infected` WHERE `arenaID` =...
  3. K

    Script Tools [Deleted] SkIDE

    Error on launch. Program freezes: OS: Windows 10 x86 Java: 1.8.0_161-b12 SK-IDE version: 1.3.10 Time: 16.7.2018 17:20:11 org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1] at org.json.JSONTokener.syntaxError(JSONTokener.java:505) at...
  4. K

    Addon skript-mirror

    Is it possible to import functions from bungecoord plugin? I mean I wanted to use api of this bungee plugin: https://www.spigotmc.org/resources/party-and-friends-for-bungeecord.9531/ http://simonsator.de/JavaDoc/Party-and-Friends-MySQL-API/overview-summary.html Can i somehow import...
  5. K

    Solved How to disable "left hand"?

    Oh, so it is called offhand. Thank you so much :D
  6. K

    Solved How to disable "left hand"?

    Is there any option to disable left hand slot? That pressing "F" button won't work.
  7. K

    Solved Can we use logical operators?

    Oh, ok :/ Anyway thanks for help!
  8. K

    Solved Can we use logical operators?

    How can I use "or" instead of "and"?
  9. K

    Solved Can we use logical operators?

    Can we use logical operators such as AND & OR in Skript? And if it is possible can somebody give me simple example? - Pretty please :P
  10. K

    Close inventory

    Is there any way to close player's inventory? "close player's inventory" is not working because there is no WildSkript for 1.9+ on inventory open: close player's inventory There is no errors but it's not working
  11. K

    change pitch of player

    How can I change pitch of player? RandomSK: change pitch of player to 0 is not working. There is no errors but it simply does nothing...
  12. K

    Bungee network variables

    Hi! Is there any option to share variables from one server to another on the same bungee network? I was using SkellettProxy but this is so bugged and there is a lot of errors like sometimes network variable is not event set.