How do I make a plugin work for different versions?

Discussion in 'Plugin Development' started by GodCipher, Oct 11, 2019.

Thread Status:
Not open for further replies.
  1. Hey, I wanted to ask how to program a plugin that works on the 1.8-1.14.
     
  2. Online

    timtower Administrator Administrator Moderator

    @GodCipher Abstraction is a good way here.
    But not all things require per version code.
     
  3. Offline

    Kars

    You remove the api-version in the plugin YML.
    This works if you don't have version dependent code.
     
  4. Oh well, yeah that helps me alot! Thank you guys.
     
Thread Status:
Not open for further replies.

Share This Page