CJ
CJ
The Gitlab project is the non-refactored Client that currently functions properly with Luna (on Windows at least). The GitHub client has not yet been configured for Luna, but I'd like...
@jhg023 could this be done with Java 9+ modules? Or would it be better to just completely decouple it into its own project. The plan once Luna is stable, is...
Will most likely be shipped as its own application, to be ran as an external program outside of the server. It could export some sort of file that would be...
I was thinking that the GUI would be imported into Luna as a maven artifact or local JAR, then the implementation could be added ```java if(Luna.settings().pluginGui()) { var impl =...
We can address this and #176 after I review your PR
This is something I want to tackle sooner rather than later. I like your idea and was thinking of this structure for the future (0.5.0 -> 1.0). Plugins are also...
I think I'll create a 0.5 release for when everything is done except cache stuff and combat, since this could be done before that as well.
Good idea, we could ship Luna with the RSAKeyGen JAR.
[This]( https://github.com/luna-rs/rsakeygen) should be turned a gradle project
Related to #107