Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #59 from MarshallOliver/master | destruc7i0n | 2020-08-04 |
|\ | | | | | Add nickname to variables obj | ||
| * | Add nickname to variables obj | Marshall Oliver | 2020-08-04 |
|/ | | | To use, add %nickname% to your MINCRAFT_TELLRAW_TEMPLATE var in config. | ||
* | Merge pull request #57 from FeikoJoosten/patch-1 | destruc7i0n | 2020-08-03 |
|\ | | | | | Changed tail to make use of watch file. | ||
| * | Fixed coding style | Feiko Joosten | 2020-07-22 |
| | | | | | | Fixed the coding style based on @destruc7i0n's feedback. | ||
| * | Changed tail to make use of watch file. | Feiko Joosten | 2020-07-17 |
|/ | | | Fixed an issue where the log file required a manual refresh before the new lines were detected. | ||
* | Merge pull request #54 from TheZackCodec/tellraw_regex_improvement | destruc7i0n | 2020-06-03 |
|\ | | | | | Improved regex for user mentions and TELLRAW | ||
| * | Fixed user mention detection | Zachery Notz | 2020-05-23 |
| | | |||
| * | Improved regex so that TELLRAW templates can use variables more than once | Zachery Notz | 2020-05-23 |
|/ | |||
* | backwards compat with new option | destruc7i0n | 2020-04-29 |
| | |||
* | Merge branch 'master' of https://github.com/destruc7i0n/shulker | destruc7i0n | 2020-04-29 |
|\ | |||
| * | Merge pull request #51 from blandin/master | destruc7i0n | 2020-04-21 |
| |\ | | | | | | | Fixed tellraw components not being encoded properly | ||
| | * | Fixed tellraw components not being encoded properly | Ben Landin | 2020-04-19 |
| |/ | |||
* / | add the ability to handle webhook messages | destruc7i0n | 2020-04-29 |
|/ | |||
* | Update README.md | destruc7i0n | 2020-02-11 |
| | |||
* | Merge pull request #47 from destruc7i0n/refactor | destruc7i0n | 2020-02-11 |
|\ | | | | | Refactor | ||
| * | Precedence | destruc7i0n | 2020-02-05 |
| | | |||
| * | Allow specification of the channel name rather than id | destruc7i0n | 2020-02-05 |
| | | |||
| * | Some more cleanup | destruc7i0n | 2020-02-05 |
| | | |||
| * | More config handling | destruc7i0n | 2020-02-05 |
| | | |||
| * | Update types | destruc7i0n | 2020-02-04 |
| | | |||
| * | Docs updates | destruc7i0n | 2020-02-04 |
| | | |||
| * | Code cleanup | destruc7i0n | 2020-02-04 |
| | | |||
| * | Refactor and rebuild to TypeScript | destruc7i0n | 2020-02-04 |
|/ | |||
* | Merge pull request #37 from destruc7i0n/webhooks | destruc7i0n | 2019-02-11 |
|\ | | | | | Local file support | ||
| * | Local file support | destruc7i0n | 2019-02-11 |
| | | |||
* | | Merge pull request #33 from destruc7i0n/webhooks | destruc7i0n | 2018-11-11 |
|\| | | | | | Webhooks! | ||
| * | Let's make this usable again! | destruc7i0n | 2018-11-11 |
|/ | |||
* | Merge pull request #29 from Arcensoth/master | destruc7i0n | 2018-08-30 |
|\ | | | | | Allow configurable message formats | ||
| * | Allow configurable discord format | Arcensoth | 2018-02-23 |
| | | |||
| * | Revert example tellraw format to mimic the original | Arcensoth | 2018-02-23 |
| | | |||
| * | Update readme with new tellraw config option | Arcensoth | 2018-02-23 |
| | | |||
| * | Allow configurable tellraw format | Arcensoth | 2018-02-23 |
| | | |||
| * | Allow config file to be passed as a parameter | Arcensoth | 2018-02-23 |
| | | |||
| * | Ignore node installation files | Arcensoth | 2018-02-23 |
| | | |||
| * | Change the in-game message format | Arcensoth | 2018-02-23 |
|/ | |||
* | Merge pull request #21 from destruc7i0n/remove-ci | destruc7i0n | 2017-10-29 |
|\ | | | | | Remove CI | ||
| * | Remove CI | Unknown | 2017-10-29 |
|/ | | | remove CI as it doesn't really do much | ||
* | Update readme | destruc7i0n | 2017-06-03 |
| | | | | | * Made the command wording a little more understandable * Remove TRAVIS * Remove "Upcoming" as the official API has come and this is not easily doable | ||
* | Update gif link | destruc7i0n | 2017-05-10 |
| | | | Moved to my new system | ||
* | Merge pull request #17 from heidar/master | destruc7i0n | 2017-02-09 |
|\ | | | | | Update discord.js and improve README | ||
| * | add some extra useful info | Heidar Bernhardsson | 2017-02-06 |
| | | |||
| * | update discord.js and fix channel retreival | Heidar Bernhardsson | 2017-02-06 |
| | | |||
* | | Latest node version Travis | destruc7i0n | 2017-02-09 |
|/ | |||
* | Add semicolon | destruc7i0n | 2016-08-29 |
| | |||
* | Fixes | Colin | 2016-08-29 |
| | |||
* | Update discord.js version | destruc7i0n | 2016-04-11 |
| | |||
* | Add S_O | destruc7i0n | 2016-01-23 |
| | |||
* | Merge pull request #7 from SecretOnline/filter | destruc7i0n | 2016-01-23 |
|\ | | | | | Only send messages in specified channel to Minecraft | ||
| * | Check Discord channel ID for incoming messages | secret_online | 2016-01-23 |
| | | |||
* | | Merge pull request #6 from SecretOnline/rcon-error | destruc7i0n | 2016-01-23 |
|\ \ | | | | | | | Fix RCON errors when Minecraft server goes down |