Commit message (Collapse) | Author | ||
---|---|---|---|
2022-03-13 | update logic for sending messages | destruc7i0n | |
* remove `/` from commands * fix invisible space character in mentions * bump packages | |||
2022-01-27 | encode unicode characters in names too | destruc7i0n | |
closes #81 | |||
2022-01-03 | added tests | destruc7i0n | |
2022-01-03 | added debug for webhook ratelimit | destruc7i0n | |
2022-01-02 | 3.2.0 | destruc7i0n | |
2022-01-02 | Webhook updates (#78) | destruc7i0n | |
* extracted webhook config, modernized config * updated readme to be more beginner friendly * added config for uuid api url * more readme updates Co-authored-by: destruc7i0n <destruc7i0n@users.noreply.github.com> | |||
2021-12-31 | cleanup from merge | destruc7i0n | |
2021-12-29 | fallback to bot message if webhook fails | destruc7i0n | |
2021-12-29 | escape unicode characters | destruc7i0n | |
closes #76 | |||
2021-12-29 | added config option for watchFile | destruc7i0n | |
2021-12-24 | 3.1.0 | destruc7i0n | |
2021-12-24 | added github build workflow | destruc7i0n | |
2021-12-24 | bump yarn lock | destruc7i0n | |
2021-12-24 | updated to discord.js v13 (#77) | destruc7i0n | |
* updated to discord.js v13 * update loading of config * updated debug lines * rcon cleanup * more code cleanup * bump version * message about node.js requirement Co-authored-by: destruc7i0n <destruc7i0n@users.noreply.github.com> | |||
2021-12-04 | check if channel is valid on launch | destruc7i0n | |
2021-12-03 | switched to mc-heads.net avatar api | destruc7i0n | |
2021-12-03 | ability to specify custom avatar provider | destruc7i0n | |
closes #74 | |||
2021-06-26 | only allow text messages to be handled | destruc7i0n | |
* move config.json to config.example.json * update packages | |||
2021-06-20 | use uuids for avatar requests with webhooks | destruc7i0n | |
2021-06-09 | readme updates | destruc7i0n | |
regarding #72 and some feedback regarding Heroku | |||
2021-06-06 | Missed an old 1.12 death message in the regex | Daniel Matthies | |
2021-05-17 | Add config deprecation notice | Daniel Matthies | |
2021-04-21 | Fixing death message false positives | Daniel Matthies | |
2020-10-31 | update packages | destruc7i0n | |
2020-10-29 | Add option to output server status into discord | elveskevtar | |
Signed-off-by: elveskevtar <kevtar@gmail.com> | |||
2020-10-01 | new config stuff | surepy | |
2020-10-01 | Add compatibility options for minecraft versions lower than 1.7.2 | surepy | |
2020-08-04 | Update regex for replaceDiscordMentions | Marshall Oliver | |
2020-08-04 | Add nickname to variables obj | Marshall Oliver | |
To use, add %nickname% to your MINCRAFT_TELLRAW_TEMPLATE var in config. | |||
2020-07-22 | Fixed coding style | Feiko Joosten | |
Fixed the coding style based on @destruc7i0n's feedback. | |||
2020-07-17 | Changed tail to make use of watch file. | Feiko Joosten | |
Fixed an issue where the log file required a manual refresh before the new lines were detected. | |||
2020-05-23 | Fixed user mention detection | Zachery Notz | |
2020-05-23 | Improved regex so that TELLRAW templates can use variables more than once | Zachery Notz | |
2020-04-29 | backwards compat with new option | destruc7i0n | |
2020-04-29 | add the ability to handle webhook messages | destruc7i0n | |
2020-04-19 | Fixed tellraw components not being encoded properly | Ben Landin | |
2020-02-11 | Update README.md | destruc7i0n | |
2020-02-05 | 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-04 | Update types | destruc7i0n | |
2020-02-04 | Docs updates | destruc7i0n | |
2020-02-04 | Code cleanup | destruc7i0n | |
2020-02-04 | Refactor and rebuild to TypeScript | destruc7i0n | |
2019-02-11 | Local file support | destruc7i0n | |
2018-11-11 | Let's make this usable again! | destruc7i0n | |
2018-02-23 | 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 | |