Hey guys Spud here. Today I'm releasing a program that I made that allows for you to run a Bukkit server for your self. This is mainly if you want to use some of the plugins in a single player world. The program is called Singleplayer Bukkit. All you do is run the exe, choose your world, type in your username, and connect. The great thing about this is that you can use it any where with no need to be logged in. The game is also private so no one can join but you. One of the coolest things is that you don't even have to move your world to use it. When you start up the program you type in the name and it does everything for you, and when you're done it moves it back and there's not trace that it was ever there. also this program is written so it can be placed anywhere on your computer and still run just fine. so if you want to use plugins in a single player world just download SPB and let loose.

[Download]
Cool, but it does use the player's Minecraft.jar, correct?
It would be nice of you to make it for Mac/*nix or gives us Source code.
I also think this would be better as a mod.
I would be more than willing to give to the source but its written in a windows only language. As for you'r question about the minecraft.jar
you need to download bukkit and put it in the same folder.

ps. Here's the source:


Code:
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.10.2
 Author:         Spud2451

#ce ----------------------------------------------------------------------------
$dir = @ScriptDir
$world = InputBox("Singleplayer Bukkit","World Name:")
if $world <> "" then
$user = InputBox("Singleplayer Bukkit", "Username:")
if $user <> "" then
$worldpath = @AppDataDir&"/.minecraft/saves/"&$world
$newworldpath = $dir&"/"&$world
DirMove($worldpath, $newworldpath)
$ops = FileOpen("ops.txt",2)
FileWrite($ops,$user)
FileClose($ops)
$list = FileOpen("white-list.txt",2)
FileWrite($list,$user)
FileClose($list)
WinWaitActive("Minecraft 1.7.4")
sleep(2000)
ShellExecuteWait("start.bat", $world, $dir, "open", @SW_MINIMIZE)
DirMove($dir&"/"&$world,$worldpath)
EndIf
EndIf
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement