DTC - Destroy The Core
DTC management plugin for Minecraft server
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
DTC - Destroy The Core
iDTC (Destroy The Core) is a Spigot/Paper event plugin for Java 17 that runs a core-destruction event with rewards, stats tracking, PlaceholderAPI support, optional WorldGuard region checks, and automatic scheduling.
Features ↴ - Easy setup and configurable behavior. - Core event with custom block type and health. - Per-hit player feedback in chat. - Auto-start scheduler (clock-aligned) and auto-stop timer. - Rewards by console commands (winner and top positions). - Persistent player stats (Flatfile or SQLite via database.yml). - Top ranking broadcast at event end. - PlaceholderAPI integration for holograms/scoreboards. - Optional WorldGuard region restriction. - Multi-language messages using files in messages/.
Commands: - /idtc start - /idtc stop - /idtc setcore - /idtc reward <player> - /idtc reload - /idtc stats [player] - /idtc top
Permissions: - idtc.admin Access: start, stop, setcore, reward, reload. - idtc.stats Access: stats, top.
PlaceHolders: - %idtc_running% - %idtc_health% - %idtc_max_health% - %idtc_health_percent% - %idtc_damage_total% - %idtc_next_start%
```yaml #
DTC - Destroy the Core Event configuration
#
Powered by Imperior Development
settings:
es_ES -> messages/message_es.yml
en_US -> messages/message_en.yml
locale: en_US debug: false
core: world: world region-id: "" use-region-check: false block-to-break: OBSIDIAN max-health: 200.0 break-amount: 1.0 allow-break-outside-region: false
broadcasts: enabled: true interval-seconds: 30 health-remaining-enabled: true health-remaining-thresholds: [75, 50, 25, 10]
event: auto-stop-minutes: 30 allow-start-while-running: false auto-start: enabled: true interval-hours: 5 align-to-clock-hour: true minute: 0 top-size: 3 announce-top: true
rewards: enabled: true commands: - "give %player% diamond 1" top-1: - "crate key give %winner_1% epic 3" top-2: - "crate key give %winner_2% epic 1" top-3: - "crate key give %winner_3% epic 1"
placeholders: enabled: true ```
Support ↴
In case you have any problems you can communicate through Discord.