Skip to content

Commit

Permalink
Merge pull request #95 from Global-Tags/docs/connectionCommands
Browse files Browse the repository at this point in the history
docs: Add new email connection commands to guide
  • Loading branch information
RappyTV authored Oct 6, 2024
2 parents 5c316e8 + 3d6ef87 commit 8451d88
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 28 deletions.
38 changes: 38 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,44 @@
| ![Purple](https://cdn.rappytv.com/globaltags/icons/role/blue.png){ width=32 } | <p style="display: inline-flex;-ms-transform: translateY(25%);transform: translateY(25%);">Partner</p> |
| ![Purple](https://cdn.rappytv.com/globaltags/icons/role/green.png){ width=32 } | <p style="display: inline-flex;-ms-transform: translateY(25%);transform: translateY(25%);">Financial Supporter / Discord Booster</p> |

### Which commands can I use?

There are several commands to help manage your settings. The main command is `/globaltags`, or you can use the shorthand `/gt`. Here are the available subcommands:

<div class="annotate" markdown>

- **`/gt`** (1) - Displays the current API and Agent versions.
- **`/gt clearcache`** (2) – Instantly clears your cache.
- **`/gt renewcache`** (3) – Manually renews the cache.
- **`/gt link`** (4) – Links your Minecraft account to external connections.
- **`discord`** - Begins the process to link your Minecraft account with your Discord. Join our <a href="https://globaltags.xyz/discord" target="_blank">Discord Server</a> to complete the connection.
- **`email <email>`** - Adds an email to receive account-related updates. This is not a newsletter.
- **`/gt unlink`** (5) – Removes external connections from your Minecraft account.
- **`discord`** - Unlinks your Minecraft account from Discord.
- **`email <email>`** - Removes your email from the account.
- **`/gt verify`** (6) - Verifies specific connections.
- **`email <code>`** - Verifies your email by entering the confirmation code sent to your inbox.

</div>

1. **Base Command**:
- Alias: `/globaltags`

2. **Clear Cache**:
- Alias: `/gt cc`

3. **Renew Cache**:
- Aliases: `/gt renew`, `/gt rc`

4. **Link Connection**:
- No aliases

5. **Unlink Connection**:
- No aliases

6. **Verify Connection**:
- No aliases

## Tags

### How can I use colors in my Tag?
Expand Down
29 changes: 1 addition & 28 deletions docs/implementations/labymod.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,4 @@ If you've been banned, it's likely for a significant rule violation, and you'll

If the appeal button is clickable, a modal will pop up with an input field. Write your apology or the reason you believe the ban should be lifted, and click "Send appeal." Your appeal will be reviewed, and a decision will be made on whether to lift the ban.

![Appeal Modal](../assets/files/labymod/appeal_modal.png)

## Commands

The addon provides several commands for managing your settings. The primary command is `/globaltags` or its shorthand `/gt`, which includes the following subcommands:

<div class="annotate" markdown>

- **Base command** - Shows API and Addon version
- `/gt clearcache` (1) – Quickly clears your cache.
- **`/gt renewcache`** (2) – Refreshes the cache manually.
- **`/gt link`** (3) – Initiates the process to link your Minecraft account with your Discord account. You'll need to join our <a href="https://globaltags.xyz/discord" target="">Discord Server</a> to complete the process.
- **`/gt unlink`** (4) – Unlinks your Minecraft account from your Discord account.

</div>

1. **Clear Cache**:
- `/gt cc`

2. **Renew Cache**:
- `/gt renew`
- `/gt rc`

3. **Link Account**:
- No aliases

4. **Unlink Account**:
- No aliases
![Appeal Modal](../assets/files/labymod/appeal_modal.png)

0 comments on commit 8451d88

Please sign in to comment.