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

    Parsing text to ArrayList?

    How i can parse a text to an arraylist? example: command /test: trigger: set {_xe::*} to "A, b, C, d, E, f, G, h, I, j, K, l, M, n, O, p, Q, r, S, t, U, v, W, x, Y and z" loop {_xe::*}: broadcast "%loop-value%" how? Solved! with this code; command /test...
  2. D

    on rightclick dont work for members

    Hi, i have an issue, i have using Skript 2.2 dev27 and... My code is: on rightclick: broadcast "test" this code dont send the broadcast if has been clicked for an member without op, but, if i have OP and click then, works, sends broadcast... No console errors, no skript errors, wtf
  3. D

    Solved 'add 1 stone to {_x::*}' = stone, stone and stone ??

    Thanks guys, i found a solution. If the variable (example) has 512 stones, i will make this: 512 / 64 = 8, loop 8 times, 8 different format slots.
  4. D

    Solved 'add 1 stone to {_x::*}' = stone, stone and stone ??

    overstack :emoji_frowning: https://imgur.com/a/iRQ4fC8 i will use an GUI menu, cant format slot with 64+ stones o/
  5. D

    Solved 'add 1 stone to {_x::*}' = stone, stone and stone ??

    hi, I've tried everything, but I can't ... I created a code that by adding 'add 1 stone to {_x :: *}', the result is "stone, stone and stone", I wanted them to be together , something like "3 stones", how can I do it? code: command /add: trigger: add 1 stone to {testvar::*} command...
  6. D

    Solved Player join in server with same nick, but tiny letters

    works fine for me ;D thx bro
  7. D

    Solved Player join in server with same nick, but tiny letters

    my code have 2k lines, is an global .sk archive for all of my skripts, i cant send all, and, is MySQL, can you send an plugin that block this?
  8. D

    Solved Player join in server with same nick, but tiny letters

    Hi, i have an problem on my server, i maked my only login system, but, if one player is logged with nick "Test22" and other player join with nick "tEst22"... you aldready know what happends, bug. i want a plugin that block this, someone can send me? thx
  9. D

    Error when uses SkQuery (Load all skripts but not load cmds)

    i've already tried ALL skripts 2.2 versions, the only that worked is the Skript 2.2-dev27, but, work with basic problems, i tried to chance version to 1.8 from 1.15.2, but, same problem... (1 month ago, all worked perfectly with all version of skript, but now... won't work...)
  10. D

    Error when uses SkQuery (Load all skripts but not load cmds)

    i have running Skript 2.2-dev36 in Spigot 1.8 SkQuery 3+ (i tried with latest and lowers versions), Vault, iConomy, WorldGuard and WorldEdit, and others plugins, if you need see ALL plugins, here is a print: https://imgur.com/a/3j7mREM [02:56:52] [Server thread/ERROR]: #!#! [02:56:52] [Server...
  11. D

    SkQuery's mysql problem

    Problem Solved, one of colums is int, i'm trying to insert a text.
  12. D

    SkQuery's mysql problem

    Sorry I heard that you understand MySQL from skquery ...
  13. D

    SkQuery's mysql problem

    Hi, I use skquery mysql, but it's not working anymore, I don't know why, it always worked and now it never worked the same way, I'm kind of bugged about it ... For example, it creates the tables in mysql right, But I can't update them, it makes me bugged, I've tried to change the version of...