Fzzy Config

@ClientModifiable

@ClientModifiable is for use on synced settings. It marks that any user, regardless of permission level, can edit the setting and push updates to the server and other clients. Use this annotation with caution!

@ClientModifiable
public boolean myUnImportantSetting = false;