Fzzy Config

@ClientModifiable

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

@ClientModifiable
public boolean myUnImportantSetting = false;