
A competitive PvP event where players must destroy the core to earn rewards.
A competitive PvP event where players must destroy the core to earn rewards.
Plugin for Paper/Spigot servers, compatible with versions 1.16 up to 1.21.
ECDTC — Destroy The Core provides a dynamic event where teams or players compete to destroy a configurable core placed in your world.
It includes rewards, player rankings, bedrock protection, announcements, and full support for PlaceholderAPI.
%dtc_*%).ECDTC.jar into the plugins/ folder of your server. config.yml and lang.yml. /dtc reload to apply changes without restarting.| Command | Description | Permission |
|---|---|---|
/dtc start |
Manually start an event. | dtc.admin |
/dtc stop |
Stop the current event. | dtc.admin |
/dtc reload |
Reload configuration. | dtc.admin |
/dtc time |
Show time until the next scheduled event. | dtc.admin |
/dtc top |
Display current event ranking. | dtc.admin |
/dtc info |
Show information about the current event. | dtc.admin |
🔑 Permission Notes:
dtc.admin → access to all administrative subcommands.Identifier: dtc
| Placeholder | Description |
|---|---|
%dtc_blocks_broken% |
Blocks broken by the player in the current event. |
%dtc_blocks_remaining% |
Remaining blocks of the core. |
%dtc_blocks_total% |
Total health of the core (initial blocks). |
%dtc_my_contribution% |
Player’s contribution percentage. |
%dtc_global_stats% |
Global statistics (broken blocks per player). |
%dtc_minutes_until_event% |
Approximate minutes until the next event. |
%dtc_time_until_event% |
Time left formatted (e.g. 1h 2m 3s). |
%dtc_next_event% |
Next event time (HH:mm). |
%dtc_event_active% |
true/false if there’s an active event. |
%dtc_event_time_left% |
Remaining event time. |
Basic config.yml example:
Core:
CoreHealth: 5
CoreMaterial: OBSIDIAN
Location:
world: "world"
x: -174
y: 48
z: -24
hit-rewards:
"30":
- give %player% diamond 1
"10":
- broadcast %player% got extremely lucky!
- give %player% enchanted_golden_apple 1
Bossbar:
Enabled: true
Title: "&eDTC: &a%dtc_blocks_remaining% &7of &a%dtc_blocks_total% blocks left"
Color: GREEN
Style: SEGMENTED_10