Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
146 views

I used Velocity proxy I need call /server server_name from my Bukkit plugin I tried to call a command with player.chat("/server server_name") but I got the error " undefined command &...
Milad Majd's user avatar
0 votes
1 answer
166 views

I am trying to make and save .nbt (structure block) files in Minecraft, using nbtlib. I first tried to see if I could edit an existing file using it, which worked well, but I'm trying to make a new ...
fullwoodenshovel's user avatar
0 votes
0 answers
120 views

I ran into a problem with Minecraft server. When I want to install some new plug, and it doesn’t matter which one, the following error occurs at startup: org.bukkit.plugin.InvalidDescriptionException: ...
Jake's user avatar
  • 1
2 votes
0 answers
209 views

I'm working on a Forge mod for Minecraft version 1.12.2 and I need to retrieve the title of the currently open GUI. In newer versions like Forge MDK 1.16.5, I can achieve this using mc.screen.getTitle(...
Interdum01's user avatar
0 votes
1 answer
152 views

I am making a spigot mod with using a spigot jar and running that and I cannot import anything from org.bukkit. My plugin is supposed to give players random hearts when they join for the first time. ...
Trinary's user avatar
  • 67
0 votes
2 answers
2k views

I am trying to make a web server for the Mineflayer API for my coding project. It is hosted using the free plan on render.com, and I use a cron job to keep it awake. However, when I send the bot ...
The Empty String Photographer's user avatar
0 votes
0 answers
214 views

I wanted to create my first mod to the minecraft. Which is kind of HACK has a menu which will be opened when you press the right shift btn. It has these functions: AutoTotem, AutoSprint, Hitbox and ...
AscendancyYT's user avatar
0 votes
1 answer
91 views

I want to make it so that my bukkit-paper plugin for 1.20.1 works, where you can mine an end portal frame with silk-touch and it mines, and you get the item: package me.grubbauer.endcrafter; import ...
Grubi's user avatar
  • 11
0 votes
1 answer
776 views

simply put nothing inside th oninitialise method runs the public class TutorialModClient appears grey in IntelliJ .I have all the necessary entries in my fabric.mod.json : the json entries are "...
Vladimir Dergachev's user avatar
0 votes
2 answers
672 views

Not long ago I started trying to create my own Minecraft fabric mod. When I try to start the client, I get two errors. I've been trying to fix them for 6 hours now but nothing works. Errors are ...
NoName's user avatar
  • 21
0 votes
0 answers
56 views

I was wondering how I could update the victim's scoreboard inside the if (killer != null) in my onPlayerDeath script. I want it so that when the player dies to another player it updates the victim's ...
gamer boi's user avatar
1 vote
0 answers
166 views

I'm attempting to create a gui similar to that of a spigot plugin in forge 1.20.2 for a pixelmon sidemod. I have all the code running everything works but i'm having an issue i can't solve. I created ...
Shadow's user avatar
  • 33
-1 votes
1 answer
415 views

I am experimenting with NBT tags, and I tried to summon a villager with custom trades (via NBT tags). It did not give me an error; it successfully summoned a villager, but when I opened its trading ...
Laszlo Pav's user avatar
0 votes
1 answer
871 views

So my problem is pretty small and the datapack I am currently coding as well. I want a simple command, where on execute the executer joins a team and if he already is in that team, he leaves it. Very ...
Ouroboros's user avatar
1 vote
0 answers
72 views

I am currently working on a Generative Design in Minecraft Challenge and need some help with a task. The task is to remove elements from the environment such as oak logs, leaves, etc. without damaging ...
Arjun Ranade's user avatar
1 vote
1 answer
348 views

i have a problem with the run client,./gradlew runClientwork but when i try using the one with debbug it instant crash when mc open. I use vscode with the java extention pack and i install forge mdk 1....
Dimed 1's user avatar
  • 11
0 votes
1 answer
136 views

I am currently working on datapacks in Minecraft and am looking for a thing that would make my life more enjoyable. Minecraft uses mcfunction files in datapacks. These are basically just Minecraft ...
Jesse Strijker's user avatar
0 votes
0 answers
177 views

My question is very similar, to another very old question (Download GitHub .zip without Repository's name folder), which was closed without a solution that works for me. So I write a fresh question, ...
Radon8472's user avatar
  • 5,067
0 votes
0 answers
168 views

My code is creating a player_data_txt file in the paper plugins folder but it doesn't have any player data in it and the scoreboard isn't saving when players leave and rejoin. package me.dev.Boost; ...
gamer boi's user avatar
0 votes
2 answers
495 views

When I used shadowJar to package the kotlin program, the "Could not add zip" problem occurred. the build.gradle.kts as shown. import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins {...
Light_Sun's user avatar
0 votes
0 answers
377 views

I was using this tutorial: "https://www.youtube.com/watch?v=du2gINiZzOc&t=1s" and was on the part called "Setting up in IntelliJ" I was just using Git Bash and Notepad as the ...
Minecraft 's user avatar
-1 votes
1 answer
284 views

Im trying to figure out how to get the Token from Microsoft using client-login in Java. BTW. It is for a Minecraft Launcher, so I need to check if the account owns the game(I do not know how) I looked ...
secRaphyTwin Go's user avatar
2 votes
2 answers
2k views

I have been trying to find a way online to find any way to modify existing blocks in minecraft fabric and there properties, and yet all I could find was how to create new blocks. Any that I do find a ...
Vladimir Dergachev's user avatar
1 vote
1 answer
807 views

I am creating a simple mod for minecraft version 1.19.2. I downloaded forge 1.19.2-43.0 and decided to add a dependency of a third-party java library. or rather, the twitch4j library (https://github....
Alerto's user avatar
  • 31
0 votes
1 answer
442 views

For the past few weeks I've been using a tutorial to guide myself through LWJGL (https://www.youtube.com/playlist?list=PLaWuTOi9sDeomi2umQ7N8Lqs-GtE1H4-b here's the link). I stopped following once I ...
Samuel Fournier's user avatar

1 2 3
4
5
78