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!

    HI @LimeGlass I get the following error on server start: [15:24:26] [Server thread/ERROR]: #!#! Stack trace: [15:24:26] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: zip file closed [15:24:26] [Server thread/ERROR]: #!#! at java.util.zip.ZipFile.ensureOpen(Unknown Source)...
  2. pepper82

    Tablisknu

    Is there any "on tab" event? I mean if the player press the TAB-key on his keyboard? Because how could I update the player's balance etc. in the tab header?
  3. pepper82

    Sk-Perm

    Do all the commands work for offline players, too? Can I give / take permissions to / from users while they are offline?
  4. pepper82

    Solved Tuske GUI Manager issues

    Solved. Thank you, TPGamesNL, I forgot this :D
  5. pepper82

    Solved Tuske GUI Manager issues

    Hi all, I have this script: on gui click: broadcast "[test] %event-string%" broadcast "[test] %event-inventory%" broadcast "[test] %event-number%" broadcast "[test] %event-item%" command /gumi [<text>] [<text>]: permission: skript.perm.mod trigger: if...
  6. pepper82

    Skript List Variables -> strange "size of" - result

    Reported here: https://github.com/SkriptLang/Skript/issues/1869
  7. pepper82

    Skript List Variables -> strange "size of" - result

    Ok but why is there <none> ?
  8. pepper82

    Skript List Variables -> strange "size of" - result

    Hi all, I have this example script: command /listtest: trigger: add "test" to {_testlist::*} add "name1" to {_testlist::test::members::*} add "name2" to {_testlist::test::members::*} broadcast "%size of {_testlist::*}%" broadcast "%{_testlist::*}%"...
  9. pepper82

    Solved Remove all special chars from a string?

    Thank you, that script is awesome!
  10. pepper82

    How to handle huge scripts?

    I read that you should not use yaml files: https://forums.skunity.com/threads/dont-use-yaml.3850/ What do you think?
  11. pepper82

    Solved Remove all special chars from a string?

    Hi all, does anybody know how to "clean up" a string from any unwanted characters? Example: STRING = "Hello this &6is come cool text with %% lots of crazy // chars!" I want to clear it so that only words and numbers are left, but no color codes or any other special char.
  12. pepper82

    How to handle huge scripts?

    Ty, I already make use of functions. Also I placed them in another file. But still, the problem is that have a main command like /event This command has dozens of arguments, like: /event new /event edit /event delete /event .... etc. etc. etc. So how would you break this down and seperate into...
  13. pepper82

    How to handle huge scripts?

    Hi all, I wonder how you handle huge scripts? For example I wrote a complete minigame script with thousands of lines of skript code. But reloading such a skript will take forever and this I'd like to avoid on a live server. So what's the secret of handling such scripts? I am already using...
  14. pepper82

    Any working mysql addon?

    Thx did not know that. But where can I find some example scripts of skellett mysql features? There is nothing in the documentation ..
  15. pepper82

    Any working mysql addon?

    Hi all, does anybody know of a working mysql addon for skript? I used sk db but since 1.13.2 I am getting this error (output from %last database error%): Data source is not set https://i.imgur.com/8st6iEf.png Really in need of a working mysql addon. Thanks for your help!
  16. pepper82

    Any cool vector scripts?

    Hi all, anybody can show some cool and fancy examples of using vectors in scripts? :emoji_astonished:
  17. pepper82

    Addon Skellett - The beast addon!

    Is skellett rdy 2 use in 1.13.2 ?
  18. pepper82

    1.13.1 Aliases?

    Hi all, does anybody know where to find an updated version of aliases skript file?
  19. pepper82

    Addon SkStuff

    Latest 1.13.1 paper spigot & latest bensku release gives error. https://hastebin.com/gojaqiwide.md Do you plan on updating this?