tedo0627 / RedstoneCircuit

This is the PocketMine plugin that implements the Redstone circuit.
GNU General Public License v3.0
84 stars 47 forks source link

Arguments not taken into account in CommandBlock #94

Closed iBalix closed 2 years ago

iBalix commented 2 years ago

Hi,

When I put a command into a commandblock and use arguments like @a, the commandblock doesn't work and the commandblock tries to execute the command on the '@a' player.

Same for all other arguments

BR

tedo0627 commented 2 years ago

It should be implemented in the command itself, not in the command block, so it is not implemented