Started by
a23709g3
on
Topic category: Help with modding (Java Edition)
i'm trying to make a command that uses entity parameter with text parameter or whatever its called, but i'm getting error:
cannot find symbol
public static void execute(CommandContext<CommandSourceStack> arguments, Entity entity) {
nevermind, i got it