mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_DEPLOY] Support account alias in configs
This commit is contained in:
parent
c0266685a8
commit
0b5a562f7f
17 changed files with 213 additions and 157 deletions
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: About & Features
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
- [About](#about)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
title: Chat Bots
|
||||
redirectFrom: ["/g/bots/index.html", "/g/bots.html"]
|
||||
redirectFrom:
|
||||
- "/g/bots/index.html"
|
||||
- "/g/bots.html"
|
||||
---
|
||||
|
||||
# Chat Bots
|
||||
|
||||
- [About](#about)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
title: Configuration
|
||||
redirectFrom: ["/g/conf/index.html", "/g/conf.html"]
|
||||
redirectFrom:
|
||||
- "/g/conf/index.html"
|
||||
- "/g/conf.html"
|
||||
---
|
||||
|
||||
# Configuration
|
||||
|
||||
**Minecraft Console Client** can be both configured by the [command line parameters](usage.md#command-line-parameters) and the configuration file.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Contributing
|
||||
---
|
||||
|
||||
# Contributing
|
||||
|
||||
At this moment this page needs to be created.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Creating Chat Bots
|
||||
---
|
||||
|
||||
# Creating Chat Bots
|
||||
|
||||
- [Notes](#notes)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Installation
|
||||
---
|
||||
|
||||
# Installation
|
||||
|
||||
- [YouTube Tutorials](#youtube-tutorials)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Usage
|
||||
---
|
||||
|
||||
# Usage
|
||||
|
||||
How to run the program:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue