About 92,200 results
Open links in new tab
  1. java - Uploading a Minecraft Skin - Stack Overflow

    Apr 5, 2016 · For the past few days I have been trying to automatically upload a Minecraft skin to Mojang's servers. I am able to successfully log into my skin account (and set the cookies …

  2. java - Create brand new weapon with BlockBench and a MineCraft …

    Dec 29, 2023 · I would like to use Blockbench (a 3d modelling application like blender) to create an entirely new Minecraft weapon. Then, with java and some API (for example bukkit), I want …

  3. python - Minecraft change skin from file - Stack Overflow

    May 26, 2024 · I want to apply my skin from a png file with the mojang/minecraft java api I'm trying to apply a skin with a file, and I did everything according to the mojang api docs …

  4. minecraft forge - How to send data to a discord webhook in java …

    Feb 14, 2022 · I'm working on a Minecraft mod that requires sending a string of data to a discord webhook. What would the most efficient way to achieve this using a singular .java file?

  5. java - The simplest way to create a jar file? - Stack Overflow

    Jul 8, 2014 · I have a Java project and need to create a jar file for it. What is the simplest way to do this?

  6. java - How do I refresh Players to change their skin? - Stack Overflow

    Nov 11, 2024 · I am trying to change the skins of the players on the Server. I've looked it up and found that you would need to send the correct packets with one being the deletion and the …

  7. java - I'm making a Minecraft Mod and I get the error "mods.toml ...

    Nov 17, 2021 · When you insert %APPDATE% in Windows Explorer, it links you to C:\Users\<your username>\AppData\Roaming. The mods directories I talked about are where …

  8. java - Why is a ConcurrentModificationException thrown and how …

    Jul 6, 2016 · The Java library calls an attempt to modify a Collection while iterating through it a "concurrent modification". That unfortunately suggests the only possible cause is simultaneous …

  9. keytool error: java.io.FileNotFoundException: …

    Apr 7, 2022 · maybe that path c:\Users\USER_NAME\upload-keystore.jks couldn't be found and you should add to your questions details about your caller so that someone may help you to …

  10. How to fix minecraft server error where files are compiled by an …

    Dec 31, 2021 · What I want to highlight at this point is, that for Minecraft Server, it must be the development kit (JDK) it is not sufficient to only install the latest runtime environment (JRE).