Trouble Updating Plugin to 1.14+

Discussion in 'Plugin Development' started by TheSpaceSpace, Jun 4, 2019.

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

    TheSpaceSpace

    Hi all,

    So I know some java, although I'm not expert, and I was just hoping for a bit of guidance here. I am trying to update this plugin, Autosort, to 1.14+ and I'm asking generally, what the easiest way to go about this would be? I know this is a vague question but I think the main issue is the new id vs material names being incompatible, specifcally with signs. Any ideas on how to easily update only the items so that are compatible. Is there maybe a simple class I can use?

    Thanks so much!
     
  2. Offline

    timtower Administrator Administrator Moderator

    @TheSpaceSpace Don't think that there is a simple way to do this to be honest.
    First you need to get it to compile, and it has a bunch of dependencies and configurations to fix.
    Making it run is a totally different issue. ID's won't work anymore on 1.14 so that is a no-go.
    Might need to store that information separate.

    EDIT:
    Took some time to look into it.
    It is mostly issues with outdated dependencies and the ID number that is gone. If you know a way to work around that then you are fine but till then you won't be able to get this running.
     
    Last edited: Jun 6, 2019
Thread Status:
Not open for further replies.

Share This Page