Skip to content

Debugging

bloodmc edited this page Jun 5, 2020 · 5 revisions

GriefDefender is powered by permissions. Every action done in a world is checked against a specific flag permission. If you are trying to figure out what is causing an action to be blocked or not to be blocked then /gddebug is what you will need to use.

Syntax /gddebug record [filter] Note: The filter can be any word you want.

To record all flag permission checks, enter

/gddebug record

To record all flag permission checks for a specific user, enter

/gddebug record username

To record all flag permission checks for claim you are in, enter

/gddebug record claim

When done performing actions to record, enter

/gddebug paste

This will generate a link which you simply double click to see output.

An example of output shown is

https://gist.github.com/anonymous/929ceebb253f12b4dc9f238e940ffe76

Clone this wiki locally