Skip to content

Commit e5c0573

Browse files
committed
Update documentation formatting and enhance clarity in commands and configuration sections
1 parent 72c7287 commit e5c0573

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

content/docs/tweaks/commands.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ This page contains a comprehensive list of all Tweaks commands, their usage, ali
109109

110110
## Social Commands
111111

112-
> [!NOTE]
113-
> Social commands do not require permissions by default. They provide configured server links to players.
112+
<Callout type="info">
113+
Social commands do not require permissions by default. They provide configured server links to players.
114+
</Callout>
114115

115116
| Command | Aliases | Description |
116117
|---------|---------|-------------|

content/docs/tweaks/configuration.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ Configure teleportation behavior and restrictions:
8080
| `cooldown-allow-movement` | Allow movement during cooldown | false | Boolean |
8181
| `tpa-timeout` | TPA request timeout in milliseconds | 60000 (1 minute) | Number |
8282

83-
> [!TIP]
84-
> Players with the permission `tweaks.teleport.cooldown.bypass` can ignore teleport cooldowns.
83+
<Callout type="tip">
84+
Players with the permission `tweaks.teleport.cooldown.bypass` ignore teleport cooldowns.
85+
</Callout>
8586

8687
## Warp System Configuration
8788

@@ -266,8 +267,10 @@ You can customize command names and aliases in `commands.json`:
266267
}
267268
```
268269

269-
> [!WARNING]
270-
> When updating from version 3.0.x to 3.1.0+, all commands may be disabled. Replace `"enabled": false` with `"enabled": true` in the commands.json file.
270+
<Callout type="warn">
271+
When updating from version 3.0.x to 3.1.0+, all commands may be disabled.
272+
Replace `"enabled": false` with `"enabled": true` in the commands.json file.
273+
</Callout>
271274

272275
## Configuration Files Structure
273276

@@ -276,7 +279,7 @@ Tweaks generates several configuration files:
276279
- `config.json` - Main configuration file
277280
- `commands.json` - Command customization
278281
- `translations/` - Language files for all messages
279-
- `data/` - Player data storage (homes, warps, etc.)
282+
- `saves.db` - Player data storage (homes, warps, etc.)
280283

281284
## Best Practices
282285

content/docs/tweaks/meta.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"description": "A convenient all-in-one solution",
55
"icon": "Wrench",
66
"pages": [
7+
"---Links---",
8+
"[Github][GitHub](https://github.com/TheNextLvl-net/tweaks)",
9+
"[Download][Download](https://modrinth.com/project/HLkJsjy0#download)",
10+
"[ChartLine][Metrics](https://bstats.org/plugin/bukkit/TheNextLvl%20Tweaks/19651)",
11+
"---Introduction---",
12+
"index",
13+
"faq",
14+
"---Guide---",
715
"commands",
816
"configuration",
917
"server-links"

0 commit comments

Comments
 (0)