# .env # Set up these variables to work with your deployment of the bot DISCORD_TOKEN='' EMOJI_SET='/your/emoji/set.json' # Directly links to the json file IP='' PORT= UNIQUE_SERVER='' MC_FOLDER='/path/to/minecraft/server/script/' # Only links to the folder where you scrip resides, not the actual file MC_RUNNABLE_SCRIPT='./' # Could also just link to your jar, but you usually want to include some parameters so a script is prefered PID_TXT='/path/to/your/PID.txt' # Needs to link directly to the text file where you want your PID to be read from