HomeJavaModsNoFullBright
NoFullBright

NoFullBright

NoFullBright is a small Paper/Spigot plugin that detects likely client-side "fullbright" use in configured worlds and runs a configurable command when a player exceeds the warning threshold.

Features

How it works

Every scheduled interval (default: 200 ticks initial delay and 200 ticks between runs) the plugin scans all players in the configured worlds and evaluates each player:

Note: players are only checked when they are in Survival game mode. Players in Creative or Spectator mode are ignored by the checks.

This approach attempts to reduce false positives by requiring repeated detections before taking action.

Configuration (config.yml)

Default config.yml created by the plugin:

# NoFullBright configuration
# worlds: list of world names where the anti-fullbright check runs
# report-command: command executed on violation. You can use %player% and %world% placeholders.

worlds:
  - hardcore

report-command: 'report %player% utilizzo della fullbright in %world%'

Placeholders

Recommendations & tuning

Troubleshooting

License

Use as you wish. No warranty provided.

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more