[Scripting] Insertion of arguments does not work
olee opened this issue ยท 10 comments
Example is the FE /god
command.
Using /god on
will result in Player does not exist, or is not online
error.
This seems to happen because no playername was inserted in the action
permset user @player deny fe.protection.damageby.*
.
@spacebuilder2020 I guess this has to do with your changes - please fix asap!
/god on is technically working. It sets the permission correctly, but fails at the /heal operation.
I am trying to investigate why it thinks the player is invalid.
Make sure that you have the correct version of /god
The script on my instance was out of date. When I deleted the god.json file and let it regen, it worked fine.
@spacebuilder2020 it should not have changed....
See 33f6ce0
Ah I see now - /heal
in the command cannot heal the current player any more because it does not seem to be passed to the command maybe?