mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Short links using document site
This commit is contained in:
parent
55dda7bc43
commit
02e344724d
13 changed files with 773 additions and 52 deletions
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
title: "Usage"
|
||||
---
|
||||
# Usage
|
||||
|
||||
How to run the program:
|
||||
|
|
@ -350,7 +353,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||
|
||||
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||
**All item types can be found [here](https://mccteam.github.io/r/item/#L12).**
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -388,7 +391,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||
|
||||
**All entity types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/EntityType.cs).**
|
||||
**All entity types can be found [here](https://mccteam.github.io/r/entity/#L15).**
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -954,7 +957,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||
|
||||
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
||||
**To find item types, check out [this list](https://mccteam.github.io/r/item/#L12)**
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -1028,7 +1031,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||
|
||||
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
||||
**To find item types, check out [this list](https://mccteam.github.io/r/item/#L12)**
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue