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

    Addon Skellett - The beast addon!

    Thanks that works. But still, do you plan on upgrading it to 1.14?
  2. pepper82

    Pathfind without addons?

    Hi all, is there any way to make an entity pathfind to a player without skript addons?
  3. pepper82

    Addon Skellett - The beast addon!

    @LimeGlass any plans on updating the plugin to work with latest 1.14 ? At the moment it seems to be broken. When plugin is installed you can not even login to the server. [10:06:51] [Server thread/INFO]: player181717[/127.0.0.1:53671] logged in with entity id 177 at ([Lyria]-23.91385688722265...
  4. pepper82

    Exception when dropping an item

    Hi all, I get an exception when dropping an item at victim's location ... makes no sense: on death: if victim is a polar bear: set {_drop} to apple named "test" drop 1 of {_drop} at victim's location [10:51:14] [Server thread/ERROR]: #!#! [10:51:14] [Server thread/ERROR]...
  5. pepper82

    Setting blocks within locations

    How can I set all the blocks between two locations to STONE without Skematic or Fawesk ?
  6. pepper82

    Tab complete commands?

    Hi all, how can I activate tab complete for my skript commands? Using latest skript on 1.13.2
  7. pepper82

    Solved How to set blocks from position 1 to position 2?

    It actually works @ShaneBee . Only downside of this is that every server admin receives a message like "[Server: 180 blocks set ... ]". Or is there a way to disable these messages? Another problem is that you can not enter a world name, so it only works on the main world.
  8. pepper82

    Solved How to set blocks from position 1 to position 2?

    Thanks, looks nice, didn't know minecraft itself can do this. Will test it out.
  9. pepper82

    How to use skellett mysql (Select)?

    Discord
  10. pepper82

    How to use skellett mysql (Select)?

    Limeglass confirmed you need to make new query for every new value you wanna grab from the table ...
  11. pepper82

    How to use skellett mysql (Select)?

    Hi all, I have this: set {_result} to mysql result of query "SELECT * FROM `{@table}` WHERE `username`='%{_p}%';" set {_test::*} to mysql string "date" in {_result} set {_test1::*} to mysql string "username" in {_result} {_test::*}...
  12. pepper82

    Solved How to set blocks from position 1 to position 2?

    I want to set all blocks within two locations to a specific block but only using Skript (no addons). Is it possible? If so, what is the correct syntax?
  13. pepper82

    Weird error (NPE)

    Ty, it probably fixes it BUT mysql features are broken then :-(
  14. pepper82

    Addon SkQuery [1.13-1.21+]

    @LimeGlass For me it seems that mysql features are broken. Not sure though. Can you confirm? [11:12:03] [Server thread/ERROR]: #!#! [Skript] Severe Error: [11:12:03] [Server thread/ERROR]: #!#! Could not load test.sk [11:12:03] [Server thread/ERROR]: #!#! [11:12:03] [Server thread/ERROR]...
  15. pepper82

    Weird error (NPE)

    Hi all, I get this error: https://hastebin.com/etimozujig.cs Skript: Skript v2.3.5 Skquery: SkQuery v3.6.1-Lime Tuske: TuSKe v1.8.2-Pikachu-Patch-3 Spigot: git-Paper-525 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT) Any ideas why this is happening? My skript...
  16. pepper82

    Skellett mysql issue: console error? help?

    But isn't the syntax I posted from skellett and not skquery? hey @DieHollander_ when do you think you have the chance to send me the working skquery?
  17. pepper82

    Addon skript-db

    @btk5h How can I use the result from this query in a message: SELECT SUM(amount) FROM `currency` WHERE 1 I tried: execute "SELECT SUM(amount) FROM `currency` WHERE 1;" in {_sql} and store the result in {_r::*} message "&2%{_r::1}% Dollar" But does not work. Can...
  18. pepper82

    Skellett mysql issue: console error? help?

    Oh, so SkQuery is broken atm? I have version SkQuery v3.6.2-Lime
  19. pepper82

    Skellett mysql issue: console error? help?

    Hi all, simple mysql test command: command /sqltest [<text>] [<text>] [<text>] [<text>] [<text>]: trigger: set {_p} to the player set {_result} to mysql result of query "SELECT * FROM mytable WHERE `uuid` = '%uuid of {_p}%'" # the following line will throw NPE in...
  20. pepper82

    Addon Fawesk

    Does not work on 1.13.2? At least it does nothing (no console errors, but also no changes) when I set blocks like this: command /fips [<text>]: trigger: if arg-1 is "set1": set {testloc1} to player's location message "set1" if arg-1 is "set2"...