-
Notifications
You must be signed in to change notification settings - Fork 370
Setting up LavaLink with an Internal LavaLink server
Nimbi edited this page Feb 7, 2022
·
1 revision
- Create an application.yml in the root directory of the project and change the host address to 127.0.0.1
- Download the latest LavaLink jar from here and place it in the project's root directory (same directory as application.yml)
- Open a separate terminal in the root directory and run java -jar LavaLink.jar
- Set the value of the
"lava_host"
to"127.0.0.1"
in yourconfig.json
- Set the value of
"lava_pass"
to"youshallnotpass"
in yourconfig.json
- Set the value of
"lava_port"
to2333
in yourconfig.json
- Set the value of
"lava_secure"
totrue
in yourconfig.json