Started by
Jeronimo
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
is it possible to create a command with syntax "/command PLAYER SCORE" which execute /scoreboard players set(|add|remove) <PLAYER> objective <SCORE> ? Where PLAYER and SCORE are parameters. I think therefor i must use "command parameter with index X" but I don't know how to set PLAYER and SCORE as a such parameter.
If so, how exactly should the procedure looks like.
Thanks in advance!