pip install -r requirements.txtCopy the .env.example file and rename it to .env.
cp .env.example .envLog into the developer console at: https://console.developers.google.com/
Click "Enable APIs and Services" at the top of the screen.
Search for YouTube Data API v3 and enable it. If you have already enabled it click "Manage."
Under the credentials section, click "Create Credentials" on the right hand side of the screen.
Select "API Key" from the dropdown menu.
Copy the API key and paste it into the .env file.
Log into YouTube and go to: https://www.youtube.com/account_advanced/
Copy the "Channel ID" and paste it into the .env file.
Open server.properties and edit the following lines:
enable-rcon=true
rcon.password=password
rcon.port=25575
python rcon.py