I have an exam next Monday so development will be pretty slow.
Because yaml is so much cooler than XML;
The plugins will (hopefully) be javascript files, so it'll be pretty easy for you to create scripts.Code:Plugin: name: Test Plugin author: Adil version: 1.0.0
I would like a script to look like this...
Pretty basic but you probably get the ideaPHP Code:function doSomething(s) {
// s = session
s.sendAlert("hi");
s.disconnect();
}





