Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 20849e8

Browse files
committed
2 parents cb30f99 + fac9c03 commit 20849e8

16 files changed

+143
-176
lines changed
-23 KB
Binary file not shown.

docs/chatBox/chatBox.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ has_children: false
1818

1919
---
2020
### AdvancedChatBox
21-
- Complex writing of messages and formatting in the text box.</b>
21+
- Complex writing of messages and formatting in the text box.
2222

2323
The information on this page is for the features of the ChatBox module of AdvancedChat. You can see the available sections in the Table of Contents, listed above.
2424

@@ -28,9 +28,6 @@ The information on this page is for the features of the ChatBox module of Advanc
2828
The following section will go over all the available tabs and settings in each tab that you can modify. This information can also be found [here](https://darkkronicle.github.io/AdvancedChatCore/modules/modulesOverview.html),
2929
in the AdvancedChat-Modules Overview section. As well as overviews for all other modules available as of January 31st 2022.
3030

31-
<u>ACC Page Guide</u>
32-
![ACC Page Help Map](./assets/images/ACC_Page.PNG)
33-
3431
Once the mod is installed a **<u>Box</u>** tab will be added to the AdvancedChat Config Menu. As well as a cog button in the lower right of the screen when chat is opened that comes by default in the AdvancedChat Core. Located in that tab are the following;
3532

3633
***General Tab***
@@ -81,7 +78,7 @@ In this tab you will also find two buttons on the upper right side above the fir
8178

8279
**Configure Suggestors Button**
8380
- Suggest Players - If you want player names to be suggested or not.
84-
- In-Chat Calculator - Whether or not you want an in chat calculator active or not. It can be used by simply putting a math expression in brackets and pressing TAB which will give your answer as a suggestion. It should be noted that the In-chat calculator uses [mXparser](https://darkkronicle.github.io/AdvancedChatCore/). <!--This link will eventually point to the Common Knowledge page on the Wiki -->
81+
- In-Chat Calculator - Whether or not you want an in chat calculator active or not. It can be used by simply putting a math expression in brackets and pressing TAB which will give your answer as a suggestion. It should be noted that the In-chat calculator uses mXparser. (*Please [see](https://darkkronicle.github.io/AdvancedChatCore/commonKnowledge/commonKnowledgeMATH.html) page of the wiki for all information on the Maths format used in this mod.*)
8582
- Suggest Shortcuts - When typing in chat you can have the option that when you type a certain string you can get a corresponding shortcut. So typing :happy then double tapping TAB will produce `o((*^▽^*))o`
8683
-When selecting the Configure option here you are taken to a page where you can see a full list of pre-added shortcuts which you can modify or remove. As well as the option to 'Add Shortcut' to modify.
8784
-To modify a shortcut simply click the corresponding text box and change the character as you please.
@@ -92,7 +89,7 @@ In this tab you will also find two buttons on the upper right side above the fir
9289
- Command Color - What color a command is by default.
9390
- Error Color - The color that highlights an incorrect command.
9491
-Default Palette - The palette used by the above Command Color option for parts of commands. Custom ones can be added at ~/minecraft/config/advancedchat/colors.toml
95-
- Highlight JSON in Commands - Whether or not you want your JSON parsed and highlighted in the [ChatHUD Module](https://darkkronicle.github.io/AdvancedChatCore/chatHUD/ChatHUD.html)
92+
- Highlight JSON in Commands - Whether or not you want your JSON parsed and highlighted in the [ChatHUD Module](https://darkkronicle.github.io/AdvancedChatCore/chatHUD/ChatHUD.html).
9693
- Color Code Formatting - Decides if the color codes with & are parsed and highlighted in the correct color.
9794

9895
**Spell Checker Tab**

docs/chatHUD/ChatHUD.md

Lines changed: 41 additions & 44 deletions
Large diffs are not rendered by default.
-23 KB
Binary file not shown.
605 KB
Loading
858 KB
Loading
1.04 MB
Loading
90.3 KB
Loading
47.6 KB
Loading
8.81 KB
Loading

docs/chatLog/assets/images/LogTAB.png

54.9 KB
Loading

docs/chatLog/assets/images/logGUI.png

422 KB
Loading
435 KB
Loading

docs/chatLog/chatLog.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
layout: default
3+
title: Log
4+
nav_order: 5
5+
has_children: false
6+
---
7+
8+
# AdvancedChat ChatLog Overview
9+
<details open markdown="block">
10+
<summary>
11+
Table of contents
12+
</summary>
13+
{: .text-delta }
14+
1. TOC
15+
{:toc}
16+
</details>
17+
18+
---
19+
![ACC-ChatLogIcon](./assets/images/ACC-ChatLog_Icon.png)
20+
### AdvancedChatLog
21+
- View, store and sort through mass amounts of previous messages.
22+
23+
---
24+
### Overview
25+
{:toc}
26+
The information on this page is for the features of the **<u>ChatLog</u>** module of AdvancedChat.
27+
Once the mod is installed a **<u>Chat Log</u>** tab will be added to the AdvancedChat Config Menu, as well as a button in the chat GUI that looks like 3 stacked bars.
28+
29+
**A bit of information**
30+
This mod allows you to not only store messages typed in game to a local file, but also allows the ability to leave the game either to the menu or to the desktop, and come back to your world with your previously sent messages.
31+
You can configure how many lines of chat are stored, as well as how many of those stored lines will be saved in order to be loaded the next time you play. Plus you can also search those saved lines in game via a chat GUI button.
32+
33+
---
34+
### Available Tabs and Settings
35+
{:toc}
36+
The following section will go over all the available tabs and settings in each tab that you can modify. This information can also be found [here](https://darkkronicle.github.io/AdvancedChatCore/modules/modulesOverview.html), in the Modules Overview section. As well as overviews for all other modules available as of January 31st 2022.
37+
38+
**In Game Buttons**
39+
- The Chatlog module adds an additional button to the right of the UI that looks like 3 stacked bars once the chat is opened. That is used to view and search chat. The search options use the **Filter Type** button that cycles the options;
40+
- **Literal**, exact match.
41+
- **Upper-Lower**, literal but not case-sensitive.
42+
- **RegEx**, Parses the strings as Regular Expression.
43+
- **Custom**, Allows for custom search parameters.
44+
45+
![Log GUI](./assets/images/logGUI.png)
46+
47+
***Chat Log Tab***
48+
- Stored Lines - This value dictates how many lines of information are saved to the log file. Fair warning, large numbers may result in out of memory errors.
49+
- Saved - Lines - The amount of stored lines that are loaded when the game starts.
50+
- Clean Saved Lines - When true this will make it so that the log doesn't save things like mouse clicks and movements to help reduce the logs file size.
51+
52+
![Log Tab](./assets/images/LogTAB.png)
53+
54+
**Output File**
55+
- It should be noted that the location of the log output file is in your .minecraft folder, either in the directory in the 'chatlogs' folder or in your profiles 'chatlogs' folder. (*~/.minecraft/chatlogs/ -OR- ~/.minecraft/MC_Profile_Name/chatlogs/*)
56+
57+
![Log Output View](./assets/images/logView.png)
58+
59+
<!--This documentation was written by Nomad on February 14th 2022 Happy Valentines Day <3 -->

docs/commonKnowledge/commonKnowledgeCOLOR.md

Lines changed: 10 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -44,111 +44,16 @@ It also has some information on things like color theory and shading. Pick your
4444
---
4545
## HEX Opacity Table
4646
{:toc}
47-
Here is a complete table from 0% opacity all the way up to 100% opacity at single percent increments...It should be noted that you wont see much of a difference from say 1% to 3% and there is really no need to do 0-100, probably could've gotten away with 5% increments. But what can I say? I like ya, you got moxxy kid.
48-
**Remember**, the closer to 100% the value is the less transparent it is.
47+
Here is a complete table from 0% opacity all the way up to 100% opacity at single percent increments...It should be noted that you wont see much of a difference from say 1% to 3%. You more than likely will see the best result when working at 5% increments. I included 1% increments incase you want to dial it in after getting in the ball park of where youd like it. <u>Remember</u>! The **closer** to 100% the value is the **less** transparent it is.
4948

50-
|Transparency % | HEX Value|
51-
| :---: | :---: |
52-
|0%|00|
53-
|1%|02|
54-
|2%|05|
55-
|3%|07|
56-
|4%|0A|
57-
|5%|0C|
58-
|6%|0F|
59-
|7%|11|
60-
|8%|14|
61-
|9%|16|
62-
|10%|19|
63-
|11%|1C|
64-
|12%|1E|
65-
|13%|21|
66-
|14%|23|
67-
|15%|26|
68-
|16%|28|
69-
|17%|2B|
70-
|18%|2D|
71-
|19%|30|
72-
|20%|33|
73-
|21%|35|
74-
|22%|38|
75-
|23%|3A|
76-
|24%|3D|
77-
|25%|3F|
78-
|26%|42|
79-
|27%|44|
80-
|28%|47|
81-
|29%|49|
82-
|30%|4C|
83-
|31%|4F|
84-
|32%|51|
85-
|33%|54|
86-
|34%|56|
87-
|35%|59|
88-
|36%|5B|
89-
|37%|5E|
90-
|38%|60|
91-
|39%|63|
92-
|40%|66|
93-
|41%|68|
94-
|42%|6B|
95-
|43%|6D|
96-
|44%|70|
97-
|45%|72|
98-
|46%|75|
99-
|47%|77|
100-
|48%|7A|
101-
|49%|7C|
102-
|50%|7F|
103-
|51%|82|
104-
|52%|84|
105-
|53%|87|
106-
|54%|89|
107-
|55%|8C|
108-
|56%|8E|
109-
|57%|91|
110-
|58%|93|
111-
|59%|96|
112-
|60%|99|
113-
|61%|9B|
114-
|62%|9E|
115-
|63%|A0|
116-
|64%|A3|
117-
|65%|A5|
118-
|66%|A8|
119-
|67%|AA|
120-
|68%|AD|
121-
|69%|AF|
122-
|70%|B2|
123-
|71%|B5|
124-
|72%|B7|
125-
|73%|BA|
126-
|74%|BC|
127-
|75%|BF|
128-
|76%|C1|
129-
|77%|C4|
130-
|78%|C6|
131-
|79%|C9|
132-
|80%|CC|
133-
|81%|CE|
134-
|82%|D1|
135-
|83%|D3|
136-
|84%|D6|
137-
|85%|D8|
138-
|86%|DB|
139-
|87%|DD|
140-
|88%|E0|
141-
|89%|E2|
142-
|90%|E5|
143-
|91%|E8|
144-
|92%|EA|
145-
|93%|ED|
146-
|94%|EF|
147-
|95%|F2|
148-
|96%|F4|
149-
|97%|F7|
150-
|98%|F9|
151-
|99%|FC|
152-
|100%|FF|
49+
<details>
50+
<summary> Click here to show the Opacity Table </summary>
51+
52+
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
53+
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
54+
|Opacity% | 0% | 1% | 2% | 3% | 4% | 5% | 6% | 7% | 8% | 9% | 10% | 11% | 12% | 13% | 14% | 15% | 16% | 17% | 18% | 19% | 20% | 21% | 22% | 23% | 24% | 25% | 26% | 27% | 28% | 29% | 30% | 31% | 32% | 33% | 34% | 35% | 36% | 37% | 38% | 39% | 40% | 41% | 42% | 43% | 44% | 45% | 46% | 47% | 48% | 49% | 50% | 51% | 52% | 53% | 54% | 55% | 56% | 57% | 58% | 59% | 60% | 61% | 62% | 63% | 64% | 65% | 66% | 67% | 68% | 69% | 70% | 71% | 72% | 73% | 74% | 75% | 76% | 77% | 78% | 79% | 80% | 81% | 82% | 83% | 84% | 85% | 86% | 87% | 88% | 89% | 90% | 91% | 92% | 93% | 94% | 95% | 96% | 97% | 98% | 99% | 100% |
55+
|Hex# | 00 | 02 | 05 | 07 | 0C | 0C | 0F | 11 | 14 | 16 | 19 | 1C | 1E | 21 | 23 | 26 | 28 | 2B | 2D | 30 | 33 | 35 | 38 | 3A | 3D | 3F | 42 | 44 | 47 | 49 | 4C | 4F | 51 | 54 | 56 | 59 | 5B | 5E | 60 | 63 | 66 | 68 | 6B | 6D | 70 | 72 | 75 | 77 | 7A | 7C | 7F | 82 | 84 | 87 | 89 | 8C | 8E | 91 | 93 | 96 | 99 | 9B | 9E | A0 | A3 | A5 | A8 | AA | AD | AF | B2 | B5 | B7 | BA | BC | 8F | C1 | C4 | C6 | C9 | CC | CE | D1 | D3 | D6 | D8 | DB | DD | E0 | E2 | E5 | E8 | EA | ED | EF | F2 | F4 | F7 | F9 | FC | FF |
56+
57+
</details>
15358

15459
<!--This documentation was written by Nomad on February 8th 2022-->

0 commit comments

Comments
 (0)