@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.
@NonSyncpublic int myNonSyncedField = 5;
Heads up!
See the documentation page here 🗗