Fzzy Config

@NonSync

@NonSync excludes a field from synchronization, and by extension removes permission requirements (as the setting can't affect the server). Before using this annotation, consider if you can have a client-sided config separate from any synced configs. See New Configs - Config Registration for details.

@NonSync
public int myNonSyncedField = 5;