Minecraft Mods

Lithium Server Console [AI Voice]

  • 2,023 views, 2 today
  • 59 downloads, 0 today
  • 7
  • 5
  • 13
NathanLithia's Avatar NathanLithia
Level 53 : Grandmaster Network
235
This Console is a Server Wrapper
it has a AI voice To guide you through!

This console was an old project of mine that was made during Minecraft 1.0.1 Beta
I discontinued it due to school but i found it months later and decided to repair it
Its Repaired and now i am sharing it to everyone on pmc!


Thankyou For Choosing Lithium Bukkit Server Manager Console

LithiumOS Server Utility Console is open source too! feel free to edit it!

You may not claim that the Code is yours but you may freely use bits inside of the Console

If you do use Code from My Console Please Give credit ^_^




REQUIREMENTS
Windows XP/7
Say.exe
Knownlegde of Hosting Servers
SAY.exe Is Required for the console If taken away console will Show Errors



HOW TO USE

Simply Place your bukkit.jar next to the Console file and run the console

Default Folder name for Console is (Craftbukkit1.3.2.jar)

And your server should run


Source Code

@Echo Off
:Reboot
Title LithiumSoft Bukkit Server Console Manager
say Please wait
Echo Debugging Console
Set CB=9
Set CB2=7
Set JVA=7
Set D3=2
Set D2=3
Set D1=1
SET BINDIR=%~dp0
CD /D "%BINDIR%"
Color %CB%%CB2%
Echo Debugging Complete
CLS
:Menu1
CLS
Echo Version 0.0.2
Echo.
Echo Welcome To Lithium Bukkit Manager Console USER:%USERNAME%
echo.
Echo Server = craftbukkit%D1%.%D2%.%D3%.jar
Echo ---------Settings------------------------
Echo Java Version Set to (JAVA %JVA%)
Echo Bukkit Version is set to (%D1%.%D2%.%D3%)
Echo.
Echo -Options-
Echo 1 = Start Craftbukkit using Settings above
Echo 2 = Change Java Version
Echo 3 = More Options
Echo 4 = Reset Settings Back to default
Echo.
Echo Console Design Changes can be proformed in More options
echo.
say Set up, Complete
say Welcome to Lith ium Bucket console, Please Enter your input below the text
set /p Menu1="Enter your Input:
CLS
if %Menu1%==1 Goto StartBukkit
if %Menu1%==2 Goto JSETUP
if %Menu1%==3 Goto Menu2
if %Menu1%==4 Goto Reboot
If %menu1%== else say Invalid input
Goto Menu1
CLS
:Menu2
:A
CLS
Echo Version 0.0.2
Echo.
Echo Welcome To LithiumOS UniBukkit Console USER:(%USERNAME%)
echo.
Echo ---------Settings------------------------
Echo Java Version Set to (JAVA %JVA%)
Echo Bukkit Version is set to (%D1%.%D2%.%D3%)
Echo.
Echo -More Options-
Echo 1 = Back
Echo 2 = Change Console Colors
Echo 3 = Change Bukkit Version
echo.
echo.
say Directed to: More Options
say Please enter your input below the text
set /p Menu2="Enter your Input:
CLS
if %Menu2%==1 Goto Menu1
if %Menu2%==2 Goto ColorAPStart
if %Menu2%==3 Goto Version
CLS
Goto Menu2
:ColorAPStart
say Loading Colors Please wait
:ColorAP
CLS
Echo Enter X to switch to Backround color
echo ------------------------------
echo Please Choose a new Text Color
echo 1 Blue 8 Gray
echo 2 Green 9 Light Blue
echo 3 Aqua A Light Green
echo 4 Red B Light Aqua
echo 5 purple C Light Red
echo 6 yellow D light purple
echo 7 White E Light Yelow 0 Black
echo type in a number/letter and press enter!
Echo --------------------------------------
echo When finished Picking Colors type in f
echo --------------------------------------
set /p ColorAPP="Enter your Choice:
if %ColorAPP%==0 Color %CB%0
if %ColorAPP%==1 Color %CB%1
if %ColorAPP%==2 Color %CB%2
if %ColorAPP%==3 Color %CB%3
if %ColorAPP%==4 Color %CB%4
if %ColorAPP%==5 Color %CB%5
if %ColorAPP%==6 Color %CB%6
if %ColorAPP%==7 Color %CB%7
if %ColorAPP%==8 Color %CB%8
if %ColorAPP%==9 Color %CB%9
if %ColorAPP%==A Color %CB%A
if %ColorAPP%==B Color %CB%B
if %ColorAPP%==C Color %CB%C
if %ColorAPP%==D Color %CB%D
if %ColorAPP%==E Color %CB%E
if %ColorAPP%==F Goto A
if %ColorAPP%==a Color %CB%A
if %ColorAPP%==b Color %CB%B
if %ColorAPP%==c Color %CB%C
if %ColorAPP%==d Color %CB%D
if %ColorAPP%==e Color %CB%E
if %ColorAPP%==f Goto A
if %ColorAPP%==Z Goto ColorAPP2
if %ColorAPP%==0 Set CB2=0
if %ColorAPP%==1 Set CB2=1
if %ColorAPP%==2 Set CB2=2
if %ColorAPP%==3 Set CB2=3
if %ColorAPP%==4 Set CB2=4
if %ColorAPP%==5 Set CB2=5
if %ColorAPP%==6 Set CB2=6
if %ColorAPP%==7 Set CB2=7
if %ColorAPP%==8 Set CB2=8
if %ColorAPP%==9 Set CB2=9
if %ColorAPP%==A Set CB2=A
if %ColorAPP%==B Set CB2=B
if %ColorAPP%==C Set CB2=C
if %ColorAPP%==D Set CB2=D
if %ColorAPP%==E Set CB2=E
if %ColorAPP%==a Set CB2=A
if %ColorAPP%==b Set CB2=B
if %ColorAPP%==c Set CB2=C
if %ColorAPP%==d Set CB2=D
if %ColorAPP%==e Set CB2=E
if %ColorAPP%==X Goto ColorAP2
if %ColorAPP%==x Goto ColorAP2
Color %CB%%CB2%
if %cb2% == %cb% say You cannot have both colors the same
if %cb2% == %cb% Goto ColorAP
say Color directed to %cb%%cb2%
Goto ColorAP
:ColorAP2
CLS
Echo Enter X to switch to Text color
echo ------------------------------
echo Please Choose a new Backround Color
echo 1 Blue 8 Gray
echo 2 Green 9 Light Blue
echo 3 Aqua A Light Green
echo 4 Red B Light Aqua
echo 5 purple C Light Red
echo 6 yellow D light purple
echo 7 White E Light Yelow 0 Black
echo type in a number/letter and press enter!
Echo --------------------------------------
echo When finished Picking Colors type in f
echo --------------------------------------
set /p ColorAPP2="Enter your Choice:
if %ColorAPP2%==0 Color 0%CB2%
if %ColorAPP2%==1 Color 1%CB2%
if %ColorAPP2%==2 Color 2%CB2%
if %ColorAPP2%==3 Color 3%CB2%
if %ColorAPP2%==4 Color 4%CB2%
if %ColorAPP2%==5 Color 5%CB2%
if %ColorAPP2%==6 Color 6%CB2%
if %ColorAPP2%==7 Color 7%CB2%
if %ColorAPP2%==8 Color 8%CB2%
if %ColorAPP2%==9 Color 9%CB2%
if %ColorAPP2%==A Color A%CB2%
if %ColorAPP2%==B Color B%CB2%
if %ColorAPP2%==C Color C%CB2%
if %ColorAPP2%==D Color D%CB2%
if %ColorAPP2%==E Color E%CB2%
if %ColorAPP2%==F Goto A
if %ColorAPP2%==a Color a%CB2%
if %ColorAPP2%==b Color b%CB2%
if %ColorAPP2%==c Color c%CB2%
if %ColorAPP2%==d Color d%CB2%
if %ColorAPP2%==e Color e%CB2%
if %ColorAPP2%==f Goto A
if %ColorAPP2%==Z Goto ColorAPP2
if %ColorAPP2%==0 Set CB=0
if %ColorAPP2%==1 Set CB=1
if %ColorAPP2%==2 Set CB=2
if %ColorAPP2%==3 Set CB=3
if %ColorAPP2%==4 Set CB=4
if %ColorAPP2%==5 Set CB=5
if %ColorAPP2%==6 Set CB=6
if %ColorAPP2%==7 Set CB=7
if %ColorAPP2%==8 Set CB=8
if %ColorAPP2%==9 Set CB=9
if %ColorAPP2%==A Set CB=A
if %ColorAPP2%==B Set CB=B
if %ColorAPP2%==C Set CB=C
if %ColorAPP2%==D Set CB=D
if %ColorAPP2%==E Set CB=E
if %ColorAPP2%==a Set CB=a
if %ColorAPP2%==b Set CB=b
if %ColorAPP2%==c Set CB=c
if %ColorAPP2%==d Set CB=d
if %ColorAPP2%==e Set CB=e
if %ColorAPP2%==X Goto ColorAP
if %ColorAPP2%==x Goto ColorAP
Color %CB%%CB2%
if %cb% == %cb2% say You cannot have both colors the same
if %cb% == %cb2% Goto ColorAP2
say Color directed to %cb%%cb2%
Goto ColorAP2

