ronaldburns / Vixio

Vixio, The Skript Addon made to fit all of your Discord needs.

Home Page:http://www.vixio.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vixio

The Skript Addon made to fit all of your Discord needs. You can join our Discord here: https://discord.gg/kNHmqYH

Installing

  1. Download the latest version of Skript
  2. Download the latest version of Vixio
  3. Place both jars in your plugins folder
  4. Restart your server

Setup

To use Vixio, you must first have a bot on your Discord server. To do so, follow the video tutorial or the instructions below:

  • Go to discord's application dashboard and click on "New Application". You may have to login!

  • Give the application a name under "App Name" then in the bottom right click "Create Application".

  • You should now see your new applicaion. Next, under "App Details" click on "Create a bot user".

  • Click "Yes, do it" on the conformation screen.

  • Under "App Bot User" find "Token" and click "Click to reveal" and save the token. That's what you will use to log in to your bot when Vixio starts

  • Next, find the "Client ID" at the top of the page.

  • Replace the X's with the client ID in this URL: https://discordapp.com/oauth2/authorize?client_id=XXXXXXXXX&scope=bot&permissions=0

    • You can give that link to anyone so they can add it to their guild.
  • Now, in a skript add this:

on skript load:
        login to "BOT TOKEN HERE" with the name "NAME OF BOT HERE"

(or using a trigger of your choice)

You can now reference your bot from any skript at any time.

Usage

Documentation for Vixio can be found at plugins/Vixio/Syntaxes.txt after Vixio loads for the first time. Or through the Lookup bot in the Vixio Discord.

Compiling

Vixio uses Gradle for compilation.

Linux / Mac

./gradlew clean build

Windows

gradlew.bat clean build

Contact

About

Vixio, The Skript Addon made to fit all of your Discord needs.

http://www.vixio.space


Languages

Language:Java 100.0%Language:Batchfile 0.0%