Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
NamlessCheck
PluginLicenseRef-All-Rights-Reserved

NamlessCheck

Spigot/Paper plugin to log sensitive build/combat actions: monitored block placements, fire ignitions, and End Crystal placements, with output to console, file, or both.

3
Downloads
0
Followers
4 months ago
Updated
📦
1
Versions
managementoptimizationutilitypaper
Download Latestv3View on Modrinth

📖About NamlessCheck

NamlessCheck

Spigot/Paper plugin to log sensitive build/combat actions: monitored block placements, fire ignitions, and End Crystal placements, with output to console, file, or both.

V3 Updates

  • Added fire interaction logging for ignitions caused by FLINT_AND_STEEL and FIRE_CHARGE.
  • Added End Crystal placement logging from player interaction (right-click on OBSIDIAN/BEDROCK).
  • Kept whitelist behavior for block placements via monitored-blocks.

Features

  • Monitored player block-place logging (whitelist-based).
  • Fire ignition logging (FLINT_AND_STEEL / FIRE_CHARGE interactions).
  • End Crystal placement logging from interaction.
  • Configurable block whitelist (monitored-blocks).
  • Configurable output: CONSOLE, FILE, BOTH.
  • Live config reload command (no restart required).
  • Bypass permission for specific players/staff.
  • Startup log rotation with .gz compression.
  • Multi-language support with separate files (it_it / us_en).
  • Async log queue to reduce main-thread I/O impact.

Installation

  1. Copy the jar into plugins/.
  2. Start the server once to generate default files.
  3. Edit plugins/NamlessCheck/config.yml.
  4. (Optional) edit language files in plugins/NamlessCheck/lang/.
  5. Run /namlesscheck reload to apply changes.

Configuration (config.yml)

Main keys:

  • log-mode: FILE, CONSOLE, BOTH
  • log-file: path relative to plugin folder (example logs/blocks.log)
  • async-log-interval-ticks: async flush interval (default 20)
  • archive-on-startup: if true, archives the previous log on startup
  • archive-directory: destination folder for compressed archives
  • language: active language (it_it or us_en)
  • monitored-blocks: list of Material values to monitor for block placements

Example:

log-mode: BOTH
log-file: "logs/blocks.log"
async-log-interval-ticks: 20
archive-on-startup: true
archive-directory: "logs/old"
language: "it_it"

monitored-blocks:
  - CHEST
  - HOPPER

Note: monitored-blocks only filters BlockPlaceEvent logs. Fire ignite and End Crystal logs are tracked independently (unless player has namlesscheck.bypass).

Languages (lang/)

Available files:

  • plugins/NamlessCheck/lang/it_it.yml
  • plugins/NamlessCheck/lang/us_en.yml

Main keys:

  • messages.reload-success
  • messages.no-permission
  • messages.usage
  • logs.block-place
  • logs.fire-ignite
  • logs.end-crystal-place

You can customize messages directly in these files.

Commands

  • /namlesscheck reload
  • Aliases: /nc reload, /check reload

Permissions

  • namlesscheck.reload (default: op)
  • namlesscheck.bypass (default: false)

Log Format

Example line:

[2026-02-12 21:10:00] Steve placed CHEST in world [120, 64, -44]

Log Rotation

  • If archive-on-startup: true, on startup the current log is:
  • compressed to .gz
  • moved to archive-directory
  • replaced with a new fresh log file

Notes

  • Whitelist is handled case-insensitively.
  • If log-mode is invalid, the plugin falls back to BOTH.
  • File writer does not flush every event to reduce I/O; flush is guaranteed on close/reload.

🔗 Links

Portfolio

Portfolio
--------------------------------------

LinkedIn

LinkedIn
--------------------------------------
Email
Email
--------------------------------------

Buy me a beer on BuyMeACoffee

Buy me a beer
--------------------------------------

Support me on Ko-fi

Ko-fi

👥 Team & Contributors

KillerItaly
KillerItalyOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page