minecraft Questions
3
Solved
I can't find a way of reading the Minecraft world files in a way that i could use in python
I've looked around the internet but can find no tutorials and only a few libraries that claim that they c...
Marvel asked 7/8, 2019 at 15:36
3
Solved
In Minecraft I was hoping to find a way to read the chat automatically like pictured below
In order to record transactions made in the virtual shop into a PostgreSQL database. Preferably using P...
Crestfallen asked 1/12, 2012 at 0:24
12
Solved
I am making a custom armor, and in my armor class I am getting this error:
The method getArmorTexture(ItemStack, Entity, int, int) of type ArmorE must override or implement a supertype method
...
Twopenny asked 29/9, 2014 at 23:21
5
I try to build my gradle project and I get the following error:
1:36 PM Gradle sync failed: Unable to make field private static final java.util.Map java.lang.ProcessEnvironment.theCaseInsensitiveEn...
Dippold asked 10/6, 2021 at 10:42
2
Solved
I wanted to switch to IntelliJ for forge modding (minecraft). When I do what they are saying to do on internet, I get a maven error...
Unindexed remote maven repositories found. Disable...
The f...
Sottish asked 23/2, 2017 at 21:44
9
I have Java7 running on 32-bit Windows and 4 GB RAM, but:
java -Xmx4G -Xms4G -jar Minecraft.jar
java -Xmx3G -Xms3G -jar Minecraft.jar
java -Xmx2G -Xms2G -jar Minecraft.jar
...still does not wo...
7
All in all, I'm trying to programmatically -and externally- control the Minecraft player's orientation.
No APIs, no Java mods to the game environment
Typically this requires the movement of the mou...
2
My pitches and yaws are messed up.
I have the pitch and yaw of the pad but the beam's pitch and yaw are messed up.
How do i calculate the normal vector for the pad's pitch and yaw? I tried a cr...
2
Solved
I'm trying to teach myself java syntax and using minecraft as a platform for diving in. I'm having a problem though because none of my textures are being loaded. For that matter neither are my loca...
Dubois asked 23/12, 2014 at 15:27
4
Solved
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 ->...
6
Solved
I'm trying to make a simple custom Minecraft launcher.
According to the Minecraft Wiki page for the Launcher,
it should be possible to run the Minecraft launcher using username and password prefixe...
5
Solved
TL;DR:
DNS resolution of a domain(s) must map to IP:port(s), instead of just IP.
Example,
sub1.example.com 🡲 192.0.2.4:4567
sub2.example.com 🡲 192.0.2.4:5678
I CAN modify DNS records.
I ow...
Piggery asked 25/9, 2013 at 21:0
3
Introduction
I want to combine my separate Minecraft worlds into a single world and it seemed like a relatively easy feat, but as I did research it evolved into the need to make a custom program.
...
Wonderwork asked 24/1, 2020 at 23:32
1
For a Maven archetype, how to camel case a generated file name using ${artifactId} in archetype-metadata.xml? For example, sample-my should give SampleMy.java.
I supposed this is needed to be a ve...
Wormhole asked 4/1, 2016 at 1:46
1
I play modded Minecraft a fair bit. One downside to that is it takes a lot of time for all the mods to compile whenever I launch Minecraft. It can take around 15 minutes or so, which is too much ti...
3
Solved
I want to start a java Process(Minecraft Server) over SSH(PHP Script). And on disconnect it should not be closed.
I am using Bitvise SSH Server for Windows and 64 Bit Java.
I can start the server...
3
Solved
I am making this code for a minecraft server plugin updater
I am a new shell scripter so I don't know alot...
when I run this code I get a error:
#!/bin/sh
export PATH=$PATH:.
#Options
PLUGI...
1
Solved
I am parsing a schematic file with the following structure
The .schematic file format was created by the community to store sections of a Minecraft world for use with third-party programs. Schemat...
Wiburg asked 23/4, 2019 at 17:46
2
Solved
I'm currently working on a plugin that lets you assume the identity of another player. It does this almost flawlessly: Your UUID and username are changed to that of the user whose identity you are ...
1
Solved
I am trying to update blocks in Minecraft within a Bukkit mod and be able to //undo those changes within Minecraft. I can change the block but I cannot //undo the change.
I must be missing somethi...
1
Solved
I have a forge server/client project setup in Eclipse and am running a vanilla server. I'd like to copy some structures my children have built in another vanilla world and modify them slightly (ie....
Breeches asked 1/7, 2018 at 14:38
5
Solved
I'm wondering how to package a Java application into a native binary for Windows, Linux and Mac OS X.
I know Minecraft does this, but I can't figure out how. This is what'd I'd like to do:
...
2
I'm trying to run a plugin that makes HTTP/HTTPS POST requests. On it its declared the needed dependencies, that is httpclient and httpcore. I'm using versions 4.5.3 and 4.4.6 respectively. Althoug...
Windbreak asked 25/6, 2017 at 20:4
1
Solved
I have made a Minecraft Resource Pack for a server. I want to make it so I can push the textures and modified files to the repository without changing the download link every time.
So, I came to G...
Theriot asked 27/11, 2016 at 23:1
2
Solved
I have just started learning Java while modding Minecraft. I have watched a tutorial on adding the blocks into the game using the Minecraft Forge API, but I have a problem. There is no longer the "...
Vereeniging asked 24/1, 2015 at 0:58
1 Next >
© 2022 - 2025 — McMap. All rights reserved.