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

    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
  3. 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...
  4. 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.