#NMS with gradle
1 messages · Page 1 of 1 (latest)
might be worth looking into paper's paperweight
you'll just have to ensure not to use paper specific methods, else you cannot run on spigot servers
I don't quite follow...
Do you know what paper is ?
Yes :)
They use gradle instead of maven as their build tool
for this, they also provide some pretty good tooling
while this allows you to develop plugins very easily against server internals, you will have to ensure you don't use any server internals paper added themselves, else your code does not run on spigot servers
Perhaps I'm utterly confused... but I was under the impression NMS was it's own seperate thing 😅
NMS just means the inner workings of the server
e.g. the minecraft server and the implementation of the plugin API