
drill3x3
3x3 multi-purpose drill bit for paper plugs
Список изменений
3 possible channels, independently activatable in config.yml:
Console — each drill action writes a line to the server logs (logs/latest.log); nothing to configure. Dedicated file — a specific file at plugins/Drill3x3/logs/drill3x3.log, one line per drill action, formatted like this: [2026-07-20 14:32:01] Astralys drilled 8 block(s) around (124, 64, -37) in world - tool intact Discord Webhook — paste a webhook URL into the config, and every drill action (or just notable events, like "tool broken") is sent directly to a Discord channel. Sent asynchronously, so it doesn't cause server lag.
Data logged per event:
Player username Coordinates + world Number of additional blocks broken (excluding the targeted block) Whether the tool broke during the drill action
Planned configuration options:
logging.enabled — disables everything logging.console / logging.file.enabled / logging.discord.enabled — controls each channel separately logging.discord.webhook-url — the webhook URL Option to log only "important" events (tool broken) rather than every drill action, to avoid Discord spam
