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

    Solved Return ID of Guild in Vixio w/ skript-yaml (Discord Bot)

    Skript Version: 2.2-dev36 Skript Author: bensku Spigot Version: Spigot 1.8.8 My code: function setprefix(g: guild, t: text): set yaml value "%id of {_g}%.Prefixo" from "§prefix§" to "%{_t}%" save yaml "§prefix§" function getprefix(g: guild) :: text: return yaml value "%id of...
  2. illusion

    Custom tab complete in argument

    Ok, but i don't speak English (i speak chat only)
  3. illusion

    Custom tab complete in argument

    My Skript.jar?
  4. illusion

    Custom tab complete in argument

    [19:13:11 ERROR]: can't understand this event: 'on tab complete' (kitpvp.sk, line 88: on tab complete:')
  5. illusion

    Custom tab complete in argument

    [19:10:10 ERROR]: Tab completers can only be accessed from tab complete events. (kitpvp.sk, line 90: add "nome", "limpar", "lista", "skin" to tab completions')
  6. illusion

    Custom tab complete in argument

    [18:57:51 ERROR]: [Skript] can't understand this event: 'on tab complete for "/nick"' (KitPvP.sk, line 88: on tab complete for "/nick":')
  7. illusion

    Custom tab complete in argument

    How to make a tab complete for argument 1/2? Exemple: /nick [<tab>]: send "clear, name, skin, list" to player /nick skin [<tab>]: send "name" to player sorry for bad english, i'm brazilian
  8. illusion

    Report gui

    :/
  9. illusion

    Report gui

    do you can send a example code? I do not understand english so well
  10. illusion

    Report gui

    Hi, someone can help me? How a make a report when save the report in a gui? example command /report <player> <text>: trigger: set {report::who::%arg 1%} to sender set {report::reported::%arg 1%} to arg 1 set {report::reason::%arg 1%} to arg 2 add 1 to...
  11. illusion

    Solved Custom /<tab>

    Thank you
  12. illusion

    Solved Custom /<tab>

    Hi. I want to remove the /<tab>, and show another message. Exemple: /<tab> send "NO!" to player sorry for bad english, i'm brazilian.