
You are viewing a potentially older version of this package. View Latest Version
SkanksAIO
SkanksAIO (All-in-one) is a Discord bridge, connecting a V Rising server to it's respective Discord server. Features include: kicking, banning/unbanning players as an admin from the Discord amongst others. Double check the .conf file for more information.v2
Using the Git Hook
Copy/Paste .env.example to .env and change the variable to your unhollowed directory
Copy the hooks/post-merge file to .git/hooks/post-merge
NOTE:
.gitis a hidden directory, make sure to have Show Hidden Files enabled.
Or use git bash:
cp hooks/post-merge .git/hooks/post-merge
The first time after performing the above steps, you need to manually run the hook:
In Git bash, from the project root folder run:
.git/hooks/post-merge
Building
If all is well, the project should build without errors, and FodyWeavers should have packed all dependencies.
Start the server.
Edit configuration.
Restart the server.