
PluginMIT
Magnata MithCraft
Economy feature
34
Downloads
0
Followers
9 months ago
Updated
📦
2
Versions
📖About 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
- 🤑 Automatic identification of the richest player (magnate)
- 🎁 Reward system fully configurable
- 📜 Full history with pagination
- 💬 100% customizable messages via messages.yml
- 🔗 Native integrations with Vault, LuckPerms and PlaceholderAPI
- 📊 15+ placeholders for use in other plugins
- ⚡ Optimized for Purpur 1.21+ servers
📥 Installation
- Download the latest version from the tab Releases
- Place the
.jarfile in theplugins/folder - Restart the server
- Configure as needed in the file
plugins/MithCraftMagnata/config.yml
⚙️ Basic Configuration
# 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 accessmagnata.history- View historymagnata.reload- Reload pluginmagnata.notify- Receive notificationsmagnata.help- See help menumagnata.admin- Full access
🔗 Useful Links
📋 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 |