I want to create a plugin

I think you have the answerd :sunny:

Cant start yet.

You can… but there are tons of things in the API that are not finalized.

While that is true, it is very easy to create a local test server.

If I may jump in, yes, I would like to see a “Hello world” plugin as an example that I can build from. For example:

package a;
imports b.*;
public class c extends d;
{
    public void e (f: g) 
    {
        h hello = new h();
        hello.i = "Hello Sponge!";
        return;
    }   
    public void yada();
    public void yada();
    public void yada();
}

What does the API expect for a, b, c, d…?

This topic is now closed. New replies are no longer allowed.
@Fredashay Please don’t nerco posts in the future