CLS
:Version
Echo Please Enter the all 3 Digits For the version number
echo.
Echo Craftbukkit-( )._._
echo.
set /p Digit="Enter Version Digit:
if %Digit%==1 set D1=1
if %Digit%==2 set D1=2
if %Digit%==3 set D1=3
if %Digit%==4 set D1=4
if %Digit%==5 set D1=5
if %Digit%==6 set D1=6
if %Digit%==7 set D1=7
if %Digit%==8 set D1=8
if %Digit%==9 set D1=9
CLS
Echo Please Enter the all 3 Digits For the version number
echo.
Echo Craftbukkit-%D1%.( )._
echo.
set /p Digit="Enter Version Digit:
if %Digit%==1 set D2=1
if %Digit%==2 set D2=2
if %Digit%==3 set D2=3
if %Digit%==4 set D2=4
if %Digit%==5 set D2=5
if %Digit%==6 set D2=6
if %Digit%==7 set D2=7
if %Digit%==8 set D2=8
if %Digit%==9 set D2=9
CLS
Echo Please Enter the all 3 Digits For the version number
Echo.
Echo Craftbukkit-%D1%.%D2%.( )
Echo.
Set /p Digit="Enter Version Digit:
if %Digit%==1 set D3=1
if %Digit%==2 set D3=2
if %Digit%==3 set D3=3
if %Digit%==4 set D3=4
if %Digit%==5 set D3=5
if %Digit%==6 set D3=6
if %Digit%==7 set D3=7
if %Digit%==8 set D3=8
if %Digit%==9 set D3=9
:DError
CLS
Echo Version number entered
Echo.
Echo Craftbukkit-%D1%.%D2%.%D3%
Echo.
Echo Is this the version you want?
echo.
Echo Enter 1 to Use these settings
echo.
Echo Enter 2 To Reset Digits
echo.
set /p choice2="Enter:
If %choice2%==1 Goto Menu2
If %Choice2%==2 Goto Version
Goto DError

