Skip to content

Commit

Permalink
fixed "page not found" links
Browse files Browse the repository at this point in the history
  • Loading branch information
C1XTZ committed Aug 2, 2024
1 parent cab91c0 commit b00b184
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions patreon-docs/assettoserver-hub/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ After that, the user group will be created:
![](./assets/user_group_3.png)

Now you can use this group in your server configuration.
For more general info on user groups see [this page](./user-groups).
For more general info on user groups see [this page](./user-groups.md).

### Remove User Group

To remove a group simply use the `/user-group remove` command.

## User Group Mappings

Existing AssettoServer user groups can be mapped to a Discord role. This can be used for example with [PatreonTimingPlugin](../plugins/PatreonTimingPlugin) to assign roles based on the Timing leaderboard.
Existing AssettoServer user groups can be mapped to a Discord role. This can be used for example with [PatreonTimingPlugin](../plugins/PatreonTimingPlugin.md) to assign roles based on the Timing leaderboard.

### Assign Role based on Timing Leaderboard

Expand Down Expand Up @@ -227,7 +227,7 @@ List of all column names that can be used as a filter: `Name`, `Leaderboard`, `P

### Assign Role based on Safety Rating

[PatreonSafetyRatingPlugin](../plugins/PatreonSafetyRatingPlugin) can create a user group for each rank, for example:
[PatreonSafetyRatingPlugin](../plugins/PatreonSafetyRatingPlugin.md) can create a user group for each rank, for example:

```yaml title="configuration.yml (AssettoServer Hub)"
SafetyRatingRanks:
Expand Down
2 changes: 1 addition & 1 deletion patreon-docs/assettoserver-hub/user-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FileBasedUserGroups:
```

### Game Server Setup
When specifying a user group, prefix the user group name in `extra_cfg.yml` with a `+`, for example `+my_group`. This will cause the [PatreonHubPlugin](../plugins/PatreonHubPlugin) to load this user group from AssettoServer Hub.
When specifying a user group, prefix the user group name in `extra_cfg.yml` with a `+`, for example `+my_group`. This will cause the [PatreonHubPlugin](../plugins/PatreonHubPlugin.md) to load this user group from AssettoServer Hub.

### Examples

Expand Down
2 changes: 1 addition & 1 deletion patreon-docs/plugins/PatreonChatRolesPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Forced minimum CSP version of 0.1.77 (1937) and `EnableClientMessages: true` in
Plugin to change chat color of players, add player icons, and optionally add name prefixes or postfixes for them.
It is advised to use square brackets for name prefixes/postfixes, since it is not possible to join with them normally.

Please see [this page](../assettoserver-hub/user-groups) for general information on user groups.
Please see [this page](../assettoserver-hub/user-groups.md) for general information on user groups.

Example with custom icon and red name in chat:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ After that, the user group will be created:
![](./assets/user_group_3.png)

Now you can use this group in your server configuration.
For more general info on user groups see [this page](./user-groups).
For more general info on user groups see [this page](./user-groups.md).

### Remove User Group

To remove a group simply use the `/user-group remove` command.

## User Group Mappings

Existing AssettoServer user groups can be mapped to a Discord role. This can be used for example with [PatreonTimingPlugin](../plugins/PatreonTimingPlugin) to assign roles based on the Timing leaderboard.
Existing AssettoServer user groups can be mapped to a Discord role. This can be used for example with [PatreonTimingPlugin](../plugins/PatreonTimingPlugin.md) to assign roles based on the Timing leaderboard.

### Example: Assign Role based on Timing Leaderboard

Expand Down Expand Up @@ -192,7 +192,7 @@ List of all column names that can be used as a filter: `Name`, `Leaderboard`, `P

### Example: Assign Role based on Safety Rating

[PatreonSafetyRatingPlugin](../plugins/PatreonSafetyRatingPlugin) can create a user group for each rank, for example:
[PatreonSafetyRatingPlugin](../plugins/PatreonSafetyRatingPlugin.md) can create a user group for each rank, for example:

```yaml title="configuration.yml (AssettoServer Hub)"
SafetyRatingRanks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FileBasedUserGroups:
```

### Game Server Setup
When specifying a user group, prefix the user group name in `extra_cfg.yml` with a `+`, for example `+my_group`. This will cause the [PatreonHubPlugin](../plugins/PatreonHubPlugin) to load this user group from AssettoServer Hub.
When specifying a user group, prefix the user group name in `extra_cfg.yml` with a `+`, for example `+my_group`. This will cause the [PatreonHubPlugin](../plugins/PatreonHubPlugin.md) to load this user group from AssettoServer Hub.

### Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Forced minimum CSP version of 0.1.77 (1937) and `EnableClientMessages: true` in
Plugin to change chat color of players, add player icons, and optionally add name prefixes or postfixes for them.
It is advised to use square brackets for name prefixes/postfixes, since it is not possible to join with them normally.

Please see [this page](../assettoserver-hub/user-groups) for general information on user groups.
Please see [this page](../assettoserver-hub/user-groups.md) for general information on user groups.

Example with custom icon and red name in chat:

Expand Down

0 comments on commit b00b184

Please sign in to comment.