kellerkindt / ShowCaseStandalone

GNU General Public License v3.0
2 stars 9 forks source link

Upstream fixes #16

Closed kellerkindt closed 3 years ago

ghost commented 3 years ago

Good luck to merge that. There is a lot of \r\n / \n conflicts or already merged commits for example. ^^

ghost commented 3 years ago

Also, important warning : In plugin.yml, api-version is set to ${spigot.api.version}, which means that only 1.16 servers will be able to launch the plugin. You need to set 1.13 to spigot.api.version property in pom.xml if you want the plugin to be launched on 1.13, 1.14, 1.15 and 1.16 servers !

kellerkindt commented 3 years ago

Yeah, you are right :/ I do not have the time at hand for reliably fixing them... (see https://github.com/kellerkindt/ShowCaseStandalone/issues/12#issuecomment-733901563)

An attempt was made...