digiholic
digiholic
Reflection isn't used in this plugin, did you mean in the library it uses? Would that be a problem?
I closed the last one because it still required a lot of work. Even if it were accepted it would almost immediately need patches. This one should be stable. Is...
So, including the plugin files directly in the project, rather than using a jar as a dependency? I can probably do that.
So, I tried to untangle the stuff I need from the stuff I don't, and ended up keeping the entire plugin. I could swap out the jar for the source...
The reflection is for an annotation event listener, I don't think it can be removed, but I don't think it's much of a vulnerability. It lets the _library_ run code...
Sorry for the late response to the late review: I had another project that was higher priority than this one I had to dedicate my time to, but that's done...
Turns out the plugin doesn't work without these requirements: ``` implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1' implementation 'org.java-websocket:Java-WebSocket:1.5.2' implementation 'com.google.code.gson:gson:2.8.9' ``` It was previously mentioned that apache and gson were already provided, but without...
Hm, doesn't look like the build process liked that. I'll see what I can do tomorrow.
> Totally forgot to mention, this world doesn't implement a `get_filler_item_name` function, just know that without that, if the generator requires your world to make an additional item (like with...
> Are you sure you don't want to include the .csv files as well? I think it's usually nice for the "source of truth" to be part of the repo,...