Does this fix PART of the DMCA take down?

Discussion in 'Bukkit Discussion' started by isaiah8139 - BSwear, Jun 28, 2016.

Thread Status:
Not open for further replies.
  1. The DMCA take down says:

    so...
    I opened craftbukkit.jar and removed the class files

    net.minecraft.*
    com.mojang.*

    and when I do
    Code:
    java -cp minecraft_server.1.10.2.jar -jar craftbukkit-latest.jar
    It would work BUT the class name is changed when It was put in the Bukkit
    so in Bukkit the server jar the package is:
    net.minecraft.server.v1_10_R1

    BUT in the Mojang minecraft server.jar file the package is
    net.minecraft.server

    so if I changed all the bukkit imports from net.minecraft.server.v1_10_R1 to net.minecraft.server
    whould it fix some PART of the DMCA takedown?

    EDIT:
    Forge does this
     
    Last edited: Jun 28, 2016
  2. Offline

    Necrodoom_V2

    All you changed is the package name. You arent even referencing a valid craftbukkit version, but rather a fake one made by an unknown, which is in no way legal to download either. Eitherway Wolverness revoked his permission for his code so you cant use any of his code in the craftbukkit codebase.
     
  3. No, I removed the packages: com.mojang and net.minecraft
     
  4. Offline

    timtower Administrator Administrator Moderator

    Now start the server, it won't run.
     
    MCMastery likes this.
Thread Status:
Not open for further replies.

Share This Page