set Super Enabled
Sets JavaPlugin#isEnabled. Even though I checked Bukkit's classloading code, and as of 1.20.4 I didn't find any reference of isEnabled being checked there, I remember having seen it there somewhere in the findClass method. Maybe it's a Paper thing.
The workaround is to set isEnabled to true in onDisable() and then set it back to false at the end of onDisable().