Dominação Premium Advanced area domination plugin for competitive PvP Minecraft servers.
Dominação Premium is an advanced area domination plugin for PvP Minecraft servers. It allows clans or teams to fight for control of strategic zones, accumulate points, appear in rankings, and compete for recurring rewards.
Built for competitive servers, the plugin focuses on stable area control, clear visual feedback, ranking progression, and a more polished gameplay flow than basic capture plugins.
Area capture and control system
Clan-based domination gameplay
Global and periodic clan rankings
Weekly reward support
Zone holograms and ranking displays
NPC integration for domination and top ranking displays
Action bar and visual gameplay feedback
Persistent data and production-oriented structure
SimpleClans for clan-based domination
PlaceholderAPI for placeholder integration
Vault for economy-related integration
Citizens for domination and ranking NPCs
Zone Placeholders
-
%domination_zone% → Current zone name
-
%domination_owner% → Current owner of the zone
-
%domination_progress% → Current capture progress
-
%domination_contesters% → Number of players contesting the zone
-
%domination_status% → Current zone status
Ranking Placeholders
-
%domination_top_clan_1% → Top 1 clan name
-
%domination_top_clan_2% → Top 2 clan name
-
%domination_top_clan_3% → Top 3 clan name
-
%domination_top_points_1% → Top 1 clan points
-
%domination_top_points_2% → Top 2 clan points
-
%domination_top_points_3% → Top 3 clan points
Player Placeholders
-
%domination_player_clan% → Player clan name
-
%domination_player_points% → Player total points
-
%domination_player_rank% → Player ranking position
Main administration
Code (Text):
/dom help
Code (Text):
/dom wand
Code (Text):
/dom visual [on|off|toggle]
Code (Text):
/dom setcuboid <name> [display]
Code (Text):
/dom setradius <name> <radius> [display]
Code (Text):
/dom list
Code (Text):
/dom info <name>
Code (Text):
/dom rename <old> <new> [newDisplay]
Code (Text):
/dom remove <name>
Code (Text):
/dom reload
NPC and ranking management
Code (Text):
/dom npc set|remove <zone>
Code (Text):
/dom npctop set|remove <zone>
Code (Text):
/dom rankingdebug <zone> [weekly|monthly|alltime]
GUI
Code (Text):
/domgui
Code (Text):
/domgui zonas
Kick spawn
Code (Text):
/kickspawn set
Code (Text):
/kickspawn mode <worldspawn|fixed|command>
Code (Text):
/kickspawn command <text with {player}>
Code (Text):
/kickspawn show
Code (Text):
/kickspawn tp
Code (Text):
dom.admin
— full administrative access
Code (Text):
dom.bypass.clan
— bypass clan requirement
Code (Text):
dom.bypass.cooldown
— bypass zone cooldown
Code (Text):
dom.bypass.stay
— bypass stay limit
Code (Text):
dom.kickspawn
— access kick spawn configuration
Code (Text):
dom.kickspawn.set
— compatibility sub-permission for kick spawn setup
Code (Text):
# ======================================================================
# DominationPlugin - CONFIG OFICIAL
# Assinado: DV HenryBr | Build: 2025-09-13
# ======================================================================
messages:
no_citizens: "&cSistema de NPC indisponivel (Citizens nao encontrado)."
set_success: "&aNPC/holograma da zona &e{zone}&a foi colocado na sua posicao."
remove_success: "&aNPC/holograma da zona &e{zone}&a foi removido."
not_found: "&cNenhum NPC/holograma registrado para &f{zone}&c."
messages:
cooldown_deny: "&cVoce esta em cooldown nesta zona por &f{secs}s&c."
stay_kick: "&cTempo maximo (1h) atingido. Voce foi movido para fora da zona."
placeholders:
enabled: true
pvp_barrier:
enabled: true
mode: exit_only
clamp_margin: 0.33
duration_seconds: 10
clear_on_death: true
clear_on_quit: false
notify_when_free: true
free_message: "&aVoce nao esta mais em combate."
max_blocks_per_batch: 400
y_min: -64
y_max: 319
meta:
author: "DV HenryBr"
config_profile: "production-antiflood"
notes: "Se o chat ainda parecer carregado, aumente intervals/throttles (ver sections throttle, broadcasts_capture e npc)."
Code (Text):
# =======================================================
# DominationPlugin - Ranking / Points / GUI / NPC
# Exclusive config file for:
# - point values
# - messages
# - point gain actionbar
# - TOP ranking GUI
# - ranking hologram + NPC
# =======================================================
# ATTENTION / ATENCAO:
# - YAML does NOT accept TABs. Use spaces only.
# - No ranking data is stored here, only CONFIG.
# - Real ranking data is stored in SQLite.
# =======================================================
points:
per_capture: 5
per_kill_in_zone: 2
messages:
no_clan_points: "&cVoce precisa estar em um clan para ganhar pontos de dominacao."
points_disabled: "&cO sistema de pontos de dominacao esta temporariamente desativado."
messages:
fechamento_semanal: "&a[DOM] Fechamento semanal concluído. Confira o cofre do clã vencedor."
cofre_bloqueado_votacao: "&e[DOM] O prêmio do clã está no cofre e depende de votação para saque."
weekly_global_processed: "&6[DOM] Premiação semanal processada: &f{winners}&6. Elegíveis, usem &f/dom cofre&6."
claim_pending_approved: "&a[DOM] Seu claim da premiação semanal foi aprovado (claim #{claim_id}, vault #{vault_id}). Use &f/dom cofre&a."
claim_pending_login: "&e[DOM] Você tem &f{pending_count}&e claim(s) pendente(s) no cofre. Use &f/dom cofre&e."