I've created custom commands that will provide useful information on Discord about the MMO game Skyforge using YAGPDB Bot Custom Commands feature.
- Skyforge command outputs many useful information for players
- PvP command to display Happy Hours and next active map
To use any of the commands here, first you'll need to add YAGPDB bot to your Discord server. They provide detailed documentation on how to get started with the bot here.
Important
All the infromation you'd need to install and run these commands are listed below, so please make sure to read each section fully and thoroughly before adding any of the commands to your Discord server.
This project was started by Sam Sinner and Leo Scrame.
Contributors | Translators |
---|---|
Laama Laamanen | DE: Leo Scrame |
Zanzuro Mizoru | FR: Jynn Zemxil |
Reinna Sigma | QA: Phiozof Barophilo |
Istani Revenant | QA: Sky Darcancia |
Nova Char | QA: Shocobo Kurochi |
This command will output the relevant data about the MMO game Skyforge with the following options:
-skyforge
-skyforge weapons
-skyforge adepts
-skyforge ether
-skyforge aspects
-skyforge cog
-skyforge tips
-skyforge argents
-skyforge build
-skyforge build dps
-skyforge build support
-skyforge build tank
-skyforge build companion
-skyforge build pvp
-skyforge disclaimer
To install this custom command:
- Login to your YAGPDB Dashboard. (Here)
- Navigate to Core -> Custom Commands.
- Go to "Ungrouped" tab or create a new Group if you'd like this command to be used by specific roles only.
- Click on "Create a new Custom Command".
Choose the following options:
- Trigger type: command
- Trigger: skyforge
Then go here, click on "Raw" then copy all the code there and paste it in the "Response" field, as shown here:
Click on "Save" and done! That's it. Try it on your Discord server with -skyforge
Here is a preview of the command -skyforge
:
This command will output data relevant to PvP Happy Hours, schedule and active maps with the following options:
-pvp
-pvp next
To install this custom command:
- Login to your YAGPDB Dashboard. (Here)
- Navigate to Core -> Custom Commands.
- Go to "Ungrouped" tab or create a new Group if you'd like this command to be used by specific roles only.
- Click on "Create a new Custom Command".
Choose the following options:
- Trigger type: command
- Trigger: pvp
Then go here, click on "Raw" then copy all the code there and paste it in the "Response" field, as shown here:
Click on "Save" and done! That's it. Try it on your Discord server with -pvp
Here is a preview of the command -pvp
:
Important
For the PvP Command, if you are playing the game on NA server, change the region from EU
to NA
in the first code line.
So the result would be:
{{ $region := "NA" }}
All the information provided by -skyforge
and the other commands is voluntary effort, not official. It is based entirely on players testing, so result may vary depending on changes in the future. It is merely meant to guide you in the correct direction.
Feel free to use, copy, modify or even take credit for the code as you please, just don't sell it or charge anyone. Let all use it as they like for free.