Updated English (markdown)
parent
6c7d197530
commit
a33c72a577
12
English.md
12
English.md
@ -67,13 +67,13 @@ Take it step by step :
|
|||||||
```
|
```
|
||||||
If you what to use on of these variables, simply put their names in the ``message`` fields.
|
If you what to use on of these variables, simply put their names in the ``message`` fields.
|
||||||
|
|
||||||
|
___
|
||||||
```json
|
```json
|
||||||
"server-ip": "mc.hypixel.net",
|
"server-ip": "mc.hypixel.net",
|
||||||
"server-port": "25565",
|
"server-port": "25565",
|
||||||
```
|
```
|
||||||
Here you can define the IP address and port of your server if you want to use the variables ``%server-connected-player%`` and/or ``%server-max-slot%``.
|
Here you can define the IP address and port of your server if you want to use the variables ``%server-connected-player%`` and/or ``%server-max-slot%``.
|
||||||
|
___
|
||||||
```json
|
```json
|
||||||
"application-settings": {
|
"application-settings": {
|
||||||
"applicationID": "601875975533232158",
|
"applicationID": "601875975533232158",
|
||||||
@ -86,7 +86,7 @@ This part is very important, it is the one that will tell the mod which applicat
|
|||||||
- ``applicationID`` is the "Client ID" that you can find on the main page of your application on the Discord developer panel.
|
- ``applicationID`` is the "Client ID" that you can find on the main page of your application on the Discord developer panel.
|
||||||
- ``large-image-name`` is the name you have given [to the image you want to display in bulk on your profile](https://imgur.com/G9pWLLa) in the [Rich Presence -> Art Assets](https://i.imgur.com/MtjQL9u.png) menu of your Discord application.
|
- ``large-image-name`` is the name you have given [to the image you want to display in bulk on your profile](https://imgur.com/G9pWLLa) in the [Rich Presence -> Art Assets](https://i.imgur.com/MtjQL9u.png) menu of your Discord application.
|
||||||
- ``large-image-text`` is the text you want to display on your profile[when you move your mouse over the image] (https://i.imgur.com/KnGFdpX
|
- ``large-image-text`` is the text you want to display on your profile[when you move your mouse over the image] (https://i.imgur.com/KnGFdpX
|
||||||
|
___
|
||||||
```json
|
```json
|
||||||
"advanced-status-custom": {
|
"advanced-status-custom": {
|
||||||
"onJoinServer": {
|
"onJoinServer": {
|
||||||
@ -118,7 +118,7 @@ There are several "blocks":
|
|||||||
- ``inPauseMenu`` : When the player open the pause menu (ESC).
|
- ``inPauseMenu`` : When the player open the pause menu (ESC).
|
||||||
- ``inMainMenu`` : When the player is in the mainmenu.
|
- ``inMainMenu`` : When the player is in the mainmenu.
|
||||||
- ``inInventory`` : When the player open his inventory.
|
- ``inInventory`` : When the player open his inventory.
|
||||||
|
___
|
||||||
You will see an ``enable`` variable in each "block", the latter is used to activate or we activate the "block" in question.
|
You will see an ``enable`` variable in each "block", the latter is used to activate or we activate the "block" in question.
|
||||||
|
___
|
||||||
If you have a problem, come see me on Discord -> ``M4TH1EU#0001``
|
**If you have a problem, come see me on Discord** -> ``M4TH1EU#0001``
|
||||||
|
Reference in New Issue
Block a user