CLS
:JSETUP
CLS
Echo.
Echo The Default for this console is (Java7)
Echo Your Console is Set to (Java%JVA%)
Echo.
Echo Choices 1-9
echo.
echo Type F to go Back Changes will Save
Set /p JVASELECT="Enter Java Version Digit:
if %JVASELECT%==1 Set JVA=1
if %JVASELECT%==2 Set JVA=2
if %JVASELECT%==3 Set JVA=3
if %JVASELECT%==4 Set JVA=4
if %JVASELECT%==5 Set JVA=5
if %JVASELECT%==6 Set JVA=6
if %JVASELECT%==7 Set JVA=7
if %JVASELECT%==8 Set JVA=8
if %JVASELECT%==9 Set JVA=9
if %JVASELECT%==F Goto Menu2
if %JVASELECT%==f Goto Menu2
CLS
Goto JSETUP

:StartBukkit
CLS
Echo.
Echo Starting Server craftbukkit%D1%.%D2%.%D3%.jar
say Starting Server, craft bukkit, %D1% %D2% %D3%
echo.
"%ProgramFiles%JavaJre%JVA%binjava.exe" -Xincgc -Xmx1G -jar craftbukkit%D1%.%D2%.%D3%.jar
Say error, Server is not found or has Disconnected
say Console is now on Sleep mode
PAUSE
goto Reboot
Progress100% complete
Game VersionMinecraft 1.3.1
Tags

1 Update Logs

Update #1 : by NathanLithia 10/24/2012 7:05:36 pmOct 24th, 2012

Fixed Title
Cleaned Description
Fixed some spelling errors

Create an account or sign in to comment.

1
08/23/2015 4:13 am
Level 33 : Artisan Dragon
HudsonGamingYT
HudsonGamingYT's Avatar
cool,
do the people that cant get this working, create a seperate notepad and copy and paste this in (for windows)
@echo off
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE

Depending on your java version -Xmx1024M can be bigger/smaller (that area of code is also the memory: 1024M = 1GB)
1
08/23/2015 7:48 am
Level 53 : Grandmaster Network
NathanLithia
NathanLithia's Avatar
o.o i forgot this thing even existed, got a updated one laying in my archive folder somewhere XD ill probably update this next week or so, been feeling really sick recently :/
1
10/31/2012 8:29 pm
Level 14 : Journeyman Dragon
DLStriker99
DLStriker99's Avatar
how do i find out my ip adress?
1
11/01/2012 4:30 am
Level 53 : Grandmaster Network
NathanLithia
NathanLithia's Avatar
You can view your ip adress at www.ipchicken.com
1
11/01/2012 8:40 am
Level 14 : Journeyman Dragon
DLStriker99
DLStriker99's Avatar
ok, have have my ip adress and port but now it has failed to bind to port...
1
11/01/2012 10:24 pm
Level 53 : Grandmaster Network
NathanLithia
NathanLithia's Avatar
You will need to carry this question out to the forums

I only know how to build the programs and how it runs

this error has nothing to do with my client but has Technical Difficulty Your side

Last time i seen a Server failing to bind its port is when your running 2 servers at once

you may have opened the bukkit.jar without the launcher

id suggest Restarting your computer and if the problem continues

Go ask a professional on the forums
1
10/27/2012 1:28 pm
Level 14 : Journeyman Dragon
DLStriker99
DLStriker99's Avatar
Does it work for 1.4.2?
1
10/27/2012 6:12 pm
Level 53 : Grandmaster Network
NathanLithia
NathanLithia's Avatar
It has Editable Settings

So You Can use it with any version of minecraft

and any version of Java
1
10/24/2012 7:35 am
Level 57 : Grandmaster Dragon
LithiumSedai
LithiumSedai's Avatar
Hi. :P
1
10/24/2012 7:03 pm
Level 53 : Grandmaster Network
NathanLithia
NathanLithia's Avatar
Gday <_>
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome