Warning text
When the warning text is set, it is indicated by an orange dot. Clicking the orange dot will open the MessageBox.
Plugin.java
public Plugin() throws Exception {
super("whatever you want");
setWarningText("sample warning text");
}