From b86444b2a623bb2565d9b3a388a1cfef131e826f Mon Sep 17 00:00:00 2001 From: ORelio Date: Fri, 30 Oct 2020 20:41:35 +0100 Subject: [PATCH] README file: Add links to INI files --- MinecraftClient/config/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MinecraftClient/config/README.md b/MinecraftClient/config/README.md index f8de64c6..82390d17 100644 --- a/MinecraftClient/config/README.md +++ b/MinecraftClient/config/README.md @@ -213,7 +213,7 @@ Using the Script Scheduler The script scheduler allows you to perform scripts on various events. Simply enable the ScriptScheduler bot and specify a tasks file in your INI file. -Please read `sample-tasks.ini` for learning how to make your own task file. +Please read [`sample-tasks.ini`](https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-tasks.ini) for learning how to make your own task file. Using the hangman game ------ @@ -244,7 +244,7 @@ Using the AutoRespond feature The AutoRespond bot allows you to automatically react on specific chat messages or server announcements. You can use either a string to detect in chat messages, or an advanced regular expression. -For more information about how to define match rules, please refer to `sample-matches.ini` +For more information about how to define match rules, please refer to [`sample-matches.ini`](https://github.com/ORelio/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) Using the Auto Attack ------