yannicklamprecht/WorldBorderAPI

Introduce Multiversion support

yannicklamprecht opened this issue · 5 comments

Refactor the project to add multiversion support.
Material for discussion:

  • Kotlin instead of Java
  • which versions should be supported?
    • 1.8.8- 1.14
    • 1.12.2-1.14
117 commented

All the versions :)

The default Minecraft worldborder is not available below 1.8 so all the versions is not possible.

117 commented

Added some versions in the latest fork, I can think of simpler ways to do it (maybe we reflect). But for now it's better than no support. 🤔

117 commented

Tested on 1.8.8 and 1.13 as well (ill try more later).

Reflection is a no go for that project. I will introduce a better abstraction layer some day.