ampproject / amphtml

The AMP web component framework.
https://amp.dev
Apache License 2.0
14.89k stars 3.89k forks source link

Minecraft Bedrock Smite feature #38825

Closed antonioLofe closed 1 year ago

antonioLofe commented 1 year ago

Description

The bedrock version of the game allows player to have spaces (" ") in their usernames, when I tried to smite a player with spaces in their name it didn't work. I think this is fixable by adding single or double quotes (can't remember) to the player's name before running the command.

By inspecting the Smite button, I can tell that the module and function's name are the next ones:

data-module="MinecraftModule" data-method="SmiteByID"

Reproduction Steps

(in a minecraft bedrock server amp installation) Go to the Console, select a player with spaces in his/her username. select the smite option.

Relevant Logs

No response

Browser(s) Affected

No response

OS(s) Affected

No response

Device(s) Affected

No response

AMP Version Affected

No response

erwinmombay commented 1 year ago

Hiya! i think you have the wrong repository