Top "Minecraft" questions

Use this tag for programming-related questions about the computer game Minecraft.

How would I increase the max build limit in minecraft?

I want to take on the ambitious project of recreating the earth in Minecraft at a much larger and detailed …

java minecraft minecraft-forge
ClassNotFoundException on org.apache.http.ssl.TrustStrategy

I'm trying to run a plugin that makes HTTP/HTTPS POST requests. On it its declared the needed dependencies, that …

java httpclient apache-httpclient-4.x minecraft bukkit
Where to start with creating Minecraft client mods

I've looked all over the net and YouTube and for some reason this is some top secret information or something …

java eclipse minecraft minecraft-forge
Crontab Permission Denied

I'm having problem with crontab when I'm running a script. My sudo crontab -e looks like this: 05 00 * * * /opt/mcserver/backup.…

linux ubuntu permissions crontab minecraft
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 …

nginx minecraft
Java - Error when removing from an ArrayList more than once. (IllegalStateException)

I've been googling around for quite a bit, and can't seem to find a solution. What have I done wrong …

java exception arraylist minecraft
Connection refused error in PHP

[06-Nov-2013 17:57:32] PHP Warning: socket_connect() [function.socket-connect]: unable to connect [111]: Connection refused in /home2/whoop/public_html/phptesting/main.php …

php sockets port host minecraft
Is there a way to attach data to a Bukkit ItemStack?

Ok, I am trying to attach data to a Minecraft Bukkit ItemStack. I would like it so the entity that …

java module minecraft bukkit
How is a 3d perlin noise function used to generate terrain?

I can wrap my head around using a 2D Perlin noise function to generate the height value but I don't …

terrain procedural-generation minecraft perlin-noise
How to create native binaries for your Java app?

I'm wondering how to package a Java application into a native binary for Windows, Linux and Mac OS X. I …

java windows linux macos minecraft