fixed links in readme.md

This commit is contained in:
Sokomine 2024-03-16 16:51:44 +01:00
parent 96806d3c66
commit bbfbb20896

View File

@ -35,52 +35,52 @@ To get started, best install `yl_speak_up`, `npc_talk`, `mobs_redo` and `mobs_np
## Table of Content
1. [For players: How to use it as a player](#for-players)
1. [For players: How to use it as a player](#1-for-players)
1. [1.1 Terminology](#11-terminology)
1. [1.2 How it works](#12-how-it-works)
1. [1.3 How to configure NPC and add dialogs](#how-to-configure)
1. [1.4 Skin](#skin)
1. [1.5 Mute](#mute)
1. [1.6 Chat Commands for players](#chat-commands-players)
1. [1.7 Simple replacements (NPC name, player name etc)](#simple-variables)
1. [1.8 Alternate Text](#alternate_text)
1. [1.9 Autoselect/Autoanswer](#autoselect_autoanswer)
1. [1.10 Random Dialogs](#random_dialogs)
1. [1.11 Maximum recursion depth](#max_recursion_depth)
1. [1.12 Changing the start dialog](#start_dialog)
1. [1.13 Special dialogs](#special-dialogs)
1. [1.14 Trading (simple)](#trading-simple)
1. [1.15 Quest items](#quest-items)
1. [1.16 Entering Passwords](#quest-passwords)
1. [1.17 Giving things to the NPC](#npc_wants)
1. [1.18 Quests](#quests)
1. [1.19 Properties](#properties)
1. [1.20 Logging](#logging)
1. [1.21 Export/Import](#export)
1. [1.22 Storing internal notes](#notes)
1. [1.23 Counting visits to dialogs and options](#visit-counter)
1. [1.3 How to configure NPC and add dialogs](#13-how-to-configure)
1. [1.4 Skin](#14-skin)
1. [1.5 Mute](#15-mute)
1. [1.6 Chat Commands for players](#16-chat-commands-players)
1. [1.7 Simple replacements (NPC name, player name etc)](#17-simple-variables)
1. [1.8 Alternate Text](#18-alternate_text)
1. [1.9 Autoselect/Autoanswer](#19-autoselect_autoanswer)
1. [1.10 Random Dialogs](#110-random_dialogs)
1. [1.11 Maximum recursion depth](#111-max_recursion_depth)
1. [1.12 Changing the start dialog](#112-start_dialog)
1. [1.13 Special dialogs](#113-special-dialogs)
1. [1.14 Trading (simple)](#114-trading-simple)
1. [1.15 Quest items](#115-quest-items)
1. [1.16 Entering Passwords](#116-quest-passwords)
1. [1.17 Giving things to the NPC](#117-npc_wants)
1. [1.18 Quests](#118-quests)
1. [1.19 Properties](#119-properties)
1. [1.20 Logging](#120-logging)
1. [1.21 Export/Import](#121-export)
1. [1.22 Storing internal notes](#122-notes)
1. [1.23 Counting visits to dialogs and options](#123-visit-counter)
2. [For moderators: Generic NPCs](#for-moderators)
1. [2.1 Generic behaviour](#generic_behaviour)
1. [2.2 Chat Commands for moderators](#chat-commands-moderators)
2. [For moderators: Generic NPCs](#2-for-moderators)
1. [2.1 Generic behaviour](#21-generic_behaviour)
1. [2.2 Chat Commands for moderators](#22-chat-commands-moderators)
3. [For server owners: What to consider as a server owner](#server-owners)
1. [3.1 Tutorial](#tutorial)
1. [3.2 The privs](#privs)
1. [3.3 Chat Commands for server owners](#chat-commands-owners)
1. [3.4 Reload mod without server restart](#hotreload)
1. [3.5 Restoring a lost NPC](#npc_restore)
1. [3.6 Tools](#tools)
1. [3.7 Configuration](#configuration)
1. [3.8 Adding local overrides for your server](#server_overrides)
1. [3.9 Data saved in modstorage](#modstorage)
1. [3.10 Files generated in world folder](#files_generated)
1. [3.11 Additional custom replacements (in addition to NPC name, player name etc)](#add-simple-variables)
1. [3.12 Custom Preconditions, Actions and Effects](#precon_action_effect)
1. [3.13 Integration into your own NPC/mob mods](#integration)
1. [3.14 Dynamic dialog](#dynamic-dialog)
3. [For server owners: What to consider as a server owner](#3-server-owners)
1. [3.1 Tutorial](#31-tutorial)
1. [3.2 The privs](#32-privs)
1. [3.3 Chat Commands for server owners](#33-chat-commands-owners)
1. [3.4 Reload mod without server restart](#34-hotreload)
1. [3.5 Restoring a lost NPC](#35-npc_restore)
1. [3.6 Tools](#36-tools)
1. [3.7 Configuration](#37-configuration)
1. [3.8 Adding local overrides for your server](#38-server_overrides)
1. [3.9 Data saved in modstorage](#39-modstorage)
1. [3.10 Files generated in world folder](#310-files_generated)
1. [3.11 Additional custom replacements (in addition to NPC name, player name etc)](#311-add-simple-variables)
1. [3.12 Custom Preconditions, Actions and Effects](#312-precon_action_effect)
1. [3.13 Integration into your own NPC/mob mods](#313-integration)
1. [3.14 Dynamic dialog](#314-dynamic-dialog)
4. [Future](#future)
4. [Future](#4-future)
## 1. For players: How to use it as a player