Need some assistance.

Discussion in 'Plugin Development' started by Booyaka101, Jul 25, 2021.

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

    Booyaka101

    Hello,

    I use to develop plugins for Minecraft a few years ago, My main plugin was https://dev.bukkit.org/projects/firstlogin.

    I would liket o get into developing plugins again but so much has changed. I would like to upgrade this plugin to make it feel like new again. If there is anyone out there please send me a DM.

    But only if you are really willing to help me out and get me back in the game :).
    Thanks

    Booyaka101
     
  2. Offline

    Tim_M

    Just use Reflection to make it multi-version compatible. If class names changed check what version it is and run the code accordingly. All changes can be found in the documentation. Good luck!
     
  3. Offline

    davidclue

    https://hub.spigotmc.org/javadocs/bukkit/

    This is basically everything you need just use the other docs for different versions. A lot has changed since 2011 of course but if you could do it before, you can do it again.
     
  4. Offline

    Booyaka101

    Thanks so much for the replies :) will definitely look at the provided link, Only problem is I don't have the source code for the original plugin anymore. And if I try download it I get nothing :( .
     
  5. Offline

    davidclue

    @Booyaka101 Well the plugin seems fairly simple and easy to re-create, it won't take you long to make it again and you can make it even better then before this way :)
     
  6. Offline

    Booyaka101

    @davidclue

    Thanks so much for this, I have started development on FirstLoginV2. Thanks so much for all the replies.
     
    davidclue likes this.
  7. Offline

    timtower Administrator Administrator Moderator

    Reflection is not something that should be taught to newer devs, if at all.
     
    Shqep likes this.
Thread Status:
Not open for further replies.

Share This Page