arkflame / CleanMOTD

Simple and light plugin to manage the motd of your server.
https://www.spigotmc.org/resources/58268/
MIT License
15 stars 14 forks source link

Migrate to Gradle and Implement project modules #20

Closed 4drian3d closed 1 year ago

4drian3d commented 1 year ago

A problem in the development of CleanMOTD is that in the same project are shared packages of bungee, bukkit and velocity, so in several cases there is confusion of amounts between the platforms. In this pull request I implement independent modules for each platform, besides migrating the project to gradle. Some advantages of this is that the compile time can be much shorter depending on the changes made to the project compared to maven, plus simply changing the version in the gradle.properties file changes the entire project, including the plugin.yml, bungee.yml and velocity-plugin-json files.

This change will only be for development, the end user will not notice any change.

linsaftw commented 1 year ago

The project will be kept on maven.