The Skript Addon made to fit all of your Discord needs. You can join our Discord here: https://discord.gg/kNHmqYH
- Download the latest version of Skript
- Download the latest version of Vixio
- Place both jars in your plugins folder
- Restart your server
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.
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.
Vixio uses Gradle for compilation.
./gradlew clean build
gradlew.bat clean build