GriefDefender icon indicating copy to clipboard operation
GriefDefender copied to clipboard

FlagPermissionEvent not firing (Sponge)

Open Dockter opened this issue 5 years ago • 0 comments

Hello, using version of GD-Sponge-Dev3.

@Subscribe public void onClaimFlagChange(final FlagPermissionEvent event) { System.out.println("Flag changed!"); }

This should print the above debug when in game I type /cf then click on a flag and change it yes? If yes, then the above isn't firing.

Dockter avatar Jul 29 '20 05:07 Dockter