is there a way to conf. this so any player that taps on the block will gets something? Instead on /setcmd /give <player> steak 1 could i do /setcmd /give <any player who touches the block> steak 1
I see your question has already been answered but in the next version (which I will publish very soon) you will be able to use: Code: :player: to affect the person who touched the block. This will allow for much more customization.
Could you provide a little more info. Does this only affect the command or can u now make it non-player specific?
Okay if you include Code: :player: in your command you set it will become the person who taps it's username. Eg: Code: /tapcmd gamemode 1 :player: As for /tapcmd, it's just a better way to set command. You type and then tap the block you want to add it to. This works with signs now too
Does this go off bloc cordinates or does it make any of the same block do that? Also can u set multiple commands on the block?
It goes off block coords, at this point removing the block will leave the command in air. You can't set multiple commands, but I could add this later.
Please change $this->api->console->run($command); into $this->api->console->run($command, $POINTER_TO_PLAYER);
Okay, it just seems to defeat the purpose. I can add something like when you register a command to a block you can type player|<COMMAND>. Adding a config just for this seems a little much.