Top "Minecraft" questions

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

Java Could not reserve enough space for object heap error

I have Java7 running on 32-bit Windows and 4 GB RAM, but: java -Xmx4G -Xms4G -jar Minecraft.jar java …

java jvm minecraft
How to redirect DNS to different ports

TL;DR: DNS resolution of a domain(s) must map to IP:port(s), instead of just IP. Example, sub1.…

networking dns minecraft
Launch Minecraft from command line - username and password as prefix

I'm trying to make a simple custom Minecraft launcher thing. According to the Minecraft Wiki page for the Launcher, it …

java terminal cmd launcher minecraft
The method must override or implement a supertype method

I am making a custom armor, and in my armor class I am getting this error: The method getArmorTexture(ItemStack, …

java minecraft minecraft-forge
Minecraft Server closes immediately after running?

Sorry if it's not the right place to ask this, I'm a bit new here. Everything was PERFECT. I did …

server minecraft hamachi
Java Unsupported major.minor version 52.0 error Minecraft

I am currently trying to run a plugin im working on onto a test server. The Minecraft server is running …

java minecraft
Intellij IDEA Maven Import problems

I wanted to switch to IntelliJ for forge modding (minecraft). When I do what they are saying to do on …

maven intellij-idea minecraft minecraft-forge
How to terminate Lua script?

How would I terminate a Lua script? Right now I'm having problems with exit(), and I don't know why. (This …

lua minecraft computercraft
How do I open a class file with notepad++?

I am opening a minecraft class folder with notepad++. But whenever I open it, it just has a bunch of …

class notepad++ minecraft
Syntax error: end of file unexpected (expecting "then")

I am making this code for a minecraft server plugin updater I am a new shell scripter so I don't …

linux shell unix minecraft