1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Vixio - The best Discord addon on the Market 2.0.7

Vixio, The Discord addon made for Skript to fit all of your Discord in Skript needs.

  1. Added most requested features and steam rolled a few more bugs

    Blitz
    VixioByBlitz.png
    Vixio, the Skript addon created to fit all of your Discord needs.
    Discord Server: https://discord.gg/9xQUk2d
    Github: https://github.com/iBlitzkriegi/Vixio
    Website: http://www.vixio.space/
    Youtube: http://bit.ly/2kkkbb2
    Development Streams: https://www.liveedu.tv/vixio/
    112.png
    Added most requested features, which in reality were long overdue. And of course, steam rolled some bugs.
    NewStuff.png
    New Expression(s)
    Code (Skript):
    1.  
    2. - event-url
    3. - (time of system|system time)
    4.  

    New Effect(s)
    Code (Skript):
    1.  
    2. - [discord] set mention state of role [named] %string% in guild [with id] %string% to %boolean% as [bot] %string%
    3. - [discord] set voice[-]channel [with id] %string% name to %string% with [bot] %string%
    4. - [discord] edit message %message% to say %string% with [bot] %string%
    5. - [discord ]upload file %string% [with message %-string%] to channel [with id] %string% as [bot] %string%
    6. - [discord ]send ping to channel [with id] %string% as [bot] %string
    7.  
    8.  

    Fixed Thing(s)
    Code (Skript):
    1.  
    2. - All Event-Values are now registered correctly
    3. - Nickname of user now returns Username if the user has no Nickname
    4. - The Login effect now makes sure you don't login twice
    5. - Fixed codeblocks not sending to PM's
    6. - Reverted back to previous Syntaxes.txt file
    7. - Fixed return values for owner of guild not returning a User object
    8. - Fixed Users in Guild not returning User objects
    9. - Updated Cleverbot API
    10. - Deleted Duplicate plugin.yml
    11. - Added event-values for the voice channel leave event
    12.  
    Examples.png
    Code (Skript):
    1.  
    2. on guild message receive seen by "Rawr":
    3.     set {_args::*} to event-string split at " "
    4.     set {_command} to {_args::1}
    5.     remove {_args::1} from {_args::*}
    6.     if {_command} starts with "$ping":
    7.         set {current} to time of system
    8.         send message "Ping" to channel event-channel as bot "Rawr"
    9. on guild message sent by "Rawr":
    10.     if event-string contains "Ping":
    11.         set {time} to time of system - {current}
    12.         edit message event-message to say "Pong! %{time}%ms!" with "Rawr"
    13.  
    Todo.png
    Code (Text):
    1.  
    2. ✘ Move user in voice channels
    3. ✘ custom emoji support for reactions
    4. ✘ [discord] owner of %string% is user [named] %string%
    5. ✘ purge 100 <keyword>
    6. ✘ purge 100 <user>
    7. ✘ on user switch voicechannel seen by "bot"
    8. ✘ Add a way to ban users
    9.  ✘ Audioplayer messes with "player" in skript commands
    10.  
Return to update list...