Skip to content

Localization

DynamicKingYT edited this page Feb 10, 2026 · 5 revisions

# πŸ’¬ Localization

Proxcord supports **MiniMessage** (modern gradients) and legacy colors (`&a`). You can translate every message in `messages.yml`.

## 🎨 Color Formats
* **Legacy:** `&a` (Green), `&c` (Red)
* **Hex:** `&#FF0000` (Red)
* **Gradients:** `<gradient:blue:aqua>Hello World</gradient>`

## πŸ“‚ Default Messages

```yaml
prefix: "<gradient:blue:aqua>[Proxcord] </gradient>"
no-permission: "&cYou don't have permission!"
only-players: "&cOnly players can use this command."
reload-success: "&aConfiguration and language files reloaded!"
status-linked: "&aLinked"
status-unlinked: "&cNot Linked"

---

### 5. `Permissions.md`
*Lists commands and permissions.*

```markdown
# πŸ”’ Permissions & Commands

| Command | Permission | Description |
| :--- | :--- | :--- |
| `/voice` | `proxcord.voice` | Opens the Voice Settings GUI for players. |
| `/voice reload` | `proxcord.admin` | Reloads config and language files. |

> [!NOTE]
> Operators (`/op`) have all permissions by default.

Clone this wiki locally