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+applications.commands&permissions=8
- You can give that link to anyone so they can add it to their guild.
-
Now, in a skript add this:
on skript load:
create vixio bot:
enable the guild members intent
enable the guild bans intent
enable the guild emojis intent
enable the guild invites intent
enable the guild voice states intent
enable the guild presences intent
enable the guild messages intent
enable the guild message reactions intent
enable the direct messages intent
enable the direct message reactions intent
enable the direct message typing intent
enable the message content intent
login to "BOT TOKEN HERE" with the name "BOT NAME 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 Maven for compilation.