Element-0 / ElementZero

Run windows version of BDS in linux with Mod support
GNU General Public License v3.0
273 stars 51 forks source link

Some commands cant be run via /execute #127

Open CvldYT opened 4 years ago

CvldYT commented 4 years ago

Is it possible to fix commands.generic.error.invalidPlayer make warp command be allowed to run with /execute /execute @p ~~~ warp set test

Weissnix4711 commented 4 years ago

From the translation resource pack:

commands.generic.error.invalidPlayer='%s', this command can only used by players.

It seems like the @p selector does not end up targeting a player.. which is odd.

CvldYT commented 4 years ago

Doesn't have to do with @p He has to allow the 'execute' command to execute the /warp command.

Extollite had to do this for land claim too.

Weissnix4711 commented 4 years ago

I know.. it doesn't make much sense.

All I can say is that it looks as if the warp command is not being executed as a player.

Which means /execute does not work properly, or it isn't ran as a player, or something like that.