Skip to content

en Debugging

Bloody_Mind edited this page Dec 5, 2025 · 1 revision

Debugging

Debug system for EthriaPlotAddon with extended functionality.


πŸ”§ Enable Debug

In config.yml:

settings:
  debug_enabled: true
  debug_boundaries: true  # For plot boundary details

Reload:

/plotaddon reload

πŸ“‹ Debug Information

What gets logged:

  • Permission checks
  • Plot detection
  • Entity counting
  • Performance data

Log output:

[DEBUG] Permission check for player 'TestUser':
[DEBUG] - ethriaplotaddon.use: true βœ…
[DEBUG] - Plot found: plot_1_2
[DEBUG] - Entities found: 15 sheep

⚠️ Common Problems

Plugin doesn't start:

  • Java 21+ installed?
  • PlotSquared available?

No permission:

  • ethriaplotaddon.use granted?
  • Entity-specific permission?

No entities found:

  • On a plot?
  • Plot boundaries correct?

Clone this wiki locally