Test plugins faster?

Discussion in 'Plugin Development' started by Sch0ller, Jun 10, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    Sch0ller

    So I just started developing plugins, and I need to set up a server for every MC server version (1.8-1.14) to test if it works in that version.
    Is there a faster way to test if a plugin works in a specified server version?
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Sch0ller No faster way as far as I know.
    You could limit the amount of versions to support though.
     
  3. You could just use all the different bukkit APIs and check for errors in your code but problems could still occur when running the server
     
  4. Offline

    KarimAKL

    @DerDonut I wouldn't call that "testing the plugin". :7
     
  5. If it shows errors it wont work at that version :1
     
  6. Offline

    KarimAKL

    @DerDonut Sure, but what if there's no errors and the code isn't doing what you wanted? :p
     
  7. If its not doing what you want it also doesn't support that version :3
    Yeah okay got it xdd
     
Thread Status:
Not open for further replies.

Share This Page