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. Blitz
    Contributors:
    Pikachu920, SnowPyon
    Supported Minecraft Versions:
    • 1.7, 1.8, 1.9, 1.10, 1.11, 1.13
    VixioByBlitz.png
    Vixio, the Skript addon created to fit all of your Discord needs.
    Discord Server: https://discord.gg/kNHmqYH
    Github: https://github.com/iBlitzkriegi/Vixio
    Website: WIP
    Info.png
    Vixio is a light-weight Skript addon wrapped around Discord. It provides you with a built in command system, simple syntax. And powerful systems to allow for the quickest of responses. The best examples and support for it can be found in either your /plugins/Vixio/Syntaxes.txt file, or in the Vixio discord here: https://discord.gg/kNHmqYH
    Features.png
    Vixio offers many ease of access systems to allow for easy Discord bot development. From a built in discord command system that mimics skript's command system to a custom changer system that allows for things like `set the topic of event-channel to "t"`, which uses the event-bot and the input for the `topic of event-channel` to set the name of the channel!
    Downloads.png
    https://github.com/iBlitzkriegi/Vixio/releases/
    HowTo.png
    1). Go to https://discordapp.com/developers/applications/me and Click "New Application"
    2). Give the bot a Name under "APP NAME" then in the bottom right click "Create Application"
    3). After doing so you should see your new application, now under "'APP DETAILS" click 'Create a Bot User"
    4). Click "Yes, do it" on the confirmation screen
    5). Under "APP BOT USER" find "Token" and click "Click to reveal" and copy the token
    6). Inject copied token into login effect
    Code (Text):
    1.  
    2. on skript load:
    3.    login to "TOKEN_YOU_COPIED" with name "MyBotName"
    4.  
    7). Invite the bot to your guild by getting the "Client ID" at the very top of the page and copy it
    8). With the Client ID take this link: https://discordapp.com/oauth2/authorize?client_id=XXXXXXXXX&scope=bot&permissions=0and replace all of the X'S with your Client Id
    9) Restart your server after saving your Skript, and tada! You're wonderful created has come online in your Guild!

    FAQ.jpg
    My bot isn't coming online! Why!?!?
    If you are using the "on skript load" event you must restart your server after adding the login effect. This is due to this event only fires when the server starts.
    The edit message isn't working!?
    You may only edit messages that were sent by the bot, In Discord the only person who can edit a message was the sender.
    What do I put for the "Seen by %string%" or "with %string%" or even "with bot %string%"?
    Whenever you see these things it wants you to input the name of the bot you specified when you logged in. So if I logged in with "login to user with token "TOKEN" with name "VixioBot"" I would input "VixioBot" for the %string% in these things. So "with "VixioBot", "seen by "VixioBot"", etc..

    Images

    1. Syntaxes.png
    2. Todo.png
    3. Examples.png
    SoloTurk™, Uzumaki and Krazy like this.

Recent Reviews

  1. CormanYT
    CormanYT
    4/5,
    Version: 1.1.5
    Awesome but it needs two things:

    CONDITION: if event-message is in channel [id] %string%:
    EXPRESSION: event-message as text
  2. Offline
    Offline
    5/5,
    Version: 1.1.3
    Good plugin!
    Altough, there are some errors with The latest version. (Look At Discussion. Me and BrettPlayMC wrote down the errors)
  3. DonaldTrump
    DonaldTrump
    5/5,
    Version: 1.1.2
    Fantastic addon, discord is the best! :)
    I wonder if you could add a complete working bot example code in skript, so that it would be very useful to get used to the addon's syntax.
  4. Krazy
    Krazy
    5/5,
    Version: 1.1.0
    Awesome addon, it's awesome we are able to manage discord so easily now :)
  5. Amicus
    Amicus
    5/5,
    Version: 1.1.0
    Fantastic plugin, amazing support. I've been using the Addon / Plugin for a good while now, nothing but joy doing so.
  6. AquaticLlama
    AquaticLlama
    5/5,
    Version: 1.1.0
    Arguably one of the best Skript addons there is! Vixio allows perfect discord - Minecraft integration and is wonderful for both network owners and players. Even the 5-star rating will not do it justice.
  7. TonyMaster21
    TonyMaster21
    5/5,
    Version: 1.1.0
    This addon is awesome! I made a bot that connects with our Discord so our players can easily get information about the server and even listen to music! I would recommend this to all of my friends who own a server.
  8. HelloImJake
    HelloImJake
    5/5,
    Version: 1.0.8
    Great addon, so handy for connecting players to discord. The developer is so active, and always happy to help you out. Such a great addon.
  9. itismejoey
    itismejoey
    5/5,
    Version: 1.0.8
    Awesome addon for any server owner that wants to connect their Minecraft server to Discord!
    1. Blitz