Minecraft is a sandbox game coded in Java by Markus Persson (Notch). Players place and destroy blocks to gain armor, weapons and tools in a randomly generated world. Multiplayer functionality can be used by downloading a server that runs in Java and takes commands from the command line.

learn more… | top users | synonyms

0
votes
1answer
18 views

Embedding a Dynamic Map into Php

my name is Chris and this is my first help question. I am having some issues trying to figure out how to embed a Minecraft Server Dynamic Map into my PHP. The map is 209.105.236.244:8123 The code ...
0
votes
0answers
22 views

MODx - Php code isn't updating

I recently have been using snippets to power a "server status" page for my MinecraftServers, and it was working fine for quite a while, however now for some reason the php code is not updating! (It ...
0
votes
0answers
6 views

Minecraft Modding - Blocks taking the same name as each other

Hello stackoverflow community. I am having a problem with a mod I am making for minecraft, and for some reason, blocks are taking the names of eachother. Main mod class code involving the blocks: ...
1
vote
1answer
30 views

Minecraft Flood fill

I am trying to calculate minecraft's light values, but the algorithm I use is very slow. What is a better way to calculate the lighting array? The code looks like this: struct chunk_data { char ...
-5
votes
0answers
26 views

Making client-side-only bot for minecraft (preferably in java) [closed]

So is it possible to make such a bot that would use player side only ? I am not firmly acquintanted with minecraft engine, but i have cool idea of a project, so i could iimprove my java skills. I'm ...
0
votes
0answers
10 views

SSH Screens with Minecraft Sercer [migrated]

I have just started to learn ssh. I installed everything needed, started my minecraft server, can join it, see all commands though console, ect. But when I leave the screen and close the Terminal I ...
-1
votes
1answer
10 views

Route incoming connections from subdomain to port? [closed]

Is it possible to forward incoming connections from a specific subdomain to an internal IP at a port? I need people connecting from a.domain.com over port 25565 should be forwarded to [internal ...
-1
votes
1answer
26 views

Linux: forward incoming connections from subdomain to port? [closed]

I'm currently running two minecraft servers on the same computer, and would like two separate subdomains so people don't have to connect to one with domain.com:25566. The solution I can see to this, ...
-1
votes
1answer
51 views

Ping a minecraft server with javascript (no plugins)?

I'm creating this website which lists minecraft servers. Basically I'm trying to ping all these servers as they are displayed. Solving this problem with php doesn't quite solve it for me, pinging all ...
0
votes
0answers
23 views

jquery ui drop&drag minecraft like jquery ui

Hello I have been working in this ( http://jsfiddle.net/LdeGC/2/) for almost one day, I have been reading the api. But i havent had any luck: if ...
-6
votes
0answers
61 views

Minecraft - FTB Ultimate Server Crash (Linked to OS?) [closed]

Having some problems with my FTB server. Whenever a player places a turtle in the world, the server crashes. Crash report: https://gist.github.com/anonymous/5568086 Full Log: ...
0
votes
1answer
51 views

Converting a Map<String, Object> to a byte[] and back

Alright, so I have two methods that should work as far as I can tell which gets something called an ItemStack, and serializes it. The serialization is then entered into a ByteOutputStream and is ...
0
votes
1answer
34 views

Show 30px high JPanel, then fill rest of space with minecraft

I am trying to make a JFrame with a 30px JPanel at the top, then add the Minecraft Applet underneath, Both need to resize automatically, I am trying to achieve this with a GridBagLayout, so far I ...
-2
votes
0answers
25 views

Image Rendering Script - PHP [closed]

My plan was to mess around with this open source script. I don't understand it at all, which is why I want to play around with it. However I know now how it works, but it simply isn't working. I know ...
-2
votes
1answer
28 views

How do you run a server (minecraft server) via my own website? [closed]

How do I run a server via my website? I've heard about people doing that, so I wanted to do it myself! Please reply.
1
vote
0answers
24 views

Minecraft Mod to create files and folders

I'm currently creating a mod for Minecraft. It's another computer mod and I need it to store all the files and folders the user creates on the computer into the computers own personal folder. For ...
0
votes
1answer
48 views

Process redirect standard output verbosity issue

I have a problem with reading data from process StandardOutput in C#. Here is what i have: var hdd = new System.Diagnostics.Process(); hdd.StartInfo.FileName = "C:\\Program ...
0
votes
1answer
52 views

Minecraft NBT zlib compression in c doesn't get accepted by the game

I'm currently working on a NBT reader and writer to edit Minecraft maps (both the player data and the chunks themselves). I've got the reading of NBTData all done and I was able to write a level.dat ...
1
vote
0answers
56 views

Initializing Minecraft Mod

I would like to start making a minecraft mod that allows you to manage your pocket easier. I initialized all the imports I need, package net.minecraft.src; import cpw.*; import cpw.mods.*; import ...
-1
votes
0answers
16 views

MC Forge custom model hand

In my mod, I build a custom entity which looks like a human, so I gave him a pickaxe using this.setCurrentItemOrArmor(0, new ItemStack(Item.pickaxeSteel)); but it didn't worked. I think this is ...
0
votes
1answer
62 views

Building a packet to send to a minecraft server - python

I've been trying for hours (literally) to send a packet to a minecraft server. http://www.minecraftwiki.net/wiki/Classic_Server_Protocol#Packet_Protocol (The player identification bit). But I'm ...
-1
votes
0answers
41 views

Copy files from ZIP into minecraft.jar

I am working on a private Minecraft Launcher and Modpack for me and my friends, but as Mojang don't allow you to modify the Minecraft files I need to inject Forge into minecraft.jar via my launcher, ...
0
votes
1answer
66 views

A single jar throws ClassNotFoundException AFTER I have compiled

I have 9 jar files in my project/lib folder and my classpath appears to be accurate. Everything works fine before I compile, but after compiling a single jar, stringtree-json-2.0.5.jar, throws ...
0
votes
0answers
21 views

Bukkit NPE During PlayerInteractEvent

I am getting a NPE (null-pointer exception) when placing any other item than the ones I have defined, or when drinking from a milk-bucket. I have tried adding isCanceled() == false to my EventHandler, ...
0
votes
1answer
67 views

ComputerCraft: custom printer software

I'm trying to make a custom printing program for ComputerCraft, that can make more copies by one command and I have a problem. Every time a put a file into it, it doesn't break lines and puts "?" ...
1
vote
2answers
39 views

Python NameError from contents of a variable

I've been making a mod for the Raspberry Pi version of Minecraft and I'm getting a very frustrating error every time I enter one of the commands in my program. Here's my code: import ...
2
votes
2answers
44 views

Stuck reading string from file [closed]

I am trying to match a String in a text file with one from user input. I am able to find and display it using a while loop with if (String.valueOf(str).toLowerCase().contains(u)), but say I have a ...
1
vote
2answers
47 views

Display some info from a page

I am making a console viewer for a Minecraft server, but when I get to the stage where I only need to display the text in a browser, It wont let me with this error: Fatal error: Allowed memory size ...
-1
votes
0answers
35 views

Can Python convert a PID into a process object?

My goal is to be able to manage my Minecraft server from any ssh session or terminal. For those of you not familiar, Minecraft's server is a .jar file. I've currently got a Python script which can ...
0
votes
2answers
95 views

Nginx proxy_pass to Minecraft server

I'm trying to run two Minecraft servers on the same machine on two different ports. I want to reference them based on subdomains: one.example.com -> <minecraft>:25500 two.example.com -> ...
0
votes
2answers
64 views

C++ - Running a program without using system converting from a batch file

I'm currently trying to run a program with some arguments. I already did this using a batch file. The command I used there was .\runtime\bin\python\python_mcp .\runtime\recompile.py %* I actually ...
-2
votes
0answers
34 views

JVM Crashing… A lot [closed]

I have been getting LOTS of java crashes. From both my MineCraft Server (I realize this is not the place to ask about that) At first I thought it was my server... then I tried java programming as I ...
0
votes
1answer
98 views

c# How to merge 2 zip files together into 1 zip

I am trying to make a custom launcher for Minecraft in C# but I have come across a bump. I want to add something into it, Minecraft Forge, but the only way I could think of is to change the extension ...
0
votes
1answer
77 views

error calling specific strings from a List<String> Map in a bukkit config file

I'm very new to coding. I have tried everything.I can think of to try to get a list of titles that are stored in my config to be sent to the player as messages and nothing I have tried works. current ...
0
votes
0answers
68 views

PHP class in Wordpress plugin widget

I have been trying to include the Minecraft query class into my new Wordpress plugin. At the moment, the require is causing all widgets below it to not display at all. At the moment the plugin is in ...
3
votes
1answer
123 views

Unknown Source in Stacktrace Java Eclipse

I have the very annoying problem, that when exporting a jar-file out of my source code in eclipse I will get no information in the stacktrace about the source and line number in which the error ...
1
vote
3answers
46 views

Check if a package (API) is loaded in Java

I'd like to ask, is there a way for a java program to see if package x is loaded? I've been making mods (for minecraft), and I have realised that almost all of my programs need to use the same ...
0
votes
0answers
133 views

Handling exceptions Java

I am trying to make a chat server that communicates with my Minecraft client and that worked fine but I can not get the client to work with the server. This is the client public class ...
-4
votes
1answer
54 views

how to customize minecraft server [closed]

i'm new with minecraft servers, and don't plan to make any besides this one, but i need to make a server that can hold about 8 people, and will turn someone to ghost mode when they die(invisible, ...
1
vote
1answer
108 views

get String from “for loop” when I use break

I have the following code block (it's a plugin for bukkit server[minecraft game]) msg = lang.getString("Kick", "null"); //default msg. msg = msg.replace("\\n", "\n"); ...
1
vote
1answer
55 views

Catch non-standard output from .jar file

I'm trying to make a GUI for hosting Minecraft CraftBukkit servers in C#. CraftBukkit servers are hosted with a .jar which's source code can be found here: https://github.com/Bukkit/CraftBukkit/. So ...
2
votes
3answers
269 views

PHP login script using SHA256

I want to make a log in script for my website using some special SHA256 encryption and a mysql database linking with it. (And a form ofcourse :P) I use the Minecraft Plugin "Authme" for the ...
0
votes
1answer
102 views

PHP Minecraft Votifier

I'm trying me best to get this thing working but I dont know why the minecraft server consoles gives me: 05.04 01:40:29 [Server] INFO /212.1.212.1:58215 lost connection my code php function: ...
0
votes
2answers
65 views

Returning an extended class

I'm not sure if this will really make any sense (I've kinda confused my self ) but what I am trying to do is create a mini-game plugin and I'm trying to make it cycle between maps, I create a new ...
0
votes
0answers
60 views

Why is my fontrenderer for minecraft not printing?

I need help with this fontrenderer. It's not printing on the screen. This is in minecraft and I am trying to add TTF support. Thanks in advance. private static void drawChar(Gui gui, char c, int ...
0
votes
3answers
55 views

How could I get the output from a .jsp file in PHP?

I'm trying to do, for example, http://www.minecraft.net/haspaid.jsp?user=notch, which returns true. I want to basically make ?user=$somevariable from PHP and read whether the result returns true or ...
0
votes
0answers
134 views

How I can set the Minecraft Icon through Process.Start (Minecraft Launcher)

I found this page of StackOverflow that help me to run Minecraft using Process.Start (In a personalized launcher) Although the asker puts that the code don't works, for me works fine! But when the ...
4
votes
1answer
164 views

C# ping minecraft

So found this little code snippet that would allow you to ping a Minecraft server in PHP, but now i want to do this in C#. I tried doing this on my own but for some reason its just not working ...
0
votes
0answers
44 views

Reading user input without halting execution

I'm trying to read user input in a console interface in a Lua application. However, I do not want to halt program execution as the title suggests. Using read() would interfere with the normal handling ...
0
votes
1answer
94 views

Lua/Computercraft listen but also function?

I am trying to make a computer system/network on Tekkit using computercraft. Computecraft is a Lua based modification which runs within Minecraft/Tekkit and other modification packages. Basically, ...

1 2 3 4 5 9