Snack --- A Minecraft Forge mod that posts Snitch messages to Slack
Current supported Minecraft version: Minecraft 1.10
#Releases Minecraft 1.10 --- Release v1.0.0
#How to use this mod
- Get a Slack session token. This article is helpful.
- Put the compiled .jar for this mod file into your Minecraft mods folder
- Start your Minecraft client and then shut it down
- Open the settings.txt file in /mods/Snack
- Replace the word PLACEHOLDER in "token=PLACEHOLDER" with your Slack session Token from Step #1
- Replace the word PLACEHOLDER in "channel=PLACEHOLDER" with the name of the channel you want your Snitch messages to be posted in (The name of the channel must be all lower case) (The Slack account you are using MUST be a member of that channel and have permission to post messages)
- Save the settings.txt file
- Start up your Minecraft client and connect to a server with the JukeAlert plugin on it
- Enjoy having your Slack channel spammed with messages as people enter your Snitches
#Building the mod yourself
- Setup MinecraftForge
- Setup Gradle
- Run the build.gradle file from this repository
- Follow the instructions on using the mod with your compiled .jar file
#Credits This mod uses the Simple Slack API Library Thanks to Ullink for making that library!
#License This mod is licensed under the MIT License