Magnata MithCraft
Economy feature
Magnata MithCraft
🏦 MithCraft Magnata - Complete system of Magnates for Minecraft
The ultimate plugin for saving on Minecraft servers, automatically identifying the richest player and offering a complete system of rewards and recognition.
✨ Features
- 🤑 Optimized of the richest player (magnate) - 🎁 Optimized fully configurable - 📜 Optimized with pagination - 💬 Optimized via messages.yml - 🔗 Optimized with Vault, LuckPerms and PlaceholderAPI - 📊 Optimized for use in other plugins - ⚡ Optimized for Purpur 1.21+ servers
📥 Installation
1. Download the latest version from the tab Releases 2. Place the `.jar` file in the `plugins/` folder 3. Restart the server 4. Configure as needed in the file `plugins/MithCraftMagnata/config.yml`
⚙️ Basic Configuration
```yaml
plugins/MithCraftMagnata/config.yml
settings: check_interval: 300 # Verificação a cada 5 minutos
rewards: on_become: - "eco give %player% 100" # Concede $100 - "lp user %player% parent add magnata" # Adiciona grupo magnata - "lp user %magnata_previous_player% parent remove magnata" # Remove do magnata anterior
periodic: interval: 60 # Recompensas a cada 1 hora commands: - "eco give %player% 500" ```
📌 Placeholders (PlaceholderAPI)
Basic
| Placeholder | Description | Exemple | |----------------------|-------------------------------|-----------------| | `%magnata_name%` | Current magnate name | `Steve` | | `%magnata_balance%` | Formatted fortune | `$1,000.00` |
Ranking
| Placeholder | Description | |------------------------|-------------------------------| | `%magnata_position_1%` | Player in 1st position | | `%magnata_top_3_line%` | Formatted top 3 line |
View full list of placeholders
🎮 Comandos
| Commands | Description | Permissions | |-----------------------|-------------------------------|--------------------| | `/magnata` | Show the current magnate | `magnata.command` | | `/magnata history [página]` | See history | `magnata.history` | | `/magnata reload` | Reload settings | `magnata.reload` | | `/magnata help` | Show Help menu | `magnata.help` |
Aliases: `/magnata ajuda`, `/magnata ?`, `/magnata hist`, `/magnata list`
📚 Permissions System
- `magnata.command` - Base command access - `magnata.history` - View history - `magnata.reload` - Reload plugin - `magnata.notify` - Receive notifications - `magnata.help` - See help menu - `magnata.admin` - Full access
🔗 Useful Links
- Report Bug - Request Feature
---
📋 Placeholders Completos
🔹 Básicos
| Placeholder | Descrição | |--------------------------|-------------------------------------------| | `%magnata_name%` | Nome do magnata atual | | `%magnata_uuid%` | UUID do magnata atual | | `%magnata_balance%` | Fortuna formatada do magnata | | `%magnata_date%` | Data que se tornou magnata | | `%magnata_count%` | Total de jogadores no histórico |
🔹 Histórico
| Placeholder | Descrição | |------------------------------|-----------------------------------| | `%magnata_previous_name%` | Nome do magnata anterior | | `%magnata_previous_uuid%` | UUID do magnata anterior | | `%magnata_previous_balance%` | Fortuna do magnata anterior | | `%magnata_previous_date%` | Data que foi magnata |
🔹 Ranking
| Placeholder | Descrição | |------------------------|-------------------------------| | `%magnata_position_X%` | Jogador na posição X | | `%magnata_balance_X%` | Fortuna do jogador na posição X | | `%magnata_date_X%` | Data que assumiu a posição X | | `%magnata_top_X_line%` | Linha formatada do ranking |
```