Posted January 19, 20196 yr Hi, I'm trying to make a new command in 1.13 and it works fine on the client, but not on a dedicated server. According to the MCP Mappings 20180921-1.13 "EntityArgument.mutiplePlayers()" or "func_197094_d()" is both client and server sided, yet I still get a java.lang.NoSuchMethodError: net.minecraft.command.arguments.EntityArgument.func_197093_b()Lnet/minecraft/command/arguments/EntityArgument; when I run the code on the server. Edited January 19, 20196 yr by Arandomdud
January 19, 20196 yr 2 hours ago, Arandomdud said: Hi, I'm trying to make a new command in 1.13 and it works fine on the client, but not on a dedicated server. According to the MCP Mappings 20180921-1.13 "EntityArgument.mutiplePlayers()" or "func_197094_d()" is both client and server sided, yet I still get a java.lang.NoSuchMethodError: net.minecraft.command.arguments.EntityArgument.func_197093_b()Lnet/minecraft/command/arguments/EntityArgument; when I run the code on the server. Where did you even get a 1.13-pre? I was unaware there was such a thing publicly available or did you build it yourself from source?
January 20, 20196 yr Author 4 hours ago, boredherobrine13 said: Where did you even get a 1.13-pre? I was unaware there was such a thing publicly available or did you build it yourself from source? You can get it on the maven in net/minecraftforge/test/forge/
January 20, 20196 yr Report it to forge on GitHub, these beta releases exist so Modders can help find and fix bugs, they definitely do not exist to make mods on About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
January 20, 20196 yr I personally am glad this was brought up -- I'm not impatient to get the latest and greatest, but I've just really wanting to find out how and if my mods will be affected by the changes. Developer of Doomlike Dungeons.
January 30, 20196 yr Don't send people to github if you haven't found the cause of the issue it's just spamming the site with useless crap. His post says he's getting a error calling a client only method. DO NOT CALL CLIENT ONLY METHODS ON THE SERVER. Your log CLEARLY disagrees with the function you're stating is the issue. So you don't even know what function you're trying to call. Debug here BEFORE posting on github. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.