Solved net.minecraft.server.v1_10_R1.

Discussion in 'Plugin Development' started by Typ, Jun 25, 2017.

Thread Status:
Not open for further replies.
  1. Hello,
    until now I never needed to Import something of net.minecraft.server.v1_10_R1. And if it gets automatically importet, IntelliJ doesn't find it, so now my Question: What ist this, and where can I get it, to be able to Import it?
    Thanks for every answer!

    Typ
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Typ That is NMS, something you don't need that much.
    Why do you need it? What version are you developing on?
     
  3. Because I've got a Plugin from another developer, who isn't reachable anymore, and I need to update it to 1.12, he used this NMS
     
  4. Offline

    timtower Administrator Administrator Moderator

    @Typ Please link the plugin.
     
  5. It isn't public, its owned by an Server, sry..
    Just, how to correctly Import the NMS?
     
  6. Offline

    timtower Administrator Administrator Moderator

    @Typ You need to convert the NMS to your current version, it is Net.Minecraft.Server (I think)
    Changes every version.
    And you need to build on CraftBukkit
     
  7. Okay nice! Works now, thank you really very very much!
     
Thread Status:
Not open for further replies.

Share This Page