summary refs log tree commit diff homepage
Commit message (Collapse)AuthorAge
* Add a complete mess of an RTD command HEAD masterJune McEnroe2023-01-14
|
* Clean up rcon package callbacksJune McEnroe2023-01-14
|
* Send Discord replies to MinecraftJune McEnroe2023-01-14
|
* Stay connected to rconJune McEnroe2023-01-14
|
* Run npm audit or whateverJune McEnroe2023-01-14
|
* list required intentsdestruc7i0n2022-11-25
| | | | #62
* update logic for sending messagesdestruc7i0n2022-03-13
| | | | | | * remove `/` from commands * fix invisible space character in mentions * bump packages
* encode unicode characters in names toodestruc7i0n2022-01-27
| | | | closes #81
* added testsdestruc7i0n2022-01-03
|
* added debug for webhook ratelimitdestruc7i0n2022-01-03
|
* 3.2.0destruc7i0n2022-01-02
|
* Webhook updates (#78)destruc7i0n2022-01-02
| | | | | | | | | | * 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>
* cleanup from mergedestruc7i0n2021-12-31
|
* Merge branch 'MageLuingil-death-message-regex'destruc7i0n2021-12-31
|\
| * Merge branch 'death-message-regex' of https://github.com/MageLuingil/shulker ↵destruc7i0n2021-12-31
|/| | | | | | | into MageLuingil-death-message-regex
| * Missed an old 1.12 death message in the regexDaniel Matthies2021-06-06
| |
| * Add config deprecation noticeDaniel Matthies2021-05-17
| |
| * Fixing death message false positivesDaniel Matthies2021-04-21
| |
* | fallback to bot message if webhook failsdestruc7i0n2021-12-29
| |
* | escape unicode charactersdestruc7i0n2021-12-29
| | | | | | | | closes #76
* | added config option for watchFiledestruc7i0n2021-12-29
| |
* | 3.1.0destruc7i0n2021-12-24
| |
* | added github build workflowdestruc7i0n2021-12-24
| |
* | bump yarn lockdestruc7i0n2021-12-24
| |
* | updated to discord.js v13 (#77)destruc7i0n2021-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | check if channel is valid on launchdestruc7i0n2021-12-04
| |
* | switched to mc-heads.net avatar apidestruc7i0n2021-12-03
| |
* | ability to specify custom avatar providerdestruc7i0n2021-12-03
| | | | | | | | closes #74
* | only allow text messages to be handleddestruc7i0n2021-06-26
| | | | | | | | | | * move config.json to config.example.json * update packages
* | use uuids for avatar requests with webhooksdestruc7i0n2021-06-20
| |
* | readme updatesdestruc7i0n2021-06-09
|/ | | | regarding #72 and some feedback regarding Heroku
* update packagesdestruc7i0n2020-10-31
|
* Merge pull request #64 from Elveskevtar/masterdestruc7i0n2020-10-29
|\ | | | | Add option to output server status into discord
| * Add option to output server status into discordelveskevtar2020-10-29
|/ | | | Signed-off-by: elveskevtar <kevtar@gmail.com>
* Merge pull request #63 from surepy/masterdestruc7i0n2020-10-05
|\ | | | | Add compatibility options MINECRAFT_TELLRAW_DOESNT_EXIST
| * new config stuffsurepy2020-10-01
| |
| * Add compatibility options for minecraft versions lower than 1.7.2surepy2020-10-01
|/
* Merge pull request #61 from MarshallOliver/Discord-mentions-regexdestruc7i0n2020-08-04
|\ | | | | Update regex for replaceDiscordMentions
| * Update regex for replaceDiscordMentionsMarshall Oliver2020-08-04
| |
* | Merge pull request #59 from MarshallOliver/masterdestruc7i0n2020-08-04
|\ \ | |/ |/| Add nickname to variables obj
| * Add nickname to variables objMarshall Oliver2020-08-04
|/ | | To use, add %nickname% to your MINCRAFT_TELLRAW_TEMPLATE var in config.
* Merge pull request #57 from FeikoJoosten/patch-1destruc7i0n2020-08-03
|\ | | | | Changed tail to make use of watch file.
| * Fixed coding styleFeiko Joosten2020-07-22
| | | | | | Fixed the coding style based on @destruc7i0n's feedback.
| * Changed tail to make use of watch file.Feiko Joosten2020-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_improvementdestruc7i0n2020-06-03
|\ | | | | Improved regex for user mentions and TELLRAW
| * Fixed user mention detectionZachery Notz2020-05-23
| |
| * Improved regex so that TELLRAW templates can use variables more than onceZachery Notz2020-05-23
|/
* backwards compat with new optiondestruc7i0n2020-04-29
|
* Merge branch 'master' of https://github.com/destruc7i0n/shulkerdestruc7i0n2020-04-29
|\
| * Merge pull request #51 from blandin/masterdestruc7i0n2020-04-21
| |\ | | | | | | Fixed tellraw components not being encoded properly