[License] The Korean Bukkit Problem

Discussion in 'Bukkit Discussion' started by finalchild, Jun 23, 2014.

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

    finalchild

    (Sorry about my bad English..)
    Hellooo, I'm back to bukkit forum!
    This post is about KOREAN BUKKITS, and Naver blogs.

    What is KOREAN BUKKIT?:
    I don't know who first made it.
    It means an korean executable form of craftbukkit.
    Most korean players are computer illiterates.
    They don't know how to make a simple batch file.
    So some players kindly made this batch file.
    Code:
    @echo off
    title XX's Minecraft 1.7.8 Korean Bukkit
    :home
    cls
    echo.
    echo ┍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       
    echo │ 1 : 32Bit                     
    echo │             
    echo │ 2 : 64Bit(Java6)   
    echo │                                 
    echo │ 3 : 64Bit(Java7)
    echo │                             
    echo ┃ 4 : Exit Bukkit         
    echo ├━━━━━━━ XX's Minecraft 1.7.8 Korean Bukkit ━━━━━━━━━
    echo ┃
    echo ┃* You may not comment about bukkit.
    echo ┃* MOD, distribution without permission => report
    echo ┃* Tested on Windows 7 64bit(Java 7), Windows 8 64bit
    echo ┃
    echo ┕━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     
    set /p a=choose your Java and press Enter :
    if %a%==1 goto 32_6
    if %a%==2 goto 64_6
    if %a%==3 goto 64_7
    if %a%==4 goto exit
     
    :32_6
    cls
    java -Xms1024M -Xmx1024M -jar craftbukkit.jar
    pause
    goto exit
     
    :64_6
    cls
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx1024M -Xmx1024M -jar craftbukkit.jar
    pause
    goto exit
     
    :64_7
    cls
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xms1024M -Xmx1024M -jar craftbukkit.jar
    pause
    goto exit
     
    :111
    
    And they call it Korean Bukkit, proudly.


    What's the Problem?:
    The problem is that they call it Bukkit.
    They distribute their executables on their blog, with craftbukkit.
    The bukkit license says: Contributor Grant other than patent or trademark
    TRADEMARK => BUKKIT

    What made that problem?
    Naver made it.
    Naver is a portal site like google.
    There are mail, blog, Q&A, dictionary, news, map, comics etc.
    And naver search engine searches mostly in naver blogs.
    That means: we cannot search bukkit forum from naver.
    Naver makes users a big fish in a little pond.
    Players cannot search minecraft forum's vast mods and maps!
    For example, when I search Smart Moving, there are blogs, blogs and blogs.
     
Thread Status:
Not open for further replies.

Share This Page