- The warning text will be appeared as orange dot and if clicks, MessageBox will be opened.
public Plugin() throws Exception { super("whatever you want"); setWarningText("sample warning text"); }
- Previous
- Next
public Plugin() throws Exception {
super("whatever you want");
setWarningText("sample warning text");
}