Jump to content

[1.13-pre] EntityArgument.mutiplePlayers() doesn't exist on server side


Arandomdud

Recommended Posts

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 by Arandomdud
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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 WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.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)

Link to comment
Share on other sites

  • 2 weeks later...

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.

  • Like 1

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.