# .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 BOT_ID=''