summary refs log tree commit diff homepage
Commit message (Collapse)AuthorAge
* 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
| | * Fixed tellraw components not being encoded properlyBen Landin2020-04-19
| |/
* / add the ability to handle webhook messagesdestruc7i0n2020-04-29
|/
* Update README.mddestruc7i0n2020-02-11
|
* Merge pull request #47 from destruc7i0n/refactordestruc7i0n2020-02-11
|\ | | | | Refactor
| * Precedencedestruc7i0n2020-02-05
| |
| * Allow specification of the channel name rather than iddestruc7i0n2020-02-05
| |
| * Some more cleanupdestruc7i0n2020-02-05
| |
| * More config handlingdestruc7i0n2020-02-05
| |
| * Update typesdestruc7i0n2020-02-04
| |
| * Docs updatesdestruc7i0n2020-02-04
| |
| * Code cleanupdestruc7i0n2020-02-04
| |
| * Refactor and rebuild to TypeScriptdestruc7i0n2020-02-04
|/
* Merge pull request #37 from destruc7i0n/webhooksdestruc7i0n2019-02-11
|\ | | | | Local file support
| * Local file supportdestruc7i0n2019-02-11
| |
* | Merge pull request #33 from destruc7i0n/webhooksdestruc7i0n2018-11-11
|\| | | | | Webhooks!
| * Let's make this usable again!destruc7i0n2018-11-11
|/
* Merge pull request #29 from Arcensoth/masterdestruc7i0n2018-08-30
|\ | | | | Allow configurable message formats
| * Allow configurable discord formatArcensoth2018-02-23
| |
| * Revert example tellraw format to mimic the originalArcensoth2018-02-23
| |
| * Update readme with new tellraw config optionArcensoth2018-02-23
| |
| * Allow configurable tellraw formatArcensoth2018-02-23
| |
| * Allow config file to be passed as a parameterArcensoth2018-02-23
| |
| * Ignore node installation filesArcensoth2018-02-23
| |
| * Change the in-game message formatArcensoth2018-02-23
|/
* Merge pull request #21 from destruc7i0n/remove-cidestruc7i0n2017-10-29
|\ | | | | Remove CI
| * Remove CIUnknown2017-10-29
|/ | | remove CI as it doesn't really do much
* Update readmedestruc7i0n2017-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 linkdestruc7i0n2017-05-10
| | | Moved to my new system
* Merge pull request #17 from heidar/masterdestruc7i0n2017-02-09
|\ | | | | Update discord.js and improve README