-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter out unwanted messages when sending from Minecraft to Discord
- Loading branch information
Showing
6 changed files
with
150 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[ | ||
"joined the game", | ||
"left the game", | ||
|
||
"has completed the challenge", | ||
"has made the advancement", | ||
"has reached the goal", | ||
|
||
"fell off", | ||
"fell while climbing", | ||
"fell from a high place", | ||
"was doomed to fall", | ||
"fell too far and was finished by", | ||
"was struck by lightning", | ||
"went up in flames", | ||
"walked into fire", | ||
"burned to death", | ||
"was burnt to a crisp", | ||
"tried to swim in lava", | ||
"discovered the floor was lava", | ||
"walked into danger zone due to", | ||
"suffocated in a wall", | ||
"was squished too much", | ||
"was squashed by", | ||
"drowned", | ||
"starved to death", | ||
"was pricked to death", | ||
"walked into a cactus", | ||
"died", | ||
"blew up", | ||
"was blown up by", | ||
"withered away", | ||
"was shot by a's skull", | ||
"was slain by", | ||
"was shot by", | ||
"was fireballed by", | ||
"was pummeled by", | ||
"was killed", | ||
"was impaled", | ||
"hit the ground too hard", | ||
"fell out of the world", | ||
"didn't want to live in the same world as", | ||
"was roasted in dragon breath", | ||
"experienced kinetic energy", | ||
"went off with a bang", | ||
"was poked to death by a sweet berry bush", | ||
"was stung to death", | ||
"froze to death", | ||
"was frozen to death by", | ||
"was skewered by", | ||
"was obliterated by a sonically-charged shriek", | ||
"left the confines of this world", | ||
"Actually, message was too long to deliver fully. Sorry! Here's stripped version: %s" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters