- Contributors
- Pikachu920, SnowPyon
- Supported Minecraft Versions
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.13
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
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
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!
https://github.com/iBlitzkriegi/Vixio/releases/
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:
on skript load:
login to "TOKEN_YOU_COPIED" with name "MyBotName"
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!
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..