I would like to see some sql style code implemented into this or xml formatting. This would be a good feature to implement, the user would write a line of code for each method like this:
Method 1 -> IF PlayerHP >= 30 THEN kill nearest npc(id/name) WHILE run(AntibanMethod)
Each method will have a certain condition, a set action and a possible "while" action to do when the main action is being executed. This would require basically a small compiler that would analyse the statement and transform it to java.
Saying that would be pushing it a bit though, so it is possible to create a very generic class and fill in parameters of the condition, main action and have it done like that.