Chunkster V0.3 Help

Discussion in 'Bukkit Help' started by guitarmaniac1051, Aug 12, 2012.

Thread Status:
Not open for further replies.
  1. When i run the RUN ME.bat i get this

    Show Spoiler
    Java found! C:\Program Files\Java\jre7\bin\java.exe
    Chunkster Region Map Repair Utility v0.2 (now with electrolytes!)
    Author: Xeon Productions
    Usage: java -jar Chunkster.jar [options ..] <world directory>
    Options:
    --remove-mobs: removes mobs, monsters, creepers, skeletons, spiders, etc.
    --remove-projectiles: removes arrows, snowballs, eggs, etc
    --remove-dropped-items: removes dropped items.
    --remove-experience-orbs: removes experience orbs.
    --remove-vehicles: removes boats and minecarts

    [Chunkster] You forgot to provide a path, would you like to Chunkster to search
    the current directory? (Y/N)
    y
    [Chunkster] World found! C:\Users\Conor\Desktop\chunkste2\Survival\level.dat
    [Chunkster] Would you like to use repair this one? (Y/N)
    y
    [Chunkster] Starting scan...
    Press any key to continue . . .


    It just sais Pess any key to continue, it doesnt scan
    This is what is inside the RUN ME.bat file

    Show Spoiler
    @echo off

    FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment" /v CurrentVersion') DO set CurVer=%%B

    FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment\%CurVer%" /v JavaHome') DO set JAVA_HOME=%%B

    if "%JAVA_HOME%".==. (
    @echo java.exe not found
    pause
    exit
    ) else (
    @echo Java found! %JAVA_HOME%\bin\java.exe
    )

    "%JAVA_HOME%\bin\java.exe" -jar Chunkster.jar

    Pause[\spoiler]

    Im running a 64 bit windows vista...PLEASE HELP ME
     
  2. Offline

    Omnitv

    Post your server.bat and seems like the server cant find java
     
  3. its not in my server, im using 0.3 which comes with a .bat, i put my world file in the folder and ran the program
     
  4. Offline

    Omnitv

    Im not even familiar with this so called "Chunkster" program. :p
     
  5. Offline

    edragy

    I don't think chunkster is compatible with the anvil format
     
  6. Offline

    vander_fr

    It's not.
     
  7. Offline

    Omnitv

  8. Offline

    edragy

  9. Offline

    Omnitv

    Oh i see my mistake. :p
     
Thread Status:
Not open for further replies.

Share This